Skip to content

Commit ed70598

Browse files
[.github] Fix python-test (#2619)
1 parent 569b99b commit ed70598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ server = [
128128
"backports.entry-points-selectable",
129129
]
130130
aws = [
131-
"boto3",
131+
"boto3>=1.38.13",
132132
"botocore",
133133
"dstack[server]",
134134
]
@@ -161,7 +161,7 @@ kubernetes = [
161161
"dstack[server]",
162162
]
163163
lambda = [
164-
"boto3",
164+
"boto3>=1.38.13",
165165
"botocore",
166166
"dstack[server]",
167167
]

0 commit comments

Comments
 (0)