Skip to content

Commit

Permalink
fix/sync pydantic version with safety_schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
SafetyQuincyF committed Dec 19, 2024
1 parent 3aa78a6 commit ee97021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install_requires =
Authlib>=1.2.0
rich
typer>=0.12.1
pydantic>=1.10.12
pydantic>=2.6.0,<2.10.0
safety_schemas==0.0.10
typing-extensions>=4.7.1
filelock~=3.16.1
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ marshmallow>=3.15.0; python_version>="3.7"
Authlib>=1.2.0
rich
typer>=0.12.1
pydantic>=1.10.12
pydantic>=2.6.0,<2.10.0
safety_schemas==0.0.10
typing-extensions>=4.7.1
filelock~=3.16.1
Expand Down

0 comments on commit ee97021

Please sign in to comment.