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.
2 parents b0264f7 + 23a49e8 commit 6f2706dCopy full SHA for 6f2706d
requirements-aws-lambda-layer.txt
@@ -5,6 +5,6 @@ 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+
8
-urllib3<1.27
+urllib3<1.27; python_version < "3.10"
9
10
opentelemetry-distro>=0.35b0
0 commit comments