feat: bump versions to 1.15.11 - #6816
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
📝 WalkthroughWalkthroughThe change increments package versions from ChangesVersion alignment
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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.
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 acrosscrewai,crewai-core,crewai-cli,crewai-files,crewai-tools, andcrewai_devtools. - Updated pinned intra-monorepo dependency constraints in relevant
pyproject.tomlfiles (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.
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 increwai,crewai-core,crewai-cli,crewai-files,crewai-tools, andcrewai_devtools. Pinned inter-package dependencies inpyproject.tomlfiles (crewai-core,crewai-cli,crewai, and optionalcrewai-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.