Skip to content

Commit

Permalink
chore: bump pydantic for python 3.13 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent authored Oct 19, 2024
1 parent fd56f6c commit 4f1c8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
"Topic :: Security",
]
dependencies = [
"pydantic~=2.7.2",
"pydantic~=2.9.2",
"python-dotenv~=1.0.1",
"requests~=2.32.3",
"rich~=13.7.1",
Expand Down

0 comments on commit 4f1c8b7

Please sign in to comment.