From f642011fc61c5a9e681b542f221db6709cca35cf Mon Sep 17 00:00:00 2001 From: Misha Chornyi Date: Wed, 20 Nov 2024 13:51:03 -0800 Subject: [PATCH] Lock grpcio version --- src/python/library/requirements/requirements_grpc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/library/requirements/requirements_grpc.txt b/src/python/library/requirements/requirements_grpc.txt index 4a51eb846..c308de589 100644 --- a/src/python/library/requirements/requirements_grpc.txt +++ b/src/python/library/requirements/requirements_grpc.txt @@ -24,7 +24,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -grpcio>=1.63.0 +grpcio>=1.63.0,<1.68 numpy>=1.19.1,<2 packaging>=14.1 protobuf>=5.26.1,<6.0dev