GAIA Developer Claude commited on
Commit
fa91b3c
·
1 Parent(s): 38f3cfa

⬆️ Upgrade Gradio from 5.25.2 to 5.34.0

Browse files

- Updated Gradio to latest version (5.34.0)
- Updated requirements.txt to reflect new minimum version
- Verified compatibility with existing GAIA solver application
- All imports and functionality confirmed working

Benefits:
- Latest features and security improvements
- Better performance and stability
- Enhanced UI components and capabilities

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  # GAIA Agent - Optimized Requirements for HuggingFace Space
2
  # Core framework dependencies (always required)
3
- gradio>=4.0.0
4
  python-dotenv
5
  requests>=2.28.0
6
 
 
1
  # GAIA Agent - Optimized Requirements for HuggingFace Space
2
  # Core framework dependencies (always required)
3
+ gradio>=5.34.0
4
  python-dotenv
5
  requests>=2.28.0
6