Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from camillol/pydantic2up
Browse files Browse the repository at this point in the history
feat: allow pydantic 2
  • Loading branch information
etimberg authored Jun 7, 2024
2 parents 64f7e20 + 7509223 commit 2b612a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
install_requires = [
"databases[postgresql]>=0.5.4,<1.0.0",
"ormar>=0.10.24,<1.0.0",
"pydantic>=1.9.0,<2.0.0",
"pydantic>=1.9.0",
"sqlalchemy>=1.4.29,<2.0.0",
]
test_requires = [
Expand Down

0 comments on commit 2b612a8

Please sign in to comment.