Skip to content

Commit

Permalink
Fix broken geo_import due to urllib3 version
Browse files Browse the repository at this point in the history
Pinned urllib3 to version <2 to resolve 'TypeError' caused by
deprecated 'method_whitelist' in urllib3 2.0.0.
  • Loading branch information
japauliina authored and mhieta committed Nov 10, 2023
1 parent fb15d03 commit d3fc86f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ whitenoise
libvoikko
bmi-arcgis-restapi
geopy
urllib3<2
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,9 @@ typing-extensions==4.8.0
# django-modeltranslation
url-normalize==1.4.3
# via requests-cache
urllib3==2.0.7
urllib3==1.26.18
# via
# -r requirements.in
# bmi-arcgis-restapi
# requests
# requests-cache
Expand Down

0 comments on commit d3fc86f

Please sign in to comment.