From 4320c44f7c9fc1990e2f1c47be4f26536788cf2f Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Thu, 16 Sep 2021 14:14:31 -0700 Subject: [PATCH] Pin versions of mypy and protobuf with tests passing (#1310) --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 42d44fd6..791e1ade 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,11 +6,11 @@ flask-cors flask-login Flask-WTF googleapis-common-protos -grpcio -grpcio-tools +grpcio==1.39.0 +grpcio-tools==1.39.0 importlib_resources==1.4.0 -mypy-protobuf -protobuf +mypy-protobuf==2.9 +protobuf==3.17.3 psycopg2 PySocks pyzmq