chore: bump package versions - #3401
Conversation
Co-Authored-By: GPT-5 <noreply@openai.com>
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (15)
Included review availability: Your plan provides up to 4 included reviews per hour; 0 remain after this review. WalkthroughUpdated package versions for JavaScript and Python components. Updated Kotlin and Swift release version references. Updated Kotlin and Swift installation examples to use the new versions. Merge Risk: ⚪ Minimal · up to This updates release versions and matching installation examples across the JavaScript, Python, Kotlin, and Swift packages. The version references are aligned, with no current merge-blocking risk identified. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches✨ Simplify code
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.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 357b80a934
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| # Starts at 0.3.0 to open a new line above the old lockstep 0.2.x releases that | ||
| # bundled the bindings. | ||
| version = "0.4.6" | ||
| version = "0.4.7" |
There was a problem hiding this comment.
Require the FFI version that exports RouteWatch
Publishing 0.4.7 with the existing moq-ffi ~= 0.3.13 dependency breaks upgrades in environments that already have 0.3.13 or 0.3.14, because pip considers those versions satisfactory while moq.subscribe now imports MoqRouteWatch, which was added in moq-ffi 0.3.15. In that scenario even import moq fails with an import error, so raise the dependency floor to 0.3.15 and synchronize the lock metadata before releasing this version.
AGENTS.md reference: AGENTS.md:L81-L83
Useful? React with 👍 / 👎.
Summary
Public API changes
main; no breaking changes were found in the auditTest plan
git diff --checkjust fix origin/mainjust checkandjust testrunsmoq-ffibuild; CI will run the complete gates(written by GPT-5)