Skip to content

Commit b4dbdbc

Browse files
feat: support httpx 0.24 (#746)
* chore(deps): update dependency httpx to >=0.15.4,<0.25.0 * chore: Regen golden record * chore: Update wrapt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dylan Anthony <[email protected]> Co-authored-by: Dylan Anthony <[email protected]>
1 parent c61ad4a commit b4dbdbc

File tree

4 files changed

+182
-207
lines changed

4 files changed

+182
-207
lines changed

integration-tests/poetry.lock

+96-114
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include = ["CHANGELOG.md", "open_api_test_server_client/py.typed"]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.7"
14-
httpx = ">=0.15.4,<0.24.0"
14+
httpx = ">=0.15.4,<0.25.0"
1515
attrs = ">=21.3.0"
1616
python-dateutil = "^2.8.0"
1717

0 commit comments

Comments
 (0)