diff --git a/setup.py b/setup.py index a23f8a4..eace050 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ include_package_data=True, install_requires=[ "sqlalchemy==1.3.20", - "pydantic==1.6.1" + "pydantic==1.6.2" ], setup_requires=['wheel'] )