mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
Update httpx
to httpx>=0.24.1
in requirements.txt
(#7443)
* update httpx requirement * add changeset * add to client * add changeset * fix version * reorder * test * try force reinstall --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
06b30ce277
commit
b7a97f29b8
6
.changeset/heavy-zebras-decide.md
Normal file
6
.changeset/heavy-zebras-decide.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"gradio": patch
|
||||
"gradio_client": patch
|
||||
---
|
||||
|
||||
feat:Update `httpx` to `httpx>=0.24.1` in `requirements.txt`
|
@ -1,5 +1,5 @@
|
||||
fsspec
|
||||
httpx
|
||||
httpx>=0.24.1
|
||||
huggingface_hub>=0.19.3
|
||||
packaging
|
||||
typing_extensions~=4.0
|
||||
|
@ -3,7 +3,7 @@ altair>=4.2.0,<6.0
|
||||
fastapi
|
||||
ffmpy
|
||||
gradio_client==0.10.0
|
||||
httpx
|
||||
httpx>=0.24.1
|
||||
huggingface_hub>=0.19.3
|
||||
importlib_resources>=1.3,<7.0
|
||||
Jinja2<4.0
|
||||
|
Loading…
Reference in New Issue
Block a user