Skip to content

Commit a847a39

Browse files
committed
Switch off dynaboxify
This will revent dynaconf from creating their own versions of dicts and lists. The python saml2 library does not approve of it.
1 parent 934c752 commit a847a39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pulpcore/app/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ def saml2_settings_hook(settings):
644644
distributed_publication_retention_period_validator,
645645
],
646646
post_hooks=(otel_middleware_hook, saml2_settings_hook),
647+
dynaboxify=False,
647648
)
648649

649650
_logger = getLogger(__name__)

0 commit comments

Comments
 (0)