Skip to content

Commit

Permalink
Pin pydantic < 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Oct 14, 2024
1 parent 85a4ae8 commit 96b2bad
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 @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
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']

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [

dependencies = [
"emmett~=2.6",
"pydantic~=2.0",
"pydantic~=1.0",
]

[project.urls]
Expand Down

0 comments on commit 96b2bad

Please sign in to comment.