diff --git a/.changeset/cyan-lights-sleep.md b/.changeset/cyan-lights-sleep.md new file mode 100644 index 0000000000..c51b7dc524 --- /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 de88f2b6c2..ef0ca28040 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'