pulp_ansible icon indicating copy to clipboard operation
pulp_ansible copied to clipboard

fix: set dynaconf lower bound to 3.2.11 on >=0.25

Open rochacbruno opened this issue 10 months ago • 1 comments

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

rochacbruno avatar May 05 '25 10:05 rochacbruno

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?

mdellweg avatar May 05 '25 10:05 mdellweg