diff --git a/vortex-python/Cargo.toml b/vortex-python/Cargo.toml index 391dc9b4b47..c8d97a87d2a 100644 --- a/vortex-python/Cargo.toml +++ b/vortex-python/Cargo.toml @@ -47,7 +47,7 @@ parking_lot = { workspace = true } pyo3 = { workspace = true, features = ["abi3", "abi3-py311"] } pyo3-bytes = { workspace = true } pyo3-log = { workspace = true } -pyo3-object_store = { version = "0.7" } +pyo3-object_store = { version = "0.10" } tokio = { workspace = true, features = ["fs", "rt-multi-thread"] } url = { workspace = true } vortex = { workspace = true, features = ["object_store", "tokio"] }