From 6db74ba45b403cb96d4966b5acd97add78492c69 Mon Sep 17 00:00:00 2001 From: Mickyleitor Date: Thu, 9 Apr 2026 11:14:35 +0200 Subject: [PATCH] fix: update protobuf dependency to ensure compatibility (FactoryReset TypeError) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f6cfae6c..30156025a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.9,<3.15" # 3.9 is needed for pandas pyserial = "^3.5" -protobuf = ">=4.21.12" +protobuf = ">=4.21.12,<5" tabulate = "^0.9.0" requests = "^2.31.0" pyyaml = "^6.0.1"