From 42c5fc769ad5a6e39c05d6e653d1172b678f22aa Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Tue, 13 Aug 2024 19:41:20 +0100 Subject: [PATCH] fix: Pin lower bound of dynaconf to 3.2.6 (#2222) Pulp lower bound is too open and we need 3.2.6 to fix performance issue. No-Issue --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b348ee487..0b3606ffe7 100644 --- a/setup.py +++ b/setup.py @@ -126,7 +126,7 @@ def _format_pulp_requirement(plugin, specifier=None, ref=None, gh_namespace="pul "social-auth-app-django>=5.2.0", "django-auth-ldap==4.0.0", "drf-spectacular", - "dynaconf", # unversioned because pulpcore already sets it + "dynaconf>=3.2.6", "insights_analytics_collector>=0.3.0", "boto3", "distro",