[go: up one dir, main page]

Skip to content

Commit

Permalink
docs(samples): updates to urllib3 constraint for Python 3.7 (#1834)
Browse files Browse the repository at this point in the history
* fix: updates to urllib3 constraint for Python 3.7

* refine urllib3 constraint

* revises geo reqs and rolls back contraints

* tweaking the geo sample requirements

* more tweaks to geo reqs

* more tweaks, testing arbitrary equality, 2.x version

* tweak google-auth
  • Loading branch information
chalmerlowe committed Feb 28, 2024
1 parent 4dfb920 commit b099c32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 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 Expand Up @@ -45,4 +45,5 @@ Shapely==2.0.2
six==1.16.0
typing-extensions==4.7.1
typing-inspect==0.9.0
urllib3==1.26.18
urllib3===1.26.18; python_version == '3.7'
urllib3==2.2.1; python_version >= '3.8'
2 changes: 1 addition & 1 deletion testing/constraints-3.7.txt
Expand Up @@ -27,4 +27,4 @@ python-dateutil==2.7.3
requests==2.21.0
Shapely==1.8.4
six==1.13.0
tqdm==4.7.4
tqdm==4.7.4

0 comments on commit b099c32

Please sign in to comment.