Skip to content

release: 0.25.1 #5191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jun 12, 2025
Merged

release: 0.25.1 #5191

merged 16 commits into from
Jun 12, 2025

Conversation

davidhewitt
Copy link
Member

This is cherry-picks of fixes and non-breaking additions since PyO3 0.25.0 (targeting the release-0.25 branch).

I will put this live tomorrow unless I hear reasons to wait.

davidhewitt and others added 15 commits June 11, 2025 13:47
* Implements basic method introspection

* Code review feedback

* Fixes CI
* Add Windows ARM64 Build configuration

* Add change notes

* add llvm install

* fix yml syntax

* correct `os` in `if` clause

* add llvm version

* fix clippy, ignore coverage for now

* correct `if` condition

---------

Co-authored-by: David Hewitt <[email protected]>
* Adds introspection for modules associated constants

* Add support for `Final` constants.

* Document changes

* Review fixes

* Fix typo
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.5.1...0.6.0)

---
updated-dependencies:
- dependency-name: criterion
  dependency-version: 0.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Catching invalid asyncs

* Catching invalid asyncs (adding missing file)

* formating

* adding changelog file

* Update newsfragments/5156.fixed.md

Co-authored-by: Daniel McCarney <[email protected]>

* make sure no experimental-async feature

* revert pytest/test_awaitable.py changes

* make sure not using experimental-async feature

---------

Co-authored-by: Daniel McCarney <[email protected]>
* Expose the vectorcall functions also on GraalPy

* Add PyBytes_AS_STRING, seen in ormsgpack

* Call Py_Is function on GraalPy
The "to_le()" conversion on the u128 seems to be just wrong.
* fix nightly warning of inconsistent lifetime use

* workaround Python 3.13.4 ffi-check issue on Windows
* readme: add Kyle Barron libraries/packages

* remove from readme obstore ref '1'
* Make PyObjectObRefcnt.refcnt_and_flags 64-bit-only

Fix #5175 as described in
#5175 (comment).

* Add a news fragment for #5180
Co-authored-by: Alex Gaynor <[email protected]>
@davidhewitt davidhewitt merged commit 2aacae6 into release-0.25 Jun 12, 2025
36 of 37 checks passed
@davidhewitt davidhewitt deleted the release-0.25.1 branch June 12, 2025 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.