Exclude python-multipart 0.0.13 (#9783)

* Exclude python-multipart 0.0.13

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Yuichiro Tachibana (Tsuchiya) 2024-10-22 23:12:48 +09:00 committed by GitHub
parent 5a2967e78a
commit caf3650482
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
---
fix:Exclude python-multipart 0.0.13

View File

@ -13,7 +13,7 @@ packaging
pandas>=1.0,<3.0
pillow>=8.0,<11.0
pydantic>=2.0
python-multipart>=0.0.9 # required for fastapi forms
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.
pydub
pyyaml>=5.0,<7.0
semantic_version~=2.0