Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
fix: Pin google-api-python-client under 2.0
Browse files Browse the repository at this point in the history
google-api-python-client >2.0 fails tests
  • Loading branch information
jdmulloy committed Sep 25, 2023
1 parent 14d652a commit f5546cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ gitpython==3.1.37
# via -r requirements/base.in
google-api-core==2.12.0
# via google-api-python-client
google-api-python-client==2.101.0
# via -r requirements/base.in
google-api-python-client==1.12.11
# via
# -c requirements/constraints.txt
# -r requirements/base.in
google-auth==2.23.0
# via
# google-api-core
Expand Down Expand Up @@ -209,6 +211,7 @@ simplejson==3.19.1
six==1.16.0
# via
# -r requirements/base.in
# google-api-python-client
# isodate
# jenkinsapi
# kubernetes
Expand All @@ -233,7 +236,7 @@ typing-extensions==4.8.0
# edx-opaque-keys
unicodecsv==0.14.1
# via -r requirements/base.in
uritemplate==4.1.1
uritemplate==3.0.1
# via google-api-python-client
urllib3==1.26.16
# via
Expand Down
1 change: 1 addition & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
responses<0.21.0
django<4.0
setuptools<60
google-api-python-client<2

0 comments on commit f5546cf

Please sign in to comment.