From 099733124458053c744a59df352d312d5323794e Mon Sep 17 00:00:00 2001 From: snicker Date: Thu, 6 Jun 2024 18:03:57 -0700 Subject: [PATCH] pin ha-mqtt-discoverable to 0.13.1 to avoid implications of pydantic-core > 2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 825dd77..5b5c236 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ha-mqtt-discoverable >= 0.10.0 +ha-mqtt-discoverable == 0.13.1 paho-mqtt >= 1.6.1 dnspython >= 2.0.0 pyyaml