From 2c6a571d27197941abfc522a25b8d0031487b28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:39:40 +0000 Subject: [PATCH] chore(deps): update opendal requirement in /cmd/initializers/model 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/model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/initializers/model/requirements.txt b/cmd/initializers/model/requirements.txt index 1cc3d8130c..e922c0f2f9 100644 --- a/cmd/initializers/model/requirements.txt +++ b/cmd/initializers/model/requirements.txt @@ -1,2 +1,2 @@ huggingface-hub>=1.12.0,<1.13 -opendal>=0.46.0 +opendal>=0.47.1