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

api4jenkins does not support requests 2.10 #51

Closed
davidelka opened this issue May 2, 2022 · 2 comments · Fixed by #52
Closed

api4jenkins does not support requests 2.10 #51

davidelka opened this issue May 2, 2022 · 2 comments · Fixed by #52

Comments

@davidelka
Copy link

api4jenkins does not include version dependency for requests library -
it's not supported older version (at least requests 2.10)

api4jenkins should include version dependency

@davidelka
Copy link
Author

On my machine was installed requests 2.10
and it raiser:
"with self.handle_req('GET', '') as resp: AttributeError: enter"

when I update the requests library (to 2.21.1) the issue was solved

@joelee2012
Copy link
Owner

@davidelka thanks for reporting this issue, will fix it in next release.

@joelee2012 joelee2012 linked a pull request May 10, 2022 that will close this issue
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.

2 participants