Skip to content

Commit

Permalink
fix python build
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Jan 31, 2025
1 parent 561ffa3 commit aa777f7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 78 deletions.
104 changes: 28 additions & 76 deletions python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ arrow-array = "53.2"
arrow-data = "53.2"
arrow-schema = "53.2"
arrow-select = "53.2"
object_store = "0.10.1"
object_store = "0.11.2"
async-trait = "0.1"
chrono = "0.4.31"
env_logger = "0.10"
Expand Down Expand Up @@ -54,7 +54,7 @@ uuid = "1.3.0"
serde_json = "1"
serde = "1.0.197"
serde_yaml = "0.9.34"
snafu = "0.7.4"
snafu = "0.8"
tracing-chrome = "0.7.1"
tracing-subscriber = "0.3.17"
tracing = "0.1.37"
Expand Down

0 comments on commit aa777f7

Please sign in to comment.