Skip to content
Snippets Groups Projects
Commit 78802cb1 authored by Jérémy Bobbio (Lunar)'s avatar Jérémy Bobbio (Lunar) Committed by vlorentz
Browse files

Bump requirements on protobuf

protobuf earlier 4.12.* versions crashed when `swhgraph_pb2.py`
was discovered by pytest. This has been fixed in the 4.12.11 release.
See: https://github.com/protocolbuffers/protobuf/issues/10151

Preventing protobuf 4.12.* to be used makes `pip` install grpcio-tools
version 1.49.0 which fails to build on Debian bookworm. In order to
allow more fixed versions of grpcio-tools to be used, we bump the
dependency on protobuf to version 4.12.11 or later.
parent ba4ea038
No related branches found
Tags v6.3.1
No related merge requests found
......@@ -2,6 +2,6 @@ aiohttp
click
py4j
psutil
protobuf != 4.21.* # https://github.com/protocolbuffers/protobuf/issues/10151
protobuf >= 4.21.11
grpcio-tools
mypy-protobuf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment