mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade to httpx 0.20
* Upgrade to httpx 0.20, closes #1488 * TestClient.post() should not default to following redirects
This commit is contained in:
parent
2a8c669039
commit
b267b57754
12 changed files with 60 additions and 71 deletions
2
setup.py
2
setup.py
|
|
@ -47,7 +47,7 @@ setup(
|
|||
"click-default-group~=1.2.2",
|
||||
"Jinja2>=2.10.3,<3.1.0",
|
||||
"hupper~=1.9",
|
||||
"httpx>=0.17",
|
||||
"httpx>=0.20",
|
||||
"pint~=0.9",
|
||||
"pluggy>=0.13,<1.1",
|
||||
"uvicorn~=0.11",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue