diff --git a/openapi_python_client/templates/pyproject.toml b/openapi_python_client/templates/pyproject.toml index 97e1f543c..010e64bc5 100644 --- a/openapi_python_client/templates/pyproject.toml +++ b/openapi_python_client/templates/pyproject.toml @@ -15,7 +15,7 @@ include = ["CHANGELOG.md", "{{ package_name }}/py.typed"] [tool.poetry.dependencies] python = "^3.6" httpx = "^0.15.0" -attrs = "^20.1.0" +attrs = ">=20.1.0, <22.0" python-dateutil = "^2.8.0" [tool.black] diff --git a/pyproject.toml b/pyproject.toml index 4d74fea82..c16090c62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ isort = "^5.0.5" pyyaml = "^5.3.1" importlib_metadata = {version = "^2.0.0", python = "<3.8"} pydantic = "^1.6.1" -attrs = "^20.1.0" +attrs = ">=20.1.0, <22.0" python-dateutil = "^2.8.1" httpx = ">=0.15.4,<0.17.0" autoflake = "^1.4"