Open kleysonr opened 3 years ago
Actually, there are many pull requests asking for updates on the requests version.
Please make requests be requests<3.0.0dev,>=2.11.1
please make it fast . something is really stucked here..
Is this issue resolved? I am having same problem with pyrebase dependency being requests==2.11.1
i am still facing this issue trying to use pyrebase. Any help would be appreciated
I had to do a fork and change it in order to be possible use it in my project :(
using pyrebase4 instead of just pyrebase solved the issue for me
pip install pyrebase4
You guys can check out firebase-rest-api which uses upto date deps with new features.
I'm running in issues in my projects because
pyrebase
is fixing therequests==2.11.1
.I need to use others google packages and getting the error:
There is a pull request that fix that https://github.com/thisbejim/Pyrebase/pull/364
Best Regards.