We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67ac67 commit e0dcdbdCopy full SHA for e0dcdbd
Cargo.toml
@@ -10,7 +10,8 @@ flate2 = "1.0.20"
10
futures = "0.3.31"
11
jpeg = { package = "jpeg-decoder", version = "0.3.0", default-features = false }
12
num_enum = "0.7.3"
13
-object_store = "0.11"
+# Match the version used by pyo3-object-store
14
+object_store = { git = "https://github.com/apache/arrow-rs", rev = "7a15e4b47ca97df2edef689c9f2ebd2f3888b79e" }
15
thiserror = "1"
16
tiff = "0.9"
17
tokio = { version = "1.43.0", optional = true }
0 commit comments