crewAI 1.15.6: Bug fixes and documentation updates
sdkaipreviewengineerpython-agentic
patch
Version 1.15.6 of crewAI addresses several bugs, including fixes for Anthropic tool-use detection and strict tool schema property names. It also improves error handling for crew and flow executions and agent loading. This patch primarily affects developers using crewAI for agent-based workflows, with no new features introduced.
- →Fix detection of Anthropic preview tool-use blocks
- →Preserve strict tool schema property names
- →Dispatch execution_end hook on failed crew and flow executions
- →Handle async get_agent in load_agent_from_repository
- →Fix dependency resolution issues
Fixes (5) ›
- Fix detection of Anthropic preview tool-use blocks
- Preserve strict tool schema property names
- Dispatch execution_end hook on failed crew and flow executions
- Handle async get_agent in load_agent_from_repository
- Fix dependency resolution issues
Maintenance (1) ›
- Snapshot and changelog for v1.15.5
Read the original announcement →
https://github.com/crewAIInc/crewAI/releases/tag/1.15.6
Related releases
- crewAI 1.15.10 Patch Release CrewAI Releases ·
- LangGraph checkpoint-postgres 3.1.1 update LangGraph Releases ·
- LangGraph checkpoint-sqlite 3.1.1 released LangGraph Releases ·
- adk-python adds async non-blocking tool support Google ADK (Python) Releases ·
- Google ADK Python v2.6.0 adds features, fixes Google ADK (Python) Releases ·
- crewAI 1.15.9: Improved Tool Failure Reporting and Flow Events CrewAI Releases ·