Skip to content

Commit e8c139a

Browse files
committed
bump boto3 min version to 1.17 due to unresolvable urllib3
1 parent 35675ae commit e8c139a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def iter_default_integrations(
122122
"arq": (0, 23),
123123
"asyncpg": (0, 23),
124124
"beam": (2, 12),
125-
"boto3": (1, 12), # botocore
125+
"boto3": (1, 17), # botocore
126126
"bottle": (0, 12),
127127
"celery": (4, 4, 7),
128128
"chalice": (1, 16, 0),

0 commit comments

Comments
 (0)