From 8894131e6162a10073f00b76601bc8982775ad7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 05:04:10 +0000 Subject: [PATCH] chore(deps): update opendal requirement in /cmd/initializers/dataset Updates the requirements on [opendal](https://github.com/apache/opendal) to permit the latest version. - [Release notes](https://github.com/apache/opendal/releases) - [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/opendal/compare/v0.46.0...v0.47.1) --- updated-dependencies: - dependency-name: opendal dependency-version: 0.47.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cmd/initializers/dataset/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/initializers/dataset/requirements.txt b/cmd/initializers/dataset/requirements.txt index 364c8831e8..21812b2e6b 100644 --- a/cmd/initializers/dataset/requirements.txt +++ b/cmd/initializers/dataset/requirements.txt @@ -1,3 +1,3 @@ huggingface-hub>=1.13.0,<1.14 -opendal>=0.46.0 +opendal>=0.47.1 kubernetes>=35.0.0