thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 525 forks source link

requests==2.11.1 being incompatible with other packages #365

Open kleysonr opened 3 years ago

kleysonr commented 3 years ago

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.

kleysonr commented 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

celestial-su commented 3 years ago

please make it fast . something is really stucked here..

Shreesh90 commented 3 years ago

Is this issue resolved? I am having same problem with pyrebase dependency being requests==2.11.1

samstephent commented 1 year ago

i am still facing this issue trying to use pyrebase. Any help would be appreciated

kleysonr commented 1 year ago

I had to do a fork and change it in order to be possible use it in my project :(

hyuntnchoi commented 1 year ago

using pyrebase4 instead of just pyrebase solved the issue for me

pip install pyrebase4

AsifArmanRahman commented 1 year ago

You guys can check out firebase-rest-api which uses upto date deps with new features.