Merged
Conversation
Contributor
I plan to make a release candidate today or tomorrow: |
alamb
approved these changes
Apr 1, 2025
|
|
||
| rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"], optional = true } | ||
| pyo3 = { version = "0.24", default-features = false, optional = true } | ||
| pyo3 = { version = "0.24.1", default-features = false, optional = true } |
Contributor
There was a problem hiding this comment.
I think technically speaking this change is not necessary for downstream crates to update to py03 0.24.1 as 0.24.0 is compatible with doing so
However, given that arrow tests with just the latest release of the dependencies, I think it is wise to increase it in our cargo toml file as well
mbrobbel
approved these changes
Apr 1, 2025
8 tasks
wiedld
pushed a commit
to influxdata/arrow-rs
that referenced
this pull request
May 21, 2025
wiedld
pushed a commit
to influxdata/arrow-rs
that referenced
this pull request
May 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I wonder if it is possible to cut a release after this?
Rationale for this change
https://rustsec.org/advisories/RUSTSEC-2025-0020.html
What changes are included in this PR?
Are there any user-facing changes?