Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ dataclasses==0.6; python_version < '3.7'
Fiona==1.8.20
geojson==2.5.0
geopandas==0.9.0
google-api-core==1.31.2
google-auth==1.35.0
google-api-core==2.0.0
google-auth==2.0.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping the google-api-core / google-auth pins to 2.x for samples should be OK: we aren't supposed to update them in setup.py until after googleapis/google-cloud-python#10566 is closed.

google-cloud-bigquery==2.25.0
google-cloud-bigquery-storage==2.6.3
google-cloud-core==2.0.0
google-crc32c==1.1.2
google-resumable-media==1.3.3
google-resumable-media==2.0.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise for google-resumable-media.

googleapis-common-protos==1.53.0
grpcio==1.39.0
idna==3.2
Expand All @@ -36,7 +36,8 @@ pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.20
pyparsing==2.4.7
pyproj==3.0.1
pyproj==3.0.1; python_version < "3.7"
pyproj==3.1.0; python_version > "3.6"
python-dateutil==2.8.2
pytz==2021.1
PyYAML==5.4.1
Expand Down