Skip to content

feat: bump versions to 1.14.8a5#6328

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

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

Conversation

@vinibrsl

@vinibrsl vinibrsl commented Jun 25, 2026

Copy link
Copy Markdown
Member

Note

Low Risk
Version string and dependency pin updates only; no runtime or API logic changes in this diff.

Overview
Bumps the coordinated alpha release from 1.14.8a4 to 1.14.8a5 across the monorepo so published wheels and in-repo pins stay aligned.

__version__ is updated in crewai, crewai-cli, crewai-core, crewai-tools, crewai-files, and crewai_devtools. pyproject.toml pins move in lockstep: crewai depends on crewai-core and crewai-cli at 1.14.8a5, optional crewai-tools matches, crewai-cli pins crewai-core, and crewai-tools pins crewai. CLI scaffold templates (crew, flow, declarative flow, tool) now default new projects to crewai[tools]==1.14.8a5.

Reviewed by Cursor Bugbot for commit 31145fd. Bugbot is set up for automated code reviews on this repo. Configure here.

Summary by CodeRabbit

  • Chores
    • Bumped the release version across the CLI, core, tools, files, devtools, and main package to 1.14.8a5.
    • Updated package dependency pins so new projects and templates use 1.14.8a5 consistently.
    • Synced related package requirements to keep the ecosystem aligned on the same version.

@corridor-security corridor-security 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.

Summary: This PR only bumps package and internal module versions from 1.14.8a4 to 1.14.8a5 across project metadata and templates, without changing runtime security logic.

Risk: Low risk. No exploitable security vulnerabilities were identified because the changes do not introduce new endpoints, authentication or authorization behavior, data handling paths, external integrations, or executable code.

@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 1a3991b4-7d9a-4862-8c1b-84bac29e6182

📥 Commits

Reviewing files that changed from the base of the PR and between 340d23a and 31145fd.

📒 Files selected for processing (13)
  • 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/declarative_flow/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

📝 Walkthrough

Walkthrough

Bumped version constants across core packages, the CLI, tools, files, and devtools, and aligned pyproject dependency pins and templates to 1.14.8a5.

Changes

Release version synchronization

Layer / File(s) Summary
Package version constants
lib/crewai-core/src/crewai_core/__init__.py, lib/crewai/src/crewai/__init__.py, lib/crewai-tools/src/crewai_tools/__init__.py, lib/crewai-files/src/crewai_files/__init__.py, lib/devtools/src/crewai_devtools/__init__.py, lib/cli/src/crewai_cli/__init__.py
The exported __version__ values are updated to 1.14.8a5 across the package modules.
Project dependency pins
lib/crewai/pyproject.toml, lib/crewai-tools/pyproject.toml, lib/cli/pyproject.toml
The project dependency lists now require the 1.14.8a5 package versions.
CLI template pins
lib/cli/src/crewai_cli/templates/crew/pyproject.toml, lib/cli/src/crewai_cli/templates/declarative_flow/pyproject.toml, lib/cli/src/crewai_cli/templates/flow/pyproject.toml, lib/cli/src/crewai_cli/templates/tool/pyproject.toml
The generated template pyproject.toml files pin crewai[tools] at 1.14.8a5.

Suggested reviewers

  • greysonlalonde
  • lorenzejay
  • akaKuruma
🚥 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 clearly and concisely summarizes the main change: bumping package versions to 1.14.8a5.
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.8a5

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.

@vinibrsl vinibrsl merged commit 563b55f into main Jun 25, 2026
59 checks passed
@vinibrsl vinibrsl deleted the feat/bump-version-1.14.8a5 branch June 25, 2026 00:25
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