From ce9fd32f68a38402927eb1b9f63da6dbf064d8e6 Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Wed, 22 Apr 2026 18:57:21 +0300 Subject: [PATCH] fix(6): update openpyxl version constraint - Change openpyxl>=3.10.0 to openpyxl>=3.1.0 - Version 3.10.0 doesn't exist in PyPI - 3.1.5 is the latest stable version and compatible --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ba55e488..11412865 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -23,4 +23,4 @@ python-magic>=0.4.27 fuzzywuzzy==0.18.0 beautifulsoup4>=4.12.0 aiohttp>=3.9.0 -openpyxl>=3.10.0 +openpyxl>=3.1.0