pyzeebe icon indicating copy to clipboard operation
pyzeebe copied to clipboard

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

Open liuyz1994 opened this issue 1 year ago • 0 comments

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 avatar Feb 27 '24 08:02 liuyz1994