Skip to content

Commit 834aa15

Browse files
authored
enforce urllib3 version (#335)
1 parent a894938 commit 834aa15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ python = ">=3.7.0,<4"
2727
datadog = ">=0.41.0,<1.0.0"
2828
wrapt = "^1.11.2"
2929
ddtrace = "^1.6.4"
30+
urllib3 = "<2.0.0"
3031
importlib_metadata = {version = "^1.0", python = "<3.8"}
3132
boto3 = { version = "^1.10.33", optional = true }
3233
typing_extensions = {version = "^4.0", python = "<3.8"}

0 commit comments

Comments
 (0)