Pin multipart version to fix issues with yanking (#9834)

* pin multipart

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Ali Abdalla 2024-10-25 06:55:01 +04:00 committed by GitHub
parent f15808eff3
commit febbed6db1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"gradio": patch
---
feat:Pin multipart version to fix issues with yanking

View File

@ -14,7 +14,7 @@ packaging
pandas>=1.0,<3.0 pandas>=1.0,<3.0
pillow>=8.0,<12.0 pillow>=8.0,<12.0
pydantic>=2.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 pydub
pyyaml>=5.0,<7.0 pyyaml>=5.0,<7.0
ruff>=0.2.2; sys.platform != 'emscripten' ruff>=0.2.2; sys.platform != 'emscripten'