Compare commits

..

No commits in common. "ivan/remove-protobuf-restrictions" and "master" have entirely different histories.

View File

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