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

Update pyo3 requirement from 0.19 to 0.20 #4941

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

crepererum
Copy link
Contributor

@crepererum crepererum commented Oct 16, 2023

Fixed version of #4924.

Closes #4924.

@github-actions github-actions bot added the arrow Changes to the arrow crate label Oct 16, 2023
@crepererum crepererum marked this pull request as ready for review October 16, 2023 12:20
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@@ -16,7 +16,7 @@
# under the License.

[build-system]
requires = ["maturin"]
requires = ["maturin>=1.0,<2.0"]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

drive-by fix because the CI warned that maturin should be pinned to a version range and that not pinning it will become a hard error in the future

@tustvold tustvold merged commit 4a23ab9 into apache:master Oct 16, 2023
23 checks passed
@tustvold
Copy link
Contributor

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants