1.10.1
📦 crewaiView on GitHub →
✨ 1 features🐛 11 fixes🔧 1 symbols
Summary
This release upgrades the Gemini GenAI integration and addresses several bugs, including resolving critical security alerts by upgrading the pypdf dependency.
Migration Steps
- Upgrade pypdf dependency to version 6.7.4 or higher.
✨ New Features
- Upgrade Gemini GenAI
🐛 Bug Fixes
- Adjust executor listener value to avoid recursion
- Group parallel function response parts in a single Content object in Gemini
- Surface thought output from thinking models in Gemini
- Load MCP and platform tools when agent tools are None
- Support Jupyter environments with running event loops in A2A
- Use anonymous ID for ephemeral traces
- Conditionally pass plus header
- Skip signal handler registration in non-main threads for telemetry
- Inject tool errors as observations and resolve name collisions
- Upgrade pypdf from 4.x to 6.7.4 to resolve Dependabot alerts
- Resolve critical and high Dependabot security alerts