Skip to content

feat: bump versions to 1.14.8a2 - #6229

Merged
vinibrsl merged 1 commit into
mainfrom
feat/bump-version-1.14.8a2
Jun 18, 2026
Merged

feat: bump versions to 1.14.8a2#6229
vinibrsl merged 1 commit into
mainfrom
feat/bump-version-1.14.8a2

Conversation

@vinibrsl

@vinibrsl vinibrsl commented Jun 18, 2026

Copy link
Copy Markdown
Member

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 in lib/crewai/pyproject.toml, lib/cli/pyproject.toml, and lib/crewai-tools/pyproject.toml (including the crewai[tools] optional extra) are aligned to 1.14.8a2. CLI scaffold templates for crew, flow, and tool projects now pin crewai[tools]==1.14.8a2 so 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

  • Chores
    • Version bumped from 1.14.8a2 to 1.14.8a2 across all packages, including the main framework, core utilities, CLI tools, and associated dependencies.

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

All package __version__ constants and inter-package dependency pins are bumped from 1.14.8a1 to 1.14.8a2 across crewai, crewai-core, crewai-cli, crewai-tools, crewai-files, devtools, and the CLI project templates.

Changes

Version bump 1.14.8a1 → 1.14.8a2

Layer / File(s) Summary
Package versions and dependency pins
lib/crewai/pyproject.toml, lib/crewai/src/crewai/__init__.py, lib/crewai-core/src/crewai_core/__init__.py, lib/cli/pyproject.toml, lib/cli/src/crewai_cli/__init__.py, lib/cli/src/crewai_cli/templates/*/pyproject.toml, lib/crewai-tools/pyproject.toml, lib/crewai-tools/src/crewai_tools/__init__.py, lib/crewai-files/src/crewai_files/__init__.py, lib/devtools/src/crewai_devtools/__init__.py
All __version__ constants and pyproject.toml dependency pins updated from 1.14.8a1 to 1.14.8a2 uniformly across all packages and CLI templates.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • greysonlalonde
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and clearly summarizes the main change: a version bump across all packages from 1.14.8a1 to 1.14.8a2.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/bump-version-1.14.8a2

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between bc2c2a8 and eee427b.

📒 Files selected for processing (12)
  • lib/cli/pyproject.toml
  • lib/cli/src/crewai_cli/__init__.py
  • lib/cli/src/crewai_cli/templates/crew/pyproject.toml
  • lib/cli/src/crewai_cli/templates/flow/pyproject.toml
  • lib/cli/src/crewai_cli/templates/tool/pyproject.toml
  • lib/crewai-core/src/crewai_core/__init__.py
  • lib/crewai-files/src/crewai_files/__init__.py
  • lib/crewai-tools/pyproject.toml
  • lib/crewai-tools/src/crewai_tools/__init__.py
  • lib/crewai/pyproject.toml
  • lib/crewai/src/crewai/__init__.py
  • lib/devtools/src/crewai_devtools/__init__.py

Comment thread lib/cli/src/crewai_cli/templates/crew/pyproject.toml
Comment thread lib/cli/src/crewai_cli/templates/flow/pyproject.toml
Comment thread lib/cli/src/crewai_cli/templates/tool/pyproject.toml
@vinibrsl
vinibrsl merged commit f48a638 into main Jun 18, 2026
59 of 92 checks passed
@vinibrsl
vinibrsl deleted the feat/bump-version-1.14.8a2 branch June 18, 2026 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants