From deb030aaa4c8a47b10f30ce7d873f1222986c107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 20:43:25 +0000 Subject: [PATCH] Update protobuf requirement from <7.0,>=4.21.1 to >=4.21.1,<8.0 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.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20f4c6893d..a27b443f12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "opentelemetry-api>=1.27.0,<1.40", "opentelemetry-sdk>=1.27.0,<1.40", "opentelemetry-exporter-otlp-proto-http>=1.27.0,<1.40", - "protobuf>=4.21.1,<7.0", + "protobuf>=4.21.1,<8.0", "pulp-glue>=0.30.0,<0.38", "pygtrie>=2.5,<=2.5.0", "psycopg[binary]>=3.1.8,<3.4", # SemVer, not explicitely stated, but mentioned on multiple changes.