From febbed6db1c1f33cab52bf0d0bbe31fc4ba65305 Mon Sep 17 00:00:00 2001 From: Ali Abdalla Date: Fri, 25 Oct 2024 06:55:01 +0400 Subject: [PATCH] Pin multipart version to fix issues with yanking (#9834) * pin multipart * add changeset --------- Co-authored-by: gradio-pr-bot --- .changeset/cyan-lights-sleep.md | 5 +++++ requirements.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/cyan-lights-sleep.md diff --git a/.changeset/cyan-lights-sleep.md b/.changeset/cyan-lights-sleep.md new file mode 100644 index 0000000000000..c51b7dc524da1 --- /dev/null +++ b/.changeset/cyan-lights-sleep.md @@ -0,0 +1,5 @@ +--- +"gradio": patch +--- + +feat:Pin multipart version to fix issues with yanking diff --git a/requirements.txt b/requirements.txt index de88f2b6c24c5..ef0ca280405aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ packaging pandas>=1.0,<3.0 pillow>=8.0,<12.0 pydantic>=2.0 -python-multipart>=0.0.9,!=0.0.13 # required for fastapi forms. 0.0.13 was yanked from PyPI but micropip now ignores the yanked flag so we explicitly exclude it. +python-multipart==0.0.12 # required for fastapi forms. pinning to avoid yanking issues with micropip. pydub pyyaml>=5.0,<7.0 ruff>=0.2.2; sys.platform != 'emscripten'