From c09b438562117538cad86638f713a3a8f8b940db Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 28 May 2026 12:46:12 +0000 Subject: [PATCH] Roll back protobuf to 6.32.0 for HA support --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4eeaddaf..bc46d824 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ cryptography>=44.0.0 fido2>=2.2.0 keyring>=25.7.0 keyrings.alt>=5.0.2 -protobuf>=7.34.1,<8 +protobuf>=6.32.0,<8 pydantic>=2.12,<3 requests>=2.31.0 rich>=15.0.0