requests==2.11.1 being incompatible with other packages
I'm running in issues in my projects because pyrebase is fixing the requests==2.11.1.
I need to use others google packages and getting the error:
google-api-core 1.23.0 requires requests<3.0.0dev,>=2.18.0, but you'll have requests 2.11.1 which is incompatible.
There is a pull request that fix that https://github.com/thisbejim/Pyrebase/pull/364
Best Regards.
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.