-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The prost
and prost-types
dependencies of arrow-flight are currently at version 0.13
arrow-rs/arrow-flight/Cargo.toml
Lines 47 to 49 in 16794ab
prost = { version = "0.13.1", default-features = false, features = ["prost-derive"] } | |
# For Timestamp type | |
prost-types = { version = "0.13.1", default-features = false } |
We can only upgrade these dependencies as part of major version upgrades
We are about to release a new major version of arrow / arrow-flight, see:
Describe the solution you'd like
I would like to update arrow-flight to use the latest dependents before we release arrow 56
Describe alternatives you've considered
Additional context
Here are some related dependabot PRs
Metadata
Metadata
Assignees
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog