Skip to content

Commit e4f1316

Browse files
authored
Fix runtime error with grpcio (#3971)
* Fix runtime error with grpcio * Pinned smg-grpc-proto with a comment --------- Co-authored-by: Bihan Rana
1 parent c2f32dd commit e4f1316

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ server = [
200200
"asyncpg",
201201
"python-json-logger>=3.1.0",
202202
"prometheus-client",
203-
"grpcio>=1.50",
203+
"grpcio>=1.81.0",
204204
"protobuf>=6.33.5",
205-
"smg-grpc-proto>=0.4.7",
205+
"smg-grpc-proto==0.4.9", # Pin to avoid grpcio version mismatch when smg-grpc-proto bumps grpcio dependency https://github.com/dstackai/dstack/pull/3971
206206
]
207207
aws = [
208208
"boto3>=1.38.13",

0 commit comments

Comments
 (0)