This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch jbilleter/protobuf in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 456a464b2581c52cad2b0b48596f5c19ad1db23f Author: Jürg Billeter <[email protected]> AuthorDate: Fri Aug 15 23:35:54 2025 +0200 requirements: Relax protobuf version constraint All generated code since 3.20.0 will be supported until at least 8.x.y. https://protobuf.dev/support/cross-version-runtime-guarantee/ https://github.com/protocolbuffers/protobuf/commit/1af7fd407c85c9c1f34b6ca8441cfb3a72d4f5ea --- requirements/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.in b/requirements/requirements.in index 5a53c918e..c710a6c63 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -4,7 +4,7 @@ Jinja2 >= 2.10 importlib_metadata >= 3.6; python_version < "3.10" packaging pluginbase -protobuf <6.0dev,>=5.29 +protobuf <9,>=5.29 psutil ruamel.yaml >= 0.16.7 ruamel.yaml.clib >= 0.1.2
