Skip to content
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

chore(binding/python): Upgrade pyo3 to 0.21 #4734

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Conversation

reswqa
Copy link
Member

@reswqa reswqa commented Jun 14, 2024

Sorry for the delay, finally have time to do this. :)


This closes #4399.

pyo3 = { version = "0.20.1", features = ["abi3", "abi3-py311"] }
pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] }
pyo3 = { version = "0.21.2", features = ["abi3", "abi3-py311"] }
pyo3-asyncio = { package = "pyo3-asyncio-0-21", version = "0.21", features = ["tokio-runtime"]}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pyo3's built-in async-io support is not quite perfect yet. So I prefer we still stick with pyo3-asyncio at this stage.

NB. We use a fork from David here. This may be the base for a permanent fork in the future, depending on the status of the original pyo3-asyncio maintainer. You could also refer to this comment.

@reswqa reswqa marked this pull request as ready for review June 14, 2024 03:55
Copy link
Member

@messense messense left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@Xuanwo Xuanwo merged commit 501a87f into apache:main Jun 14, 2024
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bindings/python: Bump PyO3 to 0.21
3 participants