Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyJWT - version compatibility issues between django-okta-auth 0.8.0 and pulp-container 2.16.6 #37

Open
vbnvaidy opened this issue May 3, 2024 · 0 comments

Comments

@vbnvaidy
Copy link

vbnvaidy commented May 3, 2024

Team,
I am trying to extend the base version of pulp minimal image from quay.io/pulp/pulp-minimal. I am using this as base image and then building my own image to support OKTA authentication. When I try to install django-okta-auth it finds an incompatible python module PyJWT 2.8 is installed. pip uninstalls this version and installs PyJWT 1.7.1.

django-okta-auth 0.8.0 requires PyJWT<2.0.0,>=1.7.1

But the caveat here is the pulp module requires PyJWT >=2.4. So during my docker build I get an error message with module incompatibility.
pulp-container 2.16.6 requires pyjwt[crypto]<2.9,>=2.4, but you have pyjwt 1.7.1 which is incompatible.

Can some one please guide me on how to resolve this error and is there any chance that the django-okta-auth 0.8.0 can work with PyJWT >=2.4 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant