From cfffa3f6405873173d1c2170bf745edb3827f890 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 6 Jun 2025 19:44:21 -0600 Subject: [PATCH] Remove protobuf version restrictions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8913cb2..41dfc5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "rbproto"}] [tool.poetry.dependencies] python = ">=3.10,<=3.13" -protobuf = "^4.25.3" +protobuf = "*" [build-system]