Skip to content

feat: bump versions to 1.14.8a4#6318

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

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

Conversation

@vinibrsl

@vinibrsl vinibrsl commented Jun 24, 2026

Copy link
Copy Markdown
Member

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 in crewai, crewai-cli, crewai-core, crewai-files, crewai-tools, and crewai-devtools. Locked dependency pins move to the new version in lib/crewai/pyproject.toml, lib/cli/pyproject.toml, and lib/crewai-tools/pyproject.toml. CLI scaffold templates (crew, flow, declarative_flow, tool) now pin crewai[tools]==1.14.8a4 for 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

  • Chores
    • Updated package versions across the CLI, core, tools, files, devtools, and main app to 1.14.8a4.
    • Aligned dependency pins so newly generated projects and templates use the same updated release.
    • Bumped the overall package version to match the latest alpha release.

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

@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

All package __version__ constants and inter-package dependency pins are bumped from 1.14.8a3 to 1.14.8a4 across crewai, crewai-core, crewai-cli, crewai-tools, crewai-files, crewai-devtools, and all four CLI project templates (crew, flow, declarative_flow, tool).

Changes

Version bump 1.14.8a3 → 1.14.8a4

Layer / File(s) Summary
Package __version__ constants and dependency pins
lib/crewai/src/crewai/__init__.py, lib/crewai/pyproject.toml, lib/crewai-core/src/crewai_core/__init__.py, lib/crewai-tools/src/crewai_tools/__init__.py, lib/crewai-tools/pyproject.toml, lib/crewai-files/src/crewai_files/__init__.py, lib/cli/src/crewai_cli/__init__.py, lib/cli/pyproject.toml, lib/devtools/src/crewai_devtools/__init__.py, lib/cli/src/crewai_cli/templates/*/pyproject.toml
__version__ constants and all inter-package dependency pins updated from 1.14.8a3 to 1.14.8a4 across all libraries and CLI project templates.

Suggested Reviewers

  • lorenzejay
  • 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 concisely describes the main change: bumping package versions to 1.14.8a4.
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.8a4

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.

@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: 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

📥 Commits

Reviewing files that changed from the base of the PR and between fac3e35 and 6740a2c.

📒 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

Comment thread lib/cli/src/crewai_cli/templates/tool/pyproject.toml
@vinibrsl vinibrsl merged commit 12a5e91 into main Jun 24, 2026
58 checks passed
@vinibrsl vinibrsl deleted the feat/bump-version-1.14.8a4 branch June 24, 2026 16:14
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