Skip to content

Commit c34695c

Browse files
pavoljuhasdependabot[bot]
authored andcommitted
Allow cirq-google installation with protobuf-5 (quantumlib#7147)
Unit tests pass with protobuf-5.29.3 (latest in the 5.x series). Python protobuf sources are still generated with protobuf-4 so cirq-google can be used in environments with protobuf-4 too. Related to quantumlib#7145 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 717ff6c commit c34695c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirq-google/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-api-core[grpc] >= 1.14.0
22
proto-plus >= 1.20.0
3-
protobuf ~= 4.25
3+
protobuf >= 4.25, <6.0
44
typedunits

0 commit comments

Comments
 (0)