Skip to content

Commit

Permalink
attempt protobuf cieling bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alangenfeld committed Dec 4, 2024
1 parent 7941570 commit 8b1d07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python_modules/dagster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def get_version() -> str:
f"grpcio>={GRPC_VERSION_FLOOR}",
f"grpcio-health-checking>={GRPC_VERSION_FLOOR}",
"packaging>=20.9",
"protobuf>=3.20.0,<5; python_version<'3.11'", # min protobuf version to be compatible with both protobuf 3 and 4
"protobuf>=4,<5; python_version>='3.11'",
"protobuf>=3.20.0,<6; python_version<'3.11'", # min protobuf version to be compatible with both protobuf 3 and 4
"protobuf>=4,<6; python_version>='3.11'",
"python-dotenv",
"pytz",
"requests",
Expand Down

0 comments on commit 8b1d07b

Please sign in to comment.