thisbejim / Pyrebase

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

Fix requirement.txt by updating requests from 2.11.1 to 2.22 #312

Open Selich opened 4 years ago

Selich commented 4 years ago

Our project uses Pyrebase but also use libraries that require the library to be 2.22

I can pr and fix if I have permission to do so.

SilverStats commented 4 years ago

This is preventing me from using pyrebase with poetry. See https://github.com/python-poetry/poetry/issues/697 for more detail if you're interested in what exactly is conflicting.

Changing to requests==2.23.0 should fix the issue.

EDIT: dependabot has already created a PR! It's not to the absolute latest version, but in my case at least I just need >=2.18.0 to satisfy dependencies. Can this please be merged? https://github.com/thisbejim/Pyrebase/pull/319

https://github.com/thisbejim/Pyrebase/pull/260 would work as well

daffodilistic commented 4 years ago

I'm putting in another vote for requests to be updated, as pyrebase requirements are clashing with stripe's requirements (>=v2.2.0)

williamgueiros commented 3 years ago

the bigger problem is 2.11.1 is release in Aug 17, 2016 and have any new versions.

in terminal now show this message.

Captura de Tela 2020-10-05 às 15 58 11

GabrieleCalarota commented 3 years ago

+1 for merging Please!!! It's crashing with other google-api-core dependencies (Requiring requests>= 2.18)

Selich commented 3 years ago

Made a fork with updated requirements: Repo link

Let me know if anything else needs updating. I Will try my best to maintain the code.