Skip to content

Conversation

@onursatici
Copy link
Contributor

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?

@github-actions github-actions bot added the arrow Changes to the arrow crate label Apr 1, 2025
@alamb
Copy link
Contributor

alamb commented Apr 1, 2025

I wonder if it is possible to cut a release after this?

I plan to make a release candidate today or tomorrow:

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @onursatici


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 }
Copy link
Contributor

Choose a reason for hiding this comment

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

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 mbrobbel merged commit 1b4acec into apache:main Apr 1, 2025
24 checks passed
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
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.

3 participants