Skip to content

Commit 7bff691

Browse files
committed
fix(deps): cap grpcio below 1.82.0 to avoid protobuf 7.x incompatibility
1 parent 7e8a130 commit 7bff691

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

python_modules/dagster/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies = [
2626
"Jinja2",
2727
# core
2828
"alembic>=1.2.1,!=1.6.3,!=1.7.0,!=1.11.0",
29-
"grpcio>=1.66.2; python_version>='3.13'",
30-
"grpcio>=1.44.0; python_version<'3.13'",
29+
"grpcio>=1.66.2,<1.82.0; python_version>='3.13'",
30+
"grpcio>=1.44.0,<1.82.0; python_version<'3.13'",
3131
"grpcio-health-checking>=1.66.2; python_version>='3.13'",
3232
"grpcio-health-checking>=1.44.0; python_version<'3.13'",
3333
"protobuf>=3.20.0,<7; python_version<'3.11'",

python_modules/dagster/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)