Skip to content

Commit 0f7a0ea

Browse files
committed
chore: Remove Lambda urllib3 pin
1 parent 9e1cedd commit 0f7a0ea

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

requirements-aws-lambda-layer.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
certifi
2-
3-
# In Lambda functions botocore is used, and botocore is not
4-
# yet supporting urllib3 1.27.0 never mind 2+.
5-
# So we pin this here to make our Lambda layer work with
6-
# Lambda Function using Python 3.7+
7-
urllib3<1.27
2+
urllib3

0 commit comments

Comments
 (0)