From 0c9407eb40181a889f5b9cfa0ade83b5f0876bfb Mon Sep 17 00:00:00 2001 From: Taylor Date: Mon, 5 Aug 2024 13:06:35 -0500 Subject: [PATCH] chore: Update packaging constraint to allow version 24.1 or higher The packaging constraint in the backend requirements.txt file was updated to allow version 24.1 or higher. This change was made to ensure compatibility with other dependencies. --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d223d8a0..2422047b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -91,7 +91,7 @@ openpyxl==3.1.2 ordered-set==4.1.0 orjson==3.9.9 #packaging==23.2 -#packaging>=24.1,<25.0 +packaging>=24.1,<25.0 #pandas==2.1.1 Had to drop to 1.3.5 which is compatible with python-dateutils==2.8.0 which is required by scoutsuite pandas==1.3.5 passlib==1.7.4