Skip to content

Commit 8af5023

Browse files
committed
Update httpx and importlib_metadata
1 parent 5df5860 commit 8af5023

File tree

4 files changed

+56
-56
lines changed

4 files changed

+56
-56
lines changed

end_to_end_tests/golden-record/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include = ["CHANGELOG.md", "my_test_api_client/py.typed"]
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.8"
17-
httpx = "^0.13.3"
17+
httpx = "^0.15.0"
1818
attrs = "^20.1.0"
1919
python-dateutil = "^2.8.1"
2020

openapi_python_client/templates/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include = ["CHANGELOG.md", "{{ package_name }}/py.typed"]
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.8"
17-
httpx = "^0.13.3"
17+
httpx = "^0.15.0"
1818
attrs = "^20.1.0"
1919
python-dateutil = "^2.8.1"
2020

poetry.lock

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ stringcase = "^1.2.0"
2525
typer = "^0.3"
2626
colorama = {version = "^0.4.3", markers = "sys_platform == 'win32'"}
2727
shellingham = "^1.3.2"
28-
httpx = ">=0.13,<0.15"
2928
black = ">=20.8b1"
3029
isort = "^5.0.5"
3130
pyyaml = "^5.3.1"
32-
importlib_metadata = {version = "^1.6.0", python = "<3.8"}
31+
importlib_metadata = {version = "^2.0.0", python = "<3.8"}
3332
pydantic = "^1.6.1"
3433
attrs = "^20.1.0"
3534
python-dateutil = "^2.8.1"
35+
httpx = "^0.15.4"
3636

3737
[tool.poetry.scripts]
3838
openapi-python-client = "openapi_python_client.cli:app"

0 commit comments

Comments
 (0)