From 2a267ce961af3e31291b8a4c387a922cd97be105 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 26 Jan 2026 15:21:46 -0800 Subject: [PATCH] chore: Allow protobuf >=4.25.3 for hatchet-sdk v1 compatibility Co-Authored-By: Claude Opus 4.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8913cb2..3d6fda5 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 = ">=4.25.3" [build-system]