fix(agent): pin gradio <6 to avoid breaking ChatInterface API changes
This commit is contained in:
@@ -13,7 +13,7 @@ pydantic_core>=2.41.0
|
||||
typing_extensions>=4.15.0
|
||||
|
||||
# Gradio UI
|
||||
gradio>=5.50.0
|
||||
gradio>=5.50.0,<6
|
||||
python-multipart>=0.0.21
|
||||
aiofiles>=24.1.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user