chore: loosen version restrictions on Google deps
Some checks are pending
Docker / build (push) Waiting to run
Some checks are pending
Docker / build (push) Waiting to run
Reduced version restrictions for several Google-related packages, changing them to allow any version less than 3.0.0. This change provides more flexibility and avoids potential dependency conflicts with future updates. Consider revisiting the need to pin dependencies so strictly.
This commit is contained in:
parent
8edb77bc52
commit
1465c63e37
1 changed files with 4 additions and 6 deletions
|
@ -16,12 +16,10 @@ django-bootstrap4==24.4
|
|||
django-csp==3.8
|
||||
feedparser==6.0.11
|
||||
frozenlist==1.5.0
|
||||
google-api-core==2.23.0 # TODO: Probably Google deps shouldn't be pinned at all? Or less strictly?
|
||||
google-api-python-client==2.49.0
|
||||
google-auth==2.6.6
|
||||
google-auth-httplib2==0.1.0
|
||||
google-auth-oauthlib==0.5.1
|
||||
googleapis-common-protos==1.56.2
|
||||
google-api-core<3.0.0
|
||||
google-api-python-client<3.0.0
|
||||
google-auth<3.0.0
|
||||
googleapis-common-protos<2.0.0
|
||||
gunicorn # TODO: Should this really be a project dependency?
|
||||
httplib2==0.20.4
|
||||
multidict==6.1.0
|
||||
|
|
Loading…
Reference in a new issue