feat: bump versions to 1.14.8a4#6318
Conversation
There was a problem hiding this comment.
Summary: This PR only bumps internal package/version pins from 1.14.8a3 to 1.14.8a4 across project metadata and templates; no authentication, authorization, data handling, external request, or execution logic is changed.
Risk: Low risk. No exploitable security vulnerabilities were identified in the added code because the changes do not introduce new attack surfaces or modify security boundaries.
📝 WalkthroughWalkthroughAll package ChangesVersion bump 1.14.8a3 → 1.14.8a4
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: 1
🤖 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/tool/pyproject.toml`:
- Line 8: The tool template pyproject metadata is using the wrong CrewAI type
and should not be marked as "tool" for AMP compatibility. Update the template’s
tool.crewai.type setting in the pyproject.toml template to use either "crew" or
"flow" as required, and keep the rest of the template dependencies unchanged.
🪄 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: 5ce89a5c-0ddf-467a-852d-f550d9cf13b1
📒 Files selected for processing (13)
lib/cli/pyproject.tomllib/cli/src/crewai_cli/__init__.pylib/cli/src/crewai_cli/templates/crew/pyproject.tomllib/cli/src/crewai_cli/templates/declarative_flow/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-only changes with no logic modifications; risk is limited to release coordination if any package is published out of sync.
Overview
Bumps the coordinated alpha release from 1.14.8a3 to 1.14.8a4 across the monorepo.
__version__is updated increwai,crewai-cli,crewai-core,crewai-files,crewai-tools, andcrewai-devtools. Locked dependency pins move to the new version inlib/crewai/pyproject.toml,lib/cli/pyproject.toml, andlib/crewai-tools/pyproject.toml. CLI scaffold templates (crew, flow, declarative_flow, tool) now pincrewai[tools]==1.14.8a4for new projects.There are no runtime or API changes in this diff—only version strings and dependency alignment.
Reviewed by Cursor Bugbot for commit 6740a2c. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit
1.14.8a4.