Skip to content

Commit 4a6afb1

Browse files
committed
fix : sitck pydantic version to 1.10.12
1 parent 9f3af6f commit 4a6afb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="fastapi-crudrouter-mongodb",
10-
version="0.0.5",
10+
version="0.0.7",
1111
author="Pierre DUVEAU",
1212
author_email="",
1313
description="A dynamic FastAPI router that automatically creates CRUD routes for your mongodb models",
@@ -18,7 +18,7 @@
1818
include_package_data=True,
1919
install_requires=[
2020
"fastapi",
21-
"pydantic",
21+
"pydantic==1.10.12",
2222
"pymongo",
2323
"motor"
2424
],

0 commit comments

Comments
 (0)