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

Commit

Permalink
feat: allow pydantic 2
Browse files Browse the repository at this point in the history
The setup currently specifies pydantic < 2, but this package can actually be used with Pydantic 2 now that Ormar supports it.
  • Loading branch information
camillol committed Jun 6, 2024
1 parent ef2af58 commit 891b934
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 891b934

Please sign in to comment.