diff --git a/setup.py b/setup.py index 468081c..a7a979f 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,6 @@ description='A minimal python package', packages=setuptools.find_packages(), install_requires=[ - "pydantic==0.32.2" + "pydantic==1.6.2" ] ) \ No newline at end of file