From 0d54b1311a7e7d43e67f9a42122b0858c3b89401 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 26 Mar 2024 20:00:19 +0100 Subject: [PATCH] protobuf: Add missing Python depdendency to project.toml Signed-off-by: Steffen Vogel --- python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index 24c78d910..5a0f1cfa9 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -30,6 +30,7 @@ optional-dependencies.dev = [ 'mypy==1.8.0', 'pytest==8.0.0', 'types-requests==2.31.0.20240125', + 'protobuf==4.24.4', ] [project.urls]