Skip to content

Commit 6606024

Browse files
authored
chore: Upgrade project dependencies for generated client BNCH-43401 (#137)
1 parent c286ac9 commit 6606024

File tree

3 files changed

+279
-443
lines changed

3 files changed

+279
-443
lines changed

openapi_python_client/templates/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ include = ["CHANGELOG.md", "{{ package_name }}/py.typed"]
1313

1414

1515
[tool.poetry.dependencies]
16-
python = "^3.6"
17-
httpx = ">=0.15.0, <=0.22.0"
16+
python = "^3.7"
17+
httpx = ">=0.23.0"
1818
attrs = ">=20.1.0, <22.0"
1919
python-dateutil = "^2.8.0"
2020

2121
[tool.black]
2222
line-length = 120
23-
target_version = ['py36', 'py37', 'py38']
23+
target_version = ['py37', 'py38', 'py39']
2424
exclude = '''
2525
(
2626
/(

0 commit comments

Comments
 (0)