Agent DailyAgent Daily
releaseintermediate

[Release] crewaiInc/crewAI 1.14.5a3: 1.14.5a3

By greysonlalondegithub
View original on github

crewAI v1.14.5a3 is a maintenance release focusing on bug fixes and architectural improvements. Key changes include correcting the status endpoint path structure, upgrading gitpython for security compliance, and extracting the CLI into a standalone package. This refactoring improves modularity while maintaining backward compatibility.

Key Points

  • Fixed status endpoint path from /{kickoff_id}/status to /status/{kickoff_id} for correct REST API routing
  • Upgraded gitpython dependency to >=3.1.47 to address security vulnerabilities
  • Extracted CLI functionality into a standalone crewai-cli package for better separation of concerns
  • Improved code modularity by decoupling CLI from core crewAI library
  • Updated changelog and version documentation for v1.14.5a2
  • Security compliance improvements through dependency management
  • Reduced core library footprint by moving CLI to separate package

Found this useful? Add it to a playbook for a step-by-step implementation guide.

Workflow Diagram

Start Process
Step A
Step B
Step C
Complete
Quality

Concepts

[Release] crewaiInc/crewAI 1.14.5a3: 1.14.5a3 | Agent Daily