Skip to content

Commit a05d3b8

Browse files
Merge pull request #324 from minvws/use-httpx2
Replace dev package httpx with httpx2 for starlette
2 parents eff6b77 + 499587e commit a05d3b8

2 files changed

Lines changed: 33 additions & 20 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ testcontainers = "^4.14.1"
3838
pytest = "^9.0.2"
3939
pytest-cov = "^7.0.0"
4040
pytest-mock = "^3.15.1"
41-
httpx = "^0.28.1"
4241
ruff = "^0.15.1"
4342
codespell = "^2.2.6"
4443
types-requests = "^2.32.4.20260107"
4544
pip-audit = "^2.10.0"
45+
httpx2 = "^2.5.0"
4646

4747
[build-system]
4848
requires = ["poetry-core"]

0 commit comments

Comments
 (0)