Skip to content
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

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

Open
Selich opened this issue Aug 6, 2019 · 5 comments
Open

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

Selich opened this issue Aug 6, 2019 · 5 comments

Comments

@Selich
Copy link

Selich commented Aug 6, 2019

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
Copy link

SilverStats commented Apr 23, 2020

This is preventing me from using pyrebase with poetry. See python-poetry/poetry#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? #319

#260 would work as well

@daffodilistic
Copy link

daffodilistic commented Jun 5, 2020

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

@williamgueiros
Copy link

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
Copy link

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

@Selich
Copy link
Author

Selich commented Dec 6, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants