From 4f145d29224ab33d151e90cccdba87131c3b7b19 Mon Sep 17 00:00:00 2001 From: Alex O'Connell Date: Sat, 14 Sep 2024 11:44:18 -0400 Subject: [PATCH] update webcolors and relax huggingface-hub requirement --- custom_components/llama_conversation/manifest.json | 4 ++-- requirements.txt | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/custom_components/llama_conversation/manifest.json b/custom_components/llama_conversation/manifest.json index a36be09..673c70b 100644 --- a/custom_components/llama_conversation/manifest.json +++ b/custom_components/llama_conversation/manifest.json @@ -10,7 +10,7 @@ "integration_type": "service", "iot_class": "local_polling", "requirements": [ - "huggingface-hub==0.23.0", - "webcolors<=1.13" + "huggingface-hub>=0.23.0", + "webcolors>=24.8.0" ] } diff --git a/requirements.txt b/requirements.txt index 20067cb..db89333 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,9 +14,8 @@ langcodes babel==2.15.0 # integration requirements -requests>=2.31.0 -huggingface-hub==0.23.0 -webcolors==1.13 +huggingface-hub>=0.23.0 +webcolors>=24.8.0 # types from Home Assistant homeassistant>=2024.6.1