Skip to content

Commit cef60fe

Browse files
authored
attrs dependencies (#105)
1 parent 800bf60 commit cef60fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi_python_client/templates/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include = ["CHANGELOG.md", "{{ package_name }}/py.typed"]
1515
[tool.poetry.dependencies]
1616
python = "^3.6"
1717
httpx = "^0.15.0"
18-
attrs = "^20.1.0"
18+
attrs = ">=20.1.0, <22.0"
1919
python-dateutil = "^2.8.0"
2020

2121
[tool.black]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ isort = "^5.0.5"
3030
pyyaml = "^5.3.1"
3131
importlib_metadata = {version = "^2.0.0", python = "<3.8"}
3232
pydantic = "^1.6.1"
33-
attrs = "^20.1.0"
33+
attrs = ">=20.1.0, <22.0"
3434
python-dateutil = "^2.8.1"
3535
httpx = ">=0.15.4,<0.17.0"
3636
autoflake = "^1.4"

0 commit comments

Comments
 (0)