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 638b3e3 commit 4ca7468Copy full SHA for 4ca7468
python/Cargo.toml
@@ -18,7 +18,8 @@ crate-type = ["cdylib"]
18
19
[dependencies]
20
async-tiff = { path = "../" }
21
-bytes = "1.8"
+bytes = "1.10.1"
22
+# We'll upgrade to object_store 0.12 ASAP
23
# Match the version used by pyo3-object-store
24
object_store = { git = "https://github.com/apache/arrow-rs", rev = "7a15e4b47ca97df2edef689c9f2ebd2f3888b79e" }
25
pyo3 = { version = "0.23.0", features = ["macros"] }
0 commit comments