Skip to content

Commit 5eeacc7

Browse files
committed
Migrate to httpx2
1 parent 850789a commit 5eeacc7

2 files changed

Lines changed: 51 additions & 1 deletion

File tree

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,10 @@ responses = "*"
101101
strict-rfc3339 = "^0.7"
102102
webob = "*"
103103
mypy = "^1.2"
104+
# for starlette 0.x testclient
104105
httpx = ">=0.24,<0.29"
106+
# for starlette 1.x testclient
107+
httpx2 = "^2.0.0"
105108
deptry = ">=0.11,<0.25"
106109
pytest-aiohttp = "^1.1.0"
107110
pyflakes = "^3.1.0"

0 commit comments

Comments
 (0)