python CrewAI Releases · · 1.15.6

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