fix(agent): pin gradio <6 to avoid breaking ChatInterface API changes

This commit is contained in:
2026-07-06 16:18:55 +03:00
parent b6752e729e
commit 556294aff5

View File

@@ -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