From 8b1d07b9ed5d27f069ab84aa91703229966f895d Mon Sep 17 00:00:00 2001 From: alangenfeld Date: Wed, 4 Dec 2024 09:43:35 -0600 Subject: [PATCH] attempt protobuf cieling bump --- python_modules/dagster/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_modules/dagster/setup.py b/python_modules/dagster/setup.py index 0e99075c46176..450c64e4ffa50 100644 --- a/python_modules/dagster/setup.py +++ b/python_modules/dagster/setup.py @@ -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",