Skip to content

Commit fd2adf6

Browse files
authored
Put lower bounds on oci deps (#2658)
1 parent fe3a6d2 commit fd2adf6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,11 @@ lambda = [
166166
"dstack[server]",
167167
]
168168
oci = [
169-
"oci",
169+
"oci>=2.150.0",
170+
"cryptography>=44.0.3",
171+
# pyopenssl is indirect to avoid uv falling back to the old version
172+
# due to an upper limit from oci
173+
"pyopenssl>=23.2.0",
170174
"dstack[server]",
171175
]
172176
nebius = [

0 commit comments

Comments
 (0)