From b6ccbd17a2f2cc2c33749dea64108b6d13be707a Mon Sep 17 00:00:00 2001 From: Eirini Koutsaniti Date: Mon, 21 Aug 2023 15:02:16 +0200 Subject: [PATCH] Relax the version of packaging (#66) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5e66a5f..11d7198 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,8 @@ dependencies = [ "requests>=2.14.0", "PyJWT>=2.4.0", "typer[all]~=0.7.0", - "httpx>=0.24.0", - "packaging>=23.1" + "packaging>=21.0", + "httpx>=0.24.0" ] [project.urls]