nhorvath / Pyrebase4

A simple python wrapper for the Firebase API. ⛺
254 stars 63 forks source link

Requirement is pinned for Pyrebase4 4.4.1: oauth2client==4.1.2 #20

Closed MartinHjelmare closed 3 years ago

MartinHjelmare commented 3 years ago

Description

Thanks for your support of Home Assistant!

(home-assistant) x$ pip install -r requirements_all.txt
...
(home-assistant) x$ pipdeptree -w silence -r -p oauth2client
oauth2client==4.0.0
...
  - gcloud==0.18.3 [requires: oauth2client>=2.0.1]
    - Pyrebase4==4.4.1 [requires: gcloud==0.18.3]
      - thermoworks-smoke==0.1.8 [requires: pyrebase4>=4.3.0]
  - Pyrebase4==4.4.1 [requires: oauth2client==4.1.2]
    - thermoworks-smoke==0.1.8 [requires: pyrebase4>=4.3.0]

Make sure these boxes are checked before submitting your issue:

Please don't be discouraged if you do not get a response to your issue quickly, I maintain Pyrebase for fun and don't always have as much free time as I'd like.

Thank you for helping make Pyrebase better!

nhorvath commented 3 years ago

ok i'll change it to >= I just hope a future version won't break this project.

MartinHjelmare commented 3 years ago

The oauth2client library is deprecated so the risk for new versions that break compatibility is low.

MartinHjelmare commented 3 years ago

I see there's a new release. Thanks for the help! :heart: