Skip to content

Commit

Permalink
fix: Pin lower bound of dynaconf to 3.2.6 (#2222)
Browse files Browse the repository at this point in the history
Pulp lower bound is too open and we need 3.2.6 to fix performance issue.

No-Issue
  • Loading branch information
rochacbruno authored Aug 13, 2024
1 parent f8ff771 commit 42c5fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 42c5fc7

Please sign in to comment.