Skip to content

Commit

Permalink
Update arrow-schema requirement from 49.0.0 to 50.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [arrow-schema](https://github.com/apache/arrow-rs) to permit the latest version.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG.md)
- [Commits](apache/arrow-rs@49.0.0...50.0.0)

---
updated-dependencies:
- dependency-name: arrow-schema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2024
1 parent a73709e commit 9feb4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ crate-type = ["cdylib"]
pyo3 = { version = "0.20.0" }
arrow = { version = "49.0.0", features = ["pyarrow"] }
arrow-array = { version = "49.0.0" }
arrow-schema = { version = "49.0.0" }
arrow-schema = { version = "50.0.0" }
protobuf = { version = "3.3.0" }

[features]
Expand Down

0 comments on commit 9feb4e0

Please sign in to comment.