From 41a6749223c69a644ad81d4c45ae0d375aabbdf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:30:13 +0000 Subject: [PATCH] Update protobuf requirement from <3.21 to <5.29 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/v2.4.1...v5.28.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 00370a3..08d5064 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def readme(): "larq>=0.9.2,<0.13.2", "zookeeper>=1.0.0", "typeguard<3.0.0", - "protobuf<3.21", + "protobuf<5.29", "importlib-metadata ~= 2.0 ; python_version<'3.8'", ], extras_require={