Skip to content

Commit

Permalink
Fix GCS version
Browse files Browse the repository at this point in the history
In feast.registry.Registy.get_registry_proto the gcs method
`download_blob_to_file` is called with the timeout param which does not
exist until version 1.34.

Signed-off-by: Aaron Mangum <[email protected]>
  • Loading branch information
Aaron Mangum committed Jul 23, 2021
1 parent bf557bc commit 2e48a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"google-cloud-bigquery>=2.0.*",
"google-cloud-bigquery-storage >= 2.0.0",
"google-cloud-datastore>=2.1.*",
"google-cloud-storage>=1.20.*",
"google-cloud-storage>=1.34.*",
"google-cloud-core==1.4.*",
]

Expand Down

0 comments on commit 2e48a68

Please sign in to comment.