From b95f5ecba205f17235b3e192ddc72fc43ee92d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 13:41:03 +0000 Subject: [PATCH] Update albumentations requirement in /worker Updates the requirements on [albumentations](https://github.com/albumentations-team/albumentations) to permit the latest version. - [Release notes](https://github.com/albumentations-team/albumentations/releases) - [Commits](https://github.com/albumentations-team/albumentations/compare/1.4.4...2.0.8) --- updated-dependencies: - dependency-name: albumentations dependency-version: 2.0.8 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..1639cf3 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -5,7 +5,7 @@ mineru[pipeline]>=2.6.4 # Image Augmentation (Version Pinned for Compatibility) -albumentations>=1.4.4,<2.0.0 +albumentations>=1.4.4,<3.0.0 albucore>=0.0.13,<0.0.20 # Web Framework