Skip to content

Conversation

termoshtt
Copy link
Member

@termoshtt termoshtt commented May 3, 2025

Additional fix for #192, Resolve #175

  • PyO3 0.24.0 changes the treatment of Path
  • bugfix for issue #175 #192 reflects this change, but it only works with pyo3 >= 0.24.0
  • The change in the minimum requirement of PyO3 is breaking for pyo3-stub-gen crate. Bump up to 0.9.0

@termoshtt termoshtt self-assigned this May 3, 2025
@termoshtt termoshtt marked this pull request as ready for review May 3, 2025 07:47
@termoshtt termoshtt merged commit cac5a60 into main May 3, 2025
13 checks passed
@termoshtt termoshtt deleted the pr/patengel/192 branch May 3, 2025 07:47
@termoshtt termoshtt mentioned this pull request May 3, 2025
Scyrc pushed a commit to Scyrc/pyo3-stub-gen that referenced this pull request May 8, 2025
Additional fix for Jij-Inc#192, Resolve Jij-Inc#175

- PyO3 0.24.0 changes the treatment of `Path`
- Jij-Inc#192 reflects this change, but it only works with `pyo3 >= 0.24.0`
- The change in the minimum requirement of PyO3 is breaking for
pyo3-stub-gen crate. Bump up to 0.9.0

---------

Co-authored-by: Patrick Engel <[email protected]>
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.

pyo3 changed how PathBuf is transported to python
2 participants