From 6e58a849e909a8a347d09a49caad36d4e88380da Mon Sep 17 00:00:00 2001 From: Sjoerd van den Bos <123633921+sjoerdvandenbos-prodrive@users.noreply.github.com> Date: Thu, 16 May 2024 13:22:40 +0200 Subject: [PATCH 1/2] Remove Protobuf Upper Limit Version Constraint --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 3e06dfc03a..ee93b61f4b 100644 --- a/python/setup.py +++ b/python/setup.py @@ -26,7 +26,7 @@ "Flask-cors<4.0.0", "requests<3.0.0", "numpy<2.0.0", - "protobuf>=3.20.2,<4.0.0", + "protobuf>=3.20.2", "grpcio<2.0.0", "Flask-OpenTracing >= 1.1.0, < 1.2.0", "opentracing >= 2.2.0, < 2.5.0", From 226696e00d7193aef003305420727647bbeb6317 Mon Sep 17 00:00:00 2001 From: sjoerdvandenbos Date: Thu, 16 May 2024 15:07:39 +0200 Subject: [PATCH 2/2] Fix requirements-dev --- python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements-dev.txt b/python/requirements-dev.txt index e08dbc257d..c2565f29dc 100644 --- a/python/requirements-dev.txt +++ b/python/requirements-dev.txt @@ -2,7 +2,7 @@ black==21.7b0 coverage==5.4 # 2nd lvl dep on cov required to avoid sqllite dep flake8==5.0.4 -grpcio-tools==1.37.1 +grpcio-tools==1.63.0 isort==5.9.0 mypy-protobuf==2.4 mypy<0.791