From aead9b8e1494d83da2eaec85a93e3b917d8874ec Mon Sep 17 00:00:00 2001 From: Black Roland Date: Sat, 28 Dec 2024 05:16:53 +0300 Subject: [PATCH] Fix grpcio dependency conflict in the runtime Fixes #8. --- custom_components/yandexgpt_conversation/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/yandexgpt_conversation/manifest.json b/custom_components/yandexgpt_conversation/manifest.json index 8354189..d1ddbf7 100644 --- a/custom_components/yandexgpt_conversation/manifest.json +++ b/custom_components/yandexgpt_conversation/manifest.json @@ -10,6 +10,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/black-roland/homeassistant-yandexgpt/issues", "loggers": ["yandexgpt_conversation"], - "requirements": ["yandex-cloud-ml-sdk==0.1.2"], + "requirements": ["yandex-cloud-ml-sdk==0.1.2", "yandexcloud==0.295.0"], "version": "1.2.1" }