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
Show file tree
Hide file tree
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
Next Next commit
revises geo reqs and rolls back contraints
  • Loading branch information
chalmerlowe committed Feb 28, 2024
commit 4ef3773821a93cb318a726076935d0731e1cf5f8
3 changes: 2 additions & 1 deletion samples/geography/requirements.txt
Original file line number Diff line number Diff line change
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.24; python_version == '3.7'
urllib3==2.1.0; python_version >= '3.8'
3 changes: 1 addition & 2 deletions testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ python-dateutil==2.7.3
requests==2.21.0
Shapely==1.8.4
six==1.13.0
tqdm==4.7.4
urllib3==1.24
tqdm==4.7.4