python CrewAI Releases · · 1.15.19

CrewAI 1.15.19 Introduces Clipper Integrations and Security Updates

sdkaisnowflakegaengineerpython-agentic
security feature patch

CrewAI version 1.15.19 rolls out new features including Clipper integrations, an enhanced CEL expression environment with `now()`, and an injectable client for platform tools. This release also addresses several bug fixes, such as correcting URL handling in `urlreadtool` and improving native structured outputs for Claude models. Crucially, it includes security vulnerability patches by bumping `pypdf` and `nltk` dependencies to their latest versions, safeguarding the framework against known exploits. These updates expand CrewAI's capabilities, improve stability, and enhance security for all users.

  • Add Clipper integrations client
  • Add now() to the CEL expression environment
  • Record how a crew run ended for every user
  • Report machine size as a coarse band, not a core count
  • Add injectable client for CrewAI platform tools
Features (5)
  • Add Clipper integrations client
  • Add now() to the CEL expression environment
  • Record how a crew run ended for every user
  • Report machine size as a coarse band, not a core count
  • Add injectable client for CrewAI platform tools
Fixes (8)
  • Fix reading of octet-stream and xlsx URLs in urlreadtool
  • Fix appending trailing user turn in native Gemini provider
  • Normalize scheme and port in Ollama base URL
  • Preserve reusable scope configs in memory
  • Bump pypdf to 6.16.2 for security vulnerability
  • Bump nltk to 3.10.3 for security vulnerability
  • Fix native structured outputs for current Claude models and Snowflake CVE floor
  • Run model call hooks on every path and propagate a deny
Maintenance (4)
  • Remove CodeInterpreterTool from AI/ML overview examples
  • Point prompt-template link at its current path
  • Update channels guide to current CopilotKit channels API
  • Refresh retired Gemini model IDs
Read the original announcement →

https://github.com/crewAIInc/crewAI/releases/tag/1.15.19

Related releases