Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cirq-google/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-core[grpc] ~= 2.22
proto-plus ~= 1.25
protobuf >= 5.26.1, <6.0dev
protobuf >= 5.26.1, <7.0dev
typedunits
2 changes: 1 addition & 1 deletion dev_tools/requirements/deps/mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
mypy==1.17.1

# packages with stub types for various libraries
types-protobuf>=5.26.1, <6.0dev
types-protobuf>=5.26.1, <7.0dev
types-requests~=2.32
Loading