Remove protobuf version restrictions

This commit is contained in:
Ivan Malison 2025-06-06 19:44:21 -06:00
parent 2459cb78f8
commit cfffa3f640

View File

@ -8,7 +8,7 @@ packages = [{include = "rbproto"}]
[tool.poetry.dependencies]
python = ">=3.10,<=3.13"
protobuf = "^4.25.3"
protobuf = "*"
[build-system]