mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Bump ollama to 0.5.1 (#146063)
* Bump ollama to 0.5.1 * Add ollama to license exceptions
This commit is contained in:
@@ -49,10 +49,6 @@ PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
||||
# https://github.com/joostlek/python-mealie/pull/490
|
||||
"aiomealie": {"awesomeversion"}
|
||||
},
|
||||
"ollama": {
|
||||
# https://github.com/ollama/ollama-python/pull/445 (not yet released)
|
||||
"ollama": {"httpx"}
|
||||
},
|
||||
}
|
||||
|
||||
PACKAGE_REGEX = re.compile(
|
||||
|
Reference in New Issue
Block a user