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 9e1cedd commit 4f6613eCopy full SHA for 4f6613e
requirements-aws-lambda-layer.txt
@@ -1,7 +1,8 @@
1
certifi
2
-
3
-# In Lambda functions botocore is used, and botocore is not
4
-# yet supporting urllib3 1.27.0 never mind 2+.
+urllib3
+# In Lambda functions botocore is used, and botocore has
+# restrictions on urllib3
5
+# https://github.com/boto/botocore/blob/develop/setup.cfg
6
# So we pin this here to make our Lambda layer work with
7
# Lambda Function using Python 3.7+
-urllib3<1.27
8
+urllib3<1.27; python_version < "3.10"
0 commit comments