From 394dc00512b386ec405f6bff4352169f2dbb8b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 17:48:03 +0000 Subject: [PATCH] Update albucore requirement from <0.0.20,>=0.0.13 to >=0.0.13,<0.0.42 Updates the requirements on [albucore](https://github.com/albumentations-team/albucore) to permit the latest version. - [Release notes](https://github.com/albumentations-team/albucore/releases) - [Commits](https://github.com/albumentations-team/albucore/compare/0.0.13...0.0.41) --- updated-dependencies: - dependency-name: albucore dependency-version: 0.0.41 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 06af57a..fc78f83 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,7 +6,7 @@ mineru[pipeline]>=2.6.4 # Image Augmentation (Version Pinned for Compatibility) albumentations>=1.4.4,<2.0.0 -albucore>=0.0.13,<0.0.20 +albucore>=0.0.13,<0.0.42 # Web Framework fastapi>=0.115.0