diff --git a/setup.py b/setup.py index 1c4cce1..88b3bc9 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def get_version(): }, data_files=[], install_requires=[ - "pydantic>=1.10.5,<2.0.0", + "pydantic>=1.10.5,<3.0.0", "typing_extensions>=4.5.0", ], license="MIT",