Skip to content

Commit bf9bc58

Browse files
committed
specify boto3 version
1 parent 1a8eef9 commit bf9bc58

File tree

2 files changed

+72
-62
lines changed

2 files changed

+72
-62
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
"Topic :: Software Development :: Libraries :: Python Modules",
2727
]
2828
dependencies = [
29-
"boto3",
30-
"botocore",
29+
"boto3>=1.39.7",
30+
"botocore>=1.39.7",
3131
"pydantic>=2.0.0,<3.0.0",
3232
"urllib3>=1.26.0",
3333
"starlette>=0.46.2",

0 commit comments

Comments
 (0)