소스 검색

Forbid protobuf 4.x in requirements (#508)

forbid protobuf 4.x for now

(cherry picked from commit e9f35b530392c2b97f3dc29dcee9e48e8ce2ccbc)
justheuristic 2 년 전
부모
커밋
0086245c5f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -7,7 +7,7 @@ msgpack>=0.5.6
 sortedcontainers
 uvloop>=0.14.0
 grpcio-tools>=1.33.2
-protobuf>=3.12.2
+protobuf>=3.12.2,<4.0.0
 configargparse>=1.2.3
 multiaddr>=0.0.9
 pymultihash>=0.8.2