tweak requests version to be compatible with new HA

This commit is contained in:
Alex O'Connell
2024-06-07 17:44:25 -04:00
parent 249298bb99
commit 3e4a351054

View File

@@ -9,8 +9,8 @@
"integration_type": "service",
"iot_class": "local_polling",
"requirements": [
"requests==2.31.0",
"requests>=2.31.0",
"huggingface-hub==0.23.0",
"webcolors==1.13"
"webcolors>=1.13"
]
}