From 559f3264952b23959076d4585ce853d18e521a26 Mon Sep 17 00:00:00 2001 From: evangriffiths Date: Fri, 17 May 2024 09:37:10 +0100 Subject: [PATCH] Relax python-dotenv dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5c9dc8647..1d7c240270 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def get_all_extras() -> Dict: "pymultihash==0.8.2", "pyyaml>=6.0.1,<7", "requests>=2.28.1,<3", - "python-dotenv>=0.14.0,<0.22.0", + "python-dotenv>=0.14.0,<1.0.1", "ecdsa>=0.15,<0.17.0", "morphys>=1.0", "py-multibase>=1.0.0",