Skip to content

Commit 02ce00c

Browse files
authored
bump to object_store 0.12 (#50)
1 parent e19d0c2 commit 02ce00c

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ flate2 = "1.0.20"
1515
futures = "0.3.31"
1616
jpeg = { package = "jpeg-decoder", version = "0.3.0", default-features = false }
1717
num_enum = "0.7.3"
18-
# Match the version used by pyo3-object-store
19-
# We'll upgrade to object_store 0.12 ASAP when it comes out
20-
object_store = { git = "https://github.com/apache/arrow-rs", rev = "7a15e4b47ca97df2edef689c9f2ebd2f3888b79e" }
18+
object_store = "0.12"
2119
reqwest = "0.12"
2220
thiserror = "1"
2321
tokio = { version = "1.43.0", optional = true }

python/Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ crate-type = ["cdylib"]
1919
[dependencies]
2020
async-tiff = { path = "../" }
2121
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" }
22+
object_store = "0.12"
2523
pyo3 = { version = "0.23.0", features = ["macros"] }
2624
pyo3-async-runtimes = "0.23"
2725
pyo3-bytes = "0.1.3"
28-
pyo3-object_store = { git = "https://github.com/developmentseed/obstore", rev = "28ba07a621c1c104f084fb47ae7f8d08b1eae3ea" }
26+
pyo3-object_store = "0.1.0-beta.2"
2927
rayon = "1.10.0"
3028
tokio-rayon = "2.1.0"
3129
thiserror = "1"
@@ -40,6 +38,3 @@ reqwest = { version = "*", default-features = false, features = [
4038
[profile.release]
4139
lto = true
4240
codegen-units = 1
43-
44-
[patch.crates-io]
45-
object_store = { git = "https://github.com/apache/arrow-rs", rev = "7a15e4b47ca97df2edef689c9f2ebd2f3888b79e" }

0 commit comments

Comments
 (0)