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

dependency conflict: pyzeebe 3.0.4 depends on oauthlib<3.2.0 but kubernetes 27.2.0 depends on oauthlib>=3.2.2 #387

Closed
liuyz1994 opened this issue Feb 27, 2024 · 0 comments · Fixed by #403

Comments

@liuyz1994
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex.
I'm always frustrated when I try to install Pyzeebe in our Python project. We are using Kubernetes 27.2.0 then we tried to install pyzeebe. However, it reports a dependency conflict:

INFO:pipenv.patched.pip._internal.resolution.resolvelib.factory:
The conflict is caused by:
    kubernetes 27.2.0 depends on oauthlib>=3.2.2
    pyzeebe 3.0.4 depends on oauthlib<3.2.0 and >=3.1.0

Describe the solution you'd like
A clear and concise description of what you want to happen.
pyzeebe depends on oauthlib~=<3.1.0. Is it possible to upgrade oauthlib version for pyzeebe?

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
We could copy the repo and try to upgrade ourselves but oauthlib is on 3.2.2 since 2022

Additional context
Add any other context or screenshots about the feature request here.

@liuyz1994 liuyz1994 changed the title dependenct conflict pyzeebe 3.0.4 depends on oauthlib<3.2.0 dependency conflict: pyzeebe 3.0.4 depends on oauthlib<3.2.0 but kubernetes 27.2.0 depends on oauthlib>=3.2.2 Feb 27, 2024
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

Successfully merging a pull request may close this issue.

1 participant