From 0a9f54f03c0c1c10b9eea58c27a2355248dd3570 Mon Sep 17 00:00:00 2001 From: Jake Callahan Date: Thu, 24 Aug 2023 15:18:13 -0400 Subject: [PATCH] Lock dynaconf version below 3.2.1 3.2.1 introduced a issue that will be resolved in 3.2.2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c3e35152..a060a02b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ classifiers = install_requires = awxkit click - dynaconf>=3.1.0 + dynaconf<3.2.1 logzero pyyaml setuptools