From 1ad7886febd6611c54aff22141a12d63e8f5cc15 Mon Sep 17 00:00:00 2001 From: Vitalii Gridnev Date: Fri, 27 May 2022 12:20:20 +0300 Subject: [PATCH] add cap for protobuf --- requirements.txt | 2 +- setup.py | 2 +- test-requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5ed2e6d9..8be2fdec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ grpcio==1.38.0 -protobuf==3.17.3 +protobuf>3.17.3 pytest==6.2.4 aiohttp==3.7.4 diff --git a/setup.py b/setup.py index 06603123..c3ba412c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "Programming Language :: Python :: 3.6", ], install_requires=( - "protobuf>=3.13.0", + "protobuf>=3.13.0,<4.0.0", "grpcio>=1.5.0", "enum-compat>=0.0.1", ), diff --git a/test-requirements.txt b/test-requirements.txt index 1a8c3049..95db5f17 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -18,7 +18,7 @@ jsonschema==3.2.0 packaging==21.0 paramiko==2.10.1 pluggy==0.13.1 -protobuf==3.17.3 +protobuf>3.17.3 py==1.10.0 pycparser==2.20 PyNaCl==1.4.0