Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
alonmr committed May 21, 2024
1 parent 181f505 commit 69ebba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def extra_requirements() -> typing.Dict[str, typing.List[str]]:
"google-cloud-bigquery[pandas, bqstorage]==3.14.1",
"google-cloud==0.34",
],
"google-cloud-storage": ["gcsfs==2023.9.2"],
"google-cloud-storage": ["gcsfs>=2023.9.2, <2024.4"],
"google-cloud-bigquery": ["google-cloud-bigquery[pandas, bqstorage]==3.14.1"],
"kafka": [
"kafka-python~=2.0",
Expand Down

0 comments on commit 69ebba8

Please sign in to comment.