chore: bump to pyo3 0.29#199
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughThis PR upgrades the Changespyo3 0.28 to 0.29 Upgrade
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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.
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 `@Cargo.toml`:
- Line 137: Replace the moving branch pin for the pyo3-async-runtimes dependency
with the exact commit SHA to ensure deterministic lockfiles: locate the
pyo3-async-runtimes dependency entry (the line with pyo3-async-runtimes and
branch = "angel/bump_pyo3_version") and change it to use rev =
"9c609defa70a2f9f7f3c407bff7696ba628e065d" instead of branch so Cargo.lock
refreshes remain stable.
🪄 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: defaults
Review profile: CHILL
Plan: Pro
Run ID: 225c94db-c980-46e2-9660-bb47ec09bb45
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (4)
Cargo.tomlrunner/Cargo.tomlsrc/commands/mod.rssrc/commands/version.rs
cf55583 to
a7044ae
Compare
depends on: PyO3/pyo3-async-runtimes#85
Summary by CodeRabbit