-
Notifications
You must be signed in to change notification settings - Fork 77
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
Why is the requests dependency pinned? #27
Comments
Note that PR #26 un-pins this, and it seems to work okay. |
Hey just a heads up @skoczen is pretty busy at the moment and isn't very active on github any longer. I'm sure he'd be interested in receiving some help maintaining this project as it seems you have your head wrapped around it already you might think about reaching out to him (his email is listed on his profile) |
I don't quite have the bandwidth to take on maintenance of this project right now either, unfortunately. :/ |
Currently, this library pins requests to
requests==2.2.1
.Is there a reason for this? If not, this should be loosened to just
requests
: it's not a good idea for a library to pin versions that might conflict with downstream projects' requirements.The text was updated successfully, but these errors were encountered: