From 41aaf1295d36d7c8ede09571a4faa77fcca784ae Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Mon, 1 Dec 2025 20:23:30 +0800 Subject: [PATCH 1/2] chore: update lock file for python binding Signed-off-by: Xuanwo --- python/Cargo.lock | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/python/Cargo.lock b/python/Cargo.lock index 0a73294833c..ae3aee8dc75 100644 --- a/python/Cargo.lock +++ b/python/Cargo.lock @@ -5083,12 +5083,13 @@ dependencies = [ [[package]] name = "object_store_opendal" -version = "0.54.1" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0b88fc0e0c4890c1d99e2b8c519c5db40f7d9b69a0f562ff1ad4967a4c8bbc6" +checksum = "113ab0769e972eee585e57407b98de08bda5354fa28e8ba4d89038d6cb6a8991" dependencies = [ "async-trait", "bytes", + "chrono", "futures", "object_store", "opendal", @@ -5116,20 +5117,20 @@ checksum = "b4ce411919553d3f9fa53a0880544cda985a112117a0444d5ff1e870a893d6ea" [[package]] name = "opendal" -version = "0.54.1" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42afda58fa2cf50914402d132cc1caacff116a85d10c72ab2082bb7c50021754" +checksum = "d075ab8a203a6ab4bc1bce0a4b9fe486a72bf8b939037f4b78d95386384bc80a" dependencies = [ "anyhow", "backon", "base64 0.22.1", "bytes", - "chrono", "crc32c", "futures", "getrandom 0.2.16", "http 1.4.0", "http-body 1.0.1", + "jiff", "log", "md-5", "percent-encoding", @@ -5140,6 +5141,7 @@ dependencies = [ "serde_json", "sha2", "tokio", + "url", "uuid", ] From 92dd63648f88d44477fc2b9dd9695ff9e44ba002 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Mon, 1 Dec 2025 20:38:47 +0800 Subject: [PATCH 2/2] Use larger runner for aws-integrate Signed-off-by: Xuanwo --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 5fb81e4c954..1bb6813b697 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -234,7 +234,7 @@ jobs: - uses: ./.github/workflows/run_tests aws-integtest: timeout-minutes: 45 - runs-on: "ubuntu-latest" + runs-on: "warp-ubuntu-latest-x64-4x" defaults: run: shell: bash