Skip to content

feat: bump versions to 1.15.11 - #6816

Merged
joaomdmoura merged 1 commit into
mainfrom
feat/bump-version-1.15.11
Aug 5, 2026
Merged

feat: bump versions to 1.15.11#6816
joaomdmoura merged 1 commit into
mainfrom
feat/bump-version-1.15.11

Conversation

@joaomdmoura

@joaomdmoura joaomdmoura commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Note

Low Risk
Version-only changes with no runtime or behavioral code modifications.

Overview
Bumps the 1.15.10 → 1.15.11 release across the monorepo so published packages stay aligned.

__version__ is updated in crewai, crewai-core, crewai-cli, crewai-files, crewai-tools, and crewai_devtools. Pinned inter-package dependencies in pyproject.toml files (crewai-core, crewai-cli, crewai, and optional crewai-tools) are updated to 1.15.11 as well.

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

Copilot AI lite review requested due to automatic review settings August 5, 2026 05:47
@joaomdmoura
joaomdmoura enabled auto-merge (squash) August 5, 2026 05:48
@coderabbitai

coderabbitai Bot commented Aug 5, 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: effd31da-41e5-4d79-9f4e-da34d346f3c2

📥 Commits

Reviewing files that changed from the base of the PR and between 323334d and 56aadc7.

📒 Files selected for processing (9)
  • lib/cli/pyproject.toml
  • lib/cli/src/crewai_cli/__init__.py
  • 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

The change increments package versions from 1.15.10 to 1.15.11 and updates internal dependency pins in the CLI, tools, and main package configuration.

Changes

Version alignment

Layer / File(s) Summary
Package version declarations
lib/*/src/*/__init__.py
The CLI, core, files, tools, main, and devtools packages now report version 1.15.11.
Internal dependency pins
lib/cli/pyproject.toml, lib/crewai-tools/pyproject.toml, lib/crewai/pyproject.toml
Internal runtime and optional dependencies now require version 1.15.11.

Suggested reviewers: copilot

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the version bump to 1.15.11 across the monorepo.
Description check ✅ Passed The description accurately explains the package version and dependency updates.
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.
✨ 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.15.11

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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Bumps the monorepo’s internal package versions from 1.15.10 → 1.15.11 and updates pinned inter-package dependencies so the published packages remain aligned.

Changes:

  • Updated __version__ constants across crewai, crewai-core, crewai-cli, crewai-files, crewai-tools, and crewai_devtools.
  • Updated pinned intra-monorepo dependency constraints in relevant pyproject.toml files (e.g., crewai-core==1.15.11, crewai-cli==1.15.11, crewai-tools==1.15.11, crewai==1.15.11).

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
lib/devtools/src/crewai_devtools/init.py Bumps crewai_devtools runtime version constant to 1.15.11.
lib/crewai/src/crewai/init.py Bumps crewai runtime version constant to 1.15.11.
lib/crewai/pyproject.toml Updates pinned internal dependencies (crewai-core, crewai-cli, optional crewai-tools) to 1.15.11.
lib/crewai-tools/src/crewai_tools/init.py Bumps crewai-tools runtime version constant to 1.15.11.
lib/crewai-tools/pyproject.toml Updates pinned dependency on crewai to 1.15.11.
lib/crewai-files/src/crewai_files/init.py Bumps crewai-files runtime version constant to 1.15.11.
lib/crewai-core/src/crewai_core/init.py Bumps crewai-core runtime version constant to 1.15.11.
lib/cli/src/crewai_cli/init.py Bumps crewai-cli runtime version constant to 1.15.11.
lib/cli/pyproject.toml Updates pinned dependency on crewai-core to 1.15.11.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@alex-clawd alex-clawd left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM.

@joaomdmoura
joaomdmoura merged commit a60d36a into main Aug 5, 2026
59 checks passed
@joaomdmoura
joaomdmoura deleted the feat/bump-version-1.15.11 branch August 5, 2026 05:52
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.

3 participants