feat: bump versions to 1.15.7 - #6672
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 release identifier is updated from ChangesRelease 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 |
alex-clawd
left a comment
There was a problem hiding this comment.
Approved.
Verified it's genuinely only a version promotion — every changed line is 1.15.7a1 → 1.15.7, nothing else in the diff.
All six packages moved together, and no stragglers left on the branch:
crewai · crewai-core · crewai-cli · crewai-tools · crewai-files · crewai-devtools
git grep '1.15.7a1' -> no matches
That last check is the one worth doing on a coordinated bump — a missed pin would publish a stable package depending on an alpha.
Also confirmed both of this morning's fixes are actually on the release branch rather than merged after the cut:
- #6658 skills auth —
resolve_plus_clientpresent inagent_utils.py - #6660 GPT-5.6 tools + reasoning_effort —
_rejects_reasoning_effort_with_toolspresent incompletion.py
So 1.15.7 carries the deployment skills-download fix and unblocks tool calling on the GPT-5.6 family.
8 pass / 14 pending / 1 skipping, no failures.
There was a problem hiding this comment.
Pull request overview
Promotes the monorepo packages from the prerelease 1.15.7a1 to the stable 1.15.7 by updating package __version__ values and aligning internal dependency pins in relevant pyproject.toml files.
Changes:
- Update
__version__from1.15.7a1→1.15.7across the affected Python packages. - Update internal dependency pins to
==1.15.7(e.g.,crewai-core,crewai-cli,crewai-tools,crewai). - Keep runtime logic unchanged; version/pin-only edits.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| lib/devtools/src/crewai_devtools/init.py | Bump devtools package version to 1.15.7. |
| lib/crewai/src/crewai/init.py | Bump core crewai package version to 1.15.7. |
| lib/crewai/pyproject.toml | Pin internal dependencies (crewai-core, crewai-cli, crewai-tools) to 1.15.7. |
| lib/crewai-tools/src/crewai_tools/init.py | Bump crewai-tools package version to 1.15.7. |
| lib/crewai-tools/pyproject.toml | Pin crewai dependency to 1.15.7. |
| lib/crewai-files/src/crewai_files/init.py | Bump crewai-files package version to 1.15.7. |
| lib/crewai-core/src/crewai_core/init.py | Bump crewai-core package version to 1.15.7. |
| lib/cli/src/crewai_cli/init.py | Bump crewai-cli package version to 1.15.7. |
| lib/cli/pyproject.toml | Pin crewai-core dependency to 1.15.7. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Note
Low Risk
Version and dependency pin updates only; no application logic, security, or data-handling changes.
Overview
Promotes 1.15.7a1 to the stable 1.15.7 release across the monorepo by updating
__version__increwai,crewai-core,crewai-cli,crewai-tools,crewai-files, andcrewai-devtools, and aligning pinned internal dependencies inpyproject.toml(e.g.crewai-core,crewai-cli,crewai,crewai-tools).There are no runtime or API code changes in this diff—only version strings and dependency pins for a coordinated publish.
Reviewed by Cursor Bugbot for commit 4f9c5a1. Bugbot is set up for automated code reviews on this repo. Configure here.