You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to requests project: psf/requests#6443
There is a conflict with urllib3 2.0.2 and requests 1.30.0
This is causing import errors downstream when importing the Jira module
Its a problem of dependencies, nothing much we can do. I'll leave the ticket open until its resolved in the requests package. (as mentioned above psf/requests#6443)
This way people encountering the same problem will be able to find a solution.
Bug summary
According to requests project: psf/requests#6443
There is a conflict with urllib3 2.0.2 and requests 1.30.0
This is causing import errors downstream when importing the Jira module
Is there an existing issue for this?
Jira Instance type
Jira Server or Data Center (Self-hosted)
Jira instance version
No response
jira-python version
3.4.1,3.5.0
Python Interpreter version
3.9.6
Which operating systems have you used?
Reproduction steps
Stack trace
Expected behaviour
Successfully import and utilize jira module
Additional Context
Happening in other environments such-as linux running a Jenkins pipeline to build a project that uses Jira module
The text was updated successfully, but these errors were encountered: