Skip to content

Commit 03de1aa

Browse files
authored
Relax boto3 version requirement (#5245)
1 parent fc4cfcc commit 03de1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
]
3333
dependencies = [
3434
"attrs>=24,<26",
35-
"boto3>=1.35.75,<2.0",
35+
"boto3>=1.35.36,<2.0",
3636
"cloudpickle>=2.2.1",
3737
"docker",
3838
"fastapi",

0 commit comments

Comments
 (0)