Skip to content

Commit

Permalink
Update httpx to httpx>=0.24.1 in requirements.txt (#7443)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
abidlabs and gradio-pr-bot committed Feb 16, 2024
1 parent 06b30ce commit b7a97f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/heavy-zebras-decide.md
@@ -0,0 +1,6 @@
---
"gradio": patch
"gradio_client": patch
---

feat:Update `httpx` to `httpx>=0.24.1` in `requirements.txt`
2 changes: 1 addition & 1 deletion client/python/requirements.txt
@@ -1,5 +1,5 @@
fsspec
httpx
httpx>=0.24.1
huggingface_hub>=0.19.3
packaging
typing_extensions~=4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -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
Expand Down

0 comments on commit b7a97f2

Please sign in to comment.