We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4112b59 commit b0e5b1dCopy full SHA for b0e5b1d
cirq-google/requirements.txt
@@ -1,3 +1,3 @@
1
google-api-core[grpc] >= 1.14.0
2
proto-plus >= 1.20.0
3
-protobuf >= 3.15.0
+protobuf >= 3.15.0, < 5.0.0
dev_tools/requirements/deps/mypy.txt
@@ -4,6 +4,6 @@ mypy==1.2.0
4
# packages with stub types for various libraries
5
types-backports==0.1.3
6
types-cachetools
7
-types-protobuf~=3.20
+types-protobuf>=3.20.0,<5.0.0
8
types-requests==2.28.1
9
types-setuptools==62.6.1
dev_tools/requirements/deps/protos.txt
@@ -3,4 +3,4 @@
# This bundles protoc 3.24.3, which we use for generating proto code.
grpcio-tools~=1.59.0
-mypy-protobuf==3.4
+mypy-protobuf~=3.4
0 commit comments