From 29fd9f0f653dbfed6fc67e2a49712e7b198e0d77 Mon Sep 17 00:00:00 2001 From: Elon Gliksberg Date: Tue, 19 Nov 2024 11:05:22 +0200 Subject: [PATCH] Loosen 'packaging' requirement. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eebed494a..bc232e5db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ slack-sdk = ">=3.20.1,<4.0.0" pydantic = "<3.0" networkx = ">=2.3,<3" -packaging = ">=20.9,<=25.0" +packaging = ">=20.9" azure-storage-blob = ">=12.11.0" pymsteams = ">=0.2.2,<1.0.0" pandas = ">=2.0.0"