From 5e559bd8b9ca37803c4d0b5a549890b6c2561bea Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Thu, 31 Aug 2023 09:47:43 +0100 Subject: [PATCH] Fix python dependency version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2bfadd6d..9aa1ddc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ files = ["*/__init__.py"] folders = [{ path = "auth0" }] [tool.poetry.dependencies] -python = "^3.7" +python = ">=3.7" aiohttp = "^3.8.5" pyjwt = "^2.8.0" cryptography = "^41.0.3" # pyjwt has a weak dependency on cryptography