Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(samples): updates to urllib3 constraint for Python 3.7 #1834

Merged
merged 7 commits into from
Feb 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
tweak google-auth
  • Loading branch information
chalmerlowe committed Feb 28, 2024
commit 1105f0c05da8f95b477698027d372b1d7eaa11ee
2 changes: 1 addition & 1 deletion samples/geography/requirements.txt
Expand Up @@ -13,7 +13,7 @@ geopandas===0.10.2; python_version == '3.7'
geopandas==0.13.2; python_version == '3.8'
geopandas==0.14.1; python_version >= '3.9'
google-api-core==2.11.1
google-auth==2.22.0
google-auth==2.25.2
google-cloud-bigquery==3.11.4
google-cloud-bigquery-storage==2.22.0
google-cloud-core==2.3.3
Expand Down