Skip to content

Commit 8cd37a3

Browse files
committed
hard code boto3 dependency version
1 parent 2c5919a commit 8cd37a3

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 @@ dependencies = [
3232
"transformers>=4.11.3",
3333
"sentry-sdk>=2.14.0",
3434
"ujson>=5.10.0",
35-
"boto3",
35+
"boto3==1.38.0",
3636
"setuptools",
3737
"Deprecated==1.2.18",
3838
]

0 commit comments

Comments
 (0)