feat: bump versions to 1.14.8a2 - #6229
Conversation
📝 WalkthroughWalkthroughAll package ChangesVersion bump 1.14.8a1 → 1.14.8a2
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 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.
Inline comments:
In `@lib/cli/src/crewai_cli/templates/crew/pyproject.toml`:
- Line 8: The crew template's pyproject.toml file is missing its corresponding
uv.lock file which is required for reproducible deployments according to coding
guidelines. Generate the uv.lock file by running the uv lock command from within
the crew template directory (where the pyproject.toml with the crewai dependency
specification is located), then commit this generated uv.lock file to version
control along with the pyproject.toml.
In `@lib/cli/src/crewai_cli/templates/flow/pyproject.toml`:
- Line 8: The pyproject.toml file in the flow template directory is missing its
corresponding lock file. Generate the uv.lock file by running the uv lock
command in the flow template directory (the same directory where pyproject.toml
exists with the crewai[tools]==1.14.8a2 dependency), and then commit the
generated uv.lock file to version control alongside the pyproject.toml to ensure
dependency versions are pinned for reproducible builds.
In `@lib/cli/src/crewai_cli/templates/tool/pyproject.toml`:
- Line 8: The tool template at lib/cli/src/crewai_cli/templates/tool/ is missing
the uv.lock file which is required to be committed to version control. Navigate
to the lib/cli/src/crewai_cli/templates/tool/ directory and run the command uv
lock to generate the uv.lock file based on the existing pyproject.toml file,
then commit the generated uv.lock file to the repository along with the
pyproject.toml changes.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: a93d9461-a2a4-42be-affc-57ed9a1626ea
📒 Files selected for processing (12)
lib/cli/pyproject.tomllib/cli/src/crewai_cli/__init__.pylib/cli/src/crewai_cli/templates/crew/pyproject.tomllib/cli/src/crewai_cli/templates/flow/pyproject.tomllib/cli/src/crewai_cli/templates/tool/pyproject.tomllib/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
Note
Low Risk
Version string and dependency pin updates only; no runtime or behavioral code changes in the diff.
Overview
Bumps the coordinated 1.14.8a1 → 1.14.8a2 alpha release across the CrewAI monorepo.
__version__is updated in crewai, crewai-core, crewai-cli, crewai-tools, crewai-files, and crewai_devtools. Inter-package pins inlib/crewai/pyproject.toml,lib/cli/pyproject.toml, andlib/crewai-tools/pyproject.toml(including thecrewai[tools]optional extra) are aligned to 1.14.8a2. CLI scaffold templates for crew, flow, and tool projects now pincrewai[tools]==1.14.8a2so new projects match the release.Reviewed by Cursor Bugbot for commit eee427b. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit