Closed dependabot[bot] closed 3 weeks ago
This is a dependency update PR that bumps the PyO3 library from version 0.22.5 to 0.22.6 across multiple Rust crates in the project. The update primarily addresses a fix for detecting free-threaded Python 3.13t, which is not yet supported in PyO3 0.22.x series.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Update PyO3 dependency version across project crates |
|
src/rust/Cargo.toml src/rust/cryptography-cffi/Cargo.toml src/rust/cryptography-keepalive/Cargo.toml src/rust/Cargo.lock |
Unable to locate .performanceTestingBot config file
By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the /korbit-review
command in a comment.
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
Processing PR updates...
Thanks @dependabot[bot] for opening this PR!
For COLLABORATOR only :
To add labels, comment on the issue
/label add label1,label2,label3
To remove labels, comment on the issue
/label remove label1,label2,label3
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
PR Details of @dependabot[bot] in pyca-cryptography : | OPEN | CLOSED | TOTAL |
---|---|---|---|
2 | 28 | 30 |
Description has been updated!
Bumps pyo3 from 0.22.5 to 0.22.6.
Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
Commits
c000ab9
release: 0.22.602b8dfe
fix compiler warning on 32 bit platformsa76ce14
fix detection of freethreaded interpreterDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show
Summary by Sourcery
Enhancements: