We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c51dc commit 033faa4Copy full SHA for 033faa4
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
=======
4
5
+# 1.9.1 (2023-06-21)
6
+- Pin urllib3 version, see: https://github.com/urllib3/urllib3/issues/2168
7
+
8
# 1.9.0 (2023-06-14)
9
- Added command `tilesets list-activity` that returns activity data for a user's tilesets
10
requirements.txt
@@ -1,11 +1,12 @@
1
-boto3==1.9.99
+boto3==1.23.10
Click==8.0.2
cligj==0.7.2
numpy==1.19.5
-requests==2.21.0
+requests==2.27.1
requests-toolbelt==0.9.1
jsonschema==3.0.1
jsonseq==1.0.0
mercantile==1.1.6
supermercado==0.2.0
11
-geojson===2.5.0
+geojson===2.5.0
12
+urllib3==1.26.16
0 commit comments