diff --git a/setup.cfg b/setup.cfg index c831f0b..97a7254 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,8 +49,8 @@ install_requires = Authlib>=1.2.0 rich typer - pydantic>=1.10.12,<2.0 - safety_schemas>=0.0.1 + pydantic>=1.10.12 + safety_schemas>=0.0.2 typing-extensions>=4.7.1 [options.entry_points] diff --git a/test_requirements.txt b/test_requirements.txt index 3d5e5b5..f1cc7af 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -16,6 +16,6 @@ marshmallow>=3.15.0; python_version>="3.7" Authlib>=1.2.0 rich typer -pydantic>=1.10.12,<2.0 -safety_schemas>=0.0.1 +pydantic>=1.10.12 +safety_schemas>=0.0.2 typing-extensions>=4.7.1