Skip to content

Commit dcd9fbb

Browse files
authored
Bump OpenDAL to 0.53.0 - Round 1 (#5931)
* Bump OpenDAL to 0.53.0 Signed-off-by: Xuanwo <[email protected]> * Format all toml files Signed-off-by: Xuanwo <[email protected]> * Fix build Signed-off-by: Xuanwo <[email protected]> * Regen Signed-off-by: Xuanwo <[email protected]> * Fix docs Signed-off-by: Xuanwo <[email protected]> --------- Signed-off-by: Xuanwo <[email protected]>
1 parent 7626d1d commit dcd9fbb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+7251
-5970
lines changed

.github/scripts/weekly_update/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
[project]
1919
dependencies = [
20-
"openai>=1.66.5",
21-
"python-dateutil>=2.9.0.post0",
22-
"pytz>=2025.1",
23-
"requests>=2.32.3",
20+
"openai>=1.66.5",
21+
"python-dateutil>=2.9.0.post0",
22+
"pytz>=2025.1",
23+
"requests>=2.32.3",
2424
]
2525
description = "Add your description here"
2626
name = "weekly_update"

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ concurrency:
3838
cancel-in-progress: true
3939

4040
env:
41-
# This same toolchain for rust 1.79.0 but nightly so we can use new features.
42-
RUST_DOC_TOOLCHAIN: nightly-2024-06-13
41+
# This same toolchain for rust 1.85.1 but nightly so we can use new features.
42+
RUST_DOC_TOOLCHAIN: nightly-2025-03-18
4343
# Enable cfg docsrs to make sure docs are built.
4444
RUSTDOCFLAGS: "--cfg docsrs"
4545

0 commit comments

Comments
 (0)