feat: bump versions to 1.14.5a4#5752
Conversation
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
lib/crewai/pyproject.toml (1)
55-109:⚠️ Potential issue | 🟠 Major | ⚡ Quick winCoordinate internal version bumps across this manifest.
Line 57 updates
crewai-toolsto1.14.5a4, but Lines 11, 12, and 108 still pincrewai-core,crewai-cli, andcrewai-filesto1.14.5a3. This mixed prerelease versioning can cause resolver instability and incompatibility.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@lib/crewai/pyproject.toml` around lines 55 - 109, The pyproject.toml has mixed prerelease versions causing resolver issues: crewai-tools is bumped to 1.14.5a4 while crewai-core, crewai-cli and crewai-files remain at 1.14.5a3; update the crewai-core, crewai-cli and crewai-files entries to the same 1.14.5a4 prerelease as crewai-tools so all internal crewai packages (crewai-tools, crewai-core, crewai-cli, crewai-files) are pinned consistently.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In `@lib/crewai/pyproject.toml`:
- Around line 55-109: The pyproject.toml has mixed prerelease versions causing
resolver issues: crewai-tools is bumped to 1.14.5a4 while crewai-core,
crewai-cli and crewai-files remain at 1.14.5a3; update the crewai-core,
crewai-cli and crewai-files entries to the same 1.14.5a4 prerelease as
crewai-tools so all internal crewai packages (crewai-tools, crewai-core,
crewai-cli, crewai-files) are pinned consistently.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 0446e539-1514-4c93-86d8-a3ff793361d8
📒 Files selected for processing (8)
lib/cli/src/crewai_cli/__init__.pylib/crewai-core/src/crewai_core/__init__.pylib/crewai-files/src/crewai_files/__init__.pylib/crewai-tools/pyproject.tomllib/crewai-tools/src/crewai_tools/__init__.pylib/crewai/pyproject.tomllib/crewai/src/crewai/__init__.pylib/devtools/src/crewai_devtools/__init__.py
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 11d67ca. Configure here.

Note
Low Risk
Low risk release housekeeping that only updates package version constants and intra-repo dependency pins; no runtime logic changes.
Overview
Bumps the monorepo package versions from
1.14.5a3to1.14.5a4acrosscrewai,crewai-core,crewai-cli,crewai-files,crewai-tools, andcrewai-devtools.Updates
pyproject.tomldependency pins so packages that depend on other CrewAI packages now reference1.14.5a4(includingcrewaioptional deps liketoolsandfile-processing).Reviewed by Cursor Bugbot for commit 48d3148. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit