Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements-aws-lambda-layer.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
certifi
urllib3
urllib3<2.7
# In Lambda functions botocore is used, and botocore has
# restrictions on urllib3
# restrictions on urllib3<2.7
# https://github.com/boto/botocore/blob/develop/setup.cfg
# So we pin this here to make our Lambda layer work with
# Lambda Function using Python 3.7+
urllib3<1.27; python_version < "3.10"
urllib3<2.7<1.27; python_version < "3.10"
2 changes: 1 addition & 1 deletion requirements-linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ statsig
UnleashClient
typer
strawberry-graphql
setuptools<82
setuptools<83
Loading