From b7ee1814315df1da0edc507f59e41746e9f64a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 14:07:43 +0000 Subject: [PATCH] Update protobuf requirement from <5.28.0,>4.21 to >4.21,<5.29.0 Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.22.0-rc1...v5.28.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 97661e8..98de370 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ jsonargparse[signatures] wandb <0.18.0 gradio <=3.45.2 pyyaml <=6.0.1 -protobuf >4.21, <5.28.0 # 4.21 breaks with wandb, tensorboard, or pytorch-lightning: https://github.com/protocolbuffers/protobuf/issues/10048 +protobuf >4.21, <5.29.0 # 4.21 breaks with wandb, tensorboard, or pytorch-lightning: https://github.com/protocolbuffers/protobuf/issues/10048 websockets lightning[app] >=2.1.0 tensorboard