Skip to content

Commit b099c32

Browse files
authored
docs(samples): updates to urllib3 constraint for Python 3.7 (#1834)
* 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
1 parent 4dfb920 commit b099c32

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

samples/geography/requirements.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ geopandas===0.10.2; python_version == '3.7'
1313
geopandas==0.13.2; python_version == '3.8'
1414
geopandas==0.14.1; python_version >= '3.9'
1515
google-api-core==2.11.1
16-
google-auth==2.22.0
16+
google-auth==2.25.2
1717
google-cloud-bigquery==3.11.4
1818
google-cloud-bigquery-storage==2.22.0
1919
google-cloud-core==2.3.3
@@ -45,4 +45,5 @@ Shapely==2.0.2
4545
six==1.16.0
4646
typing-extensions==4.7.1
4747
typing-inspect==0.9.0
48-
urllib3==1.26.18
48+
urllib3===1.26.18; python_version == '3.7'
49+
urllib3==2.2.1; python_version >= '3.8'

testing/constraints-3.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ python-dateutil==2.7.3
2727
requests==2.21.0
2828
Shapely==1.8.4
2929
six==1.13.0
30-
tqdm==4.7.4
30+
tqdm==4.7.4

0 commit comments

Comments
 (0)