We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edb04d commit 4330c3fCopy full SHA for 4330c3f
1 file changed
setup.py
@@ -46,8 +46,7 @@ def get_long_description():
46
"starlette>=0.26.0",
47
"uvicorn",
48
"pydantic>=1.10.10,<2.0.0",
49
- # https://github.com/zmievsa/pydantic-duality/issues/21
50
- "pydantic-duality<=1.2.2",
+ "pydantic-duality>=1.2.4",
51
"sqlalchemy[asyncio]>=2.0.0",
52
"sqlalchemy_utils>=0.40.0",
53
"alembic>=1.10.2",
0 commit comments