1.14.5a3
📦 crewaiView on GitHub →
🐛 2 fixes🔧 1 symbols
Summary
This release fixes an issue with the status endpoint path and updates the gitpython dependency for security. The CLI has been extracted into a new standalone package.
Migration Steps
- If you were using the status endpoint at /{kickoff_id}/status, update your calls to use /status/{kickoff_id}.
🐛 Bug Fixes
- Fixed status endpoint path from /{kickoff_id}/status to /status/{kickoff_id}.
- Bumped gitpython dependency to version >=3.1.47 for security compliance.