pulp_ansible
pulp_ansible copied to clipboard
fix: set dynaconf lower bound to 3.2.11 on >=0.25
Pulp Ansible >= 0.25 must use Dynaconf 3.2.11 (To be Released)
The PR https://github.com/dynaconf/dynaconf/pull/1287 fixes an error.
Can't access browsable API
Thrown error:
ImproperlyConfigured
Unknown parameters: raw_ansible_content_hostname, raw_ansible_authentication_classes, raw_ansible_permission_classes
Problem introduced on https://github.com/pulp/pulp_ansible/pull/1130
We have "dynaconf>=3.2.5,<3.3.0", on pulpcore (main branch, may need to investigate supported branches too). So would releasing dynaconf be sufficient to solve the issue?