-
Notifications
You must be signed in to change notification settings - Fork 528
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
Comments
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 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 |
I'm putting in another vote for requests to be updated, as pyrebase requirements are clashing with stripe's requirements (>=v2.2.0) |
+1 for merging Please!!! |
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. |
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.
The text was updated successfully, but these errors were encountered: