fix: pin python-multipart version to avoid yanking issues with micropip (#436)

This commit is contained in:
Khoi-Nguyen Nguyen-Ngoc 2024-10-28 15:13:47 +07:00 committed by GitHub
parent f2f192ed72
commit 19b386b51e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,7 @@ dependencies = [
"sqlmodel>=0.0.16,<0.1", "sqlmodel>=0.0.16,<0.1",
"tiktoken>=0.6.0,<1", "tiktoken>=0.6.0,<1",
"gradio>=4.31.0,<5", "gradio>=4.31.0,<5",
"python-multipart==0.0.12", # required for gradio, pinning to avoid yanking issues with micropip (fixed in gradio >= 5.4.0)
"markdown>=3.6,<4", "markdown>=3.6,<4",
] ]
authors = [ authors = [