diff --git a/requirements.txt b/requirements.txt index 7280bd0..fe74951 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pydantic>=1.7.4,!=1.8,!=1.8.1,<1.10.0 +pydantic>=1.7.4,!=1.8,!=1.8.1,<1.11.0 typing_extensions>=3.7.4.1,<4.2.0; python_version < "3.8" srsly>=2.4.0,<3.0.0 # Development requirements diff --git a/setup.cfg b/setup.cfg index 9ab15c5..ad800af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 0.0.2 +version = 0.0.3 description = The sweetest config system for Python url = https://github.com/explosion/confection author = Explosion @@ -29,7 +29,7 @@ zip_safe = true include_package_data = true python_requires = >=3.6 install_requires = - pydantic>=1.7.4,!=1.8,!=1.8.1,<1.10.0 + pydantic>=1.7.4,!=1.8,!=1.8.1,<1.11.0 typing_extensions>=3.7.4.1,<4.2.0; python_version < "3.8" srsly>=2.4.0,<3.0.0