update webcolors and relax huggingface-hub requirement

This commit is contained in:
Alex O'Connell
2024-09-14 11:44:18 -04:00
parent 2da7d14e2d
commit 4f145d2922
2 changed files with 4 additions and 5 deletions

View File

@@ -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"
]
}

View File

@@ -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