chore: Allow protobuf >=4.25.3 for hatchet-sdk v1 compatibility

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-26 15:21:46 -08:00
parent bde669a608
commit 2a267ce961

View File

@@ -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]