Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
Update some GCP dependencies as in #1589 and pin protobuf 3.20.1 since more recent versions break GCP libs
  • Loading branch information
fernando-gallego committed May 8, 2024
1 parent 2f91ee6 commit 8dbdf2f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cherrypy>=18.1.0
cherrypy-cors>=1.6
coloredlogs<=10.0
asyncio-throttle==0.1.1
protobuf==3.20.1

# AWS Provider
botocore>=1.20.21
Expand All @@ -19,10 +20,10 @@ google-cloud-container>=2.1.0
google-cloud-core>=0.29.1
google-cloud-iam>=0.1.0
google-cloud-logging>=2.2.0
google-cloud-monitoring==1.1.0
google-cloud-monitoring==1.1.1
google-cloud-resource-manager>=0.28.3
google-cloud-storage>=1.13.2
google-cloud-kms==1.3.0
google-cloud-kms==1.4.1
## API Client Libraries
google-api-python-client>=2.47.0
oauth2client>=4.1.3
Expand Down Expand Up @@ -68,4 +69,4 @@ oci>=2.2.4
kubernetes

# DigitalOcean Cloud Provider
pydo >=0.2.0
pydo >=0.2.0

0 comments on commit 8dbdf2f

Please sign in to comment.