Skip to content

Commit d94ae1f

Browse files
pip: update protobuf requirement from <7 to <8
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.35.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ecc7718 commit d94ae1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ray[serve]==2.56.1
1919
# `AttributeError: 'google._upb._message.FieldDescriptor' object has no
2020
# attribute 'label'` in test_rayserve_remote_task_multiple_concurrent.
2121
# Pin to 6.x until Ray ships a fix.
22-
protobuf<7
22+
protobuf<8
2323
ipykernel==7.3.0
2424
jupyter_book==2.1.6
2525
pytest-xdist==3.8.0

0 commit comments

Comments
 (0)