mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Bump ollama to 0.5.1 (#146063)
* Bump ollama to 0.5.1 * Add ollama to license exceptions
This commit is contained in:
parent
6692b9b71f
commit
39f687e3a3
@ -8,5 +8,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/ollama",
|
"documentation": "https://www.home-assistant.io/integrations/ollama",
|
||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["ollama==0.4.7"]
|
"requirements": ["ollama==0.5.1"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1572,7 +1572,7 @@ oemthermostat==1.1.1
|
|||||||
ohme==1.5.1
|
ohme==1.5.1
|
||||||
|
|
||||||
# homeassistant.components.ollama
|
# homeassistant.components.ollama
|
||||||
ollama==0.4.7
|
ollama==0.5.1
|
||||||
|
|
||||||
# homeassistant.components.omnilogic
|
# homeassistant.components.omnilogic
|
||||||
omnilogic==0.4.5
|
omnilogic==0.4.5
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1334,7 +1334,7 @@ odp-amsterdam==6.1.1
|
|||||||
ohme==1.5.1
|
ohme==1.5.1
|
||||||
|
|
||||||
# homeassistant.components.ollama
|
# homeassistant.components.ollama
|
||||||
ollama==0.4.7
|
ollama==0.5.1
|
||||||
|
|
||||||
# homeassistant.components.omnilogic
|
# homeassistant.components.omnilogic
|
||||||
omnilogic==0.4.5
|
omnilogic==0.4.5
|
||||||
|
@ -49,10 +49,6 @@ PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
# https://github.com/joostlek/python-mealie/pull/490
|
# https://github.com/joostlek/python-mealie/pull/490
|
||||||
"aiomealie": {"awesomeversion"}
|
"aiomealie": {"awesomeversion"}
|
||||||
},
|
},
|
||||||
"ollama": {
|
|
||||||
# https://github.com/ollama/ollama-python/pull/445 (not yet released)
|
|
||||||
"ollama": {"httpx"}
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGE_REGEX = re.compile(
|
PACKAGE_REGEX = re.compile(
|
||||||
|
@ -196,6 +196,7 @@ EXCEPTIONS = {
|
|||||||
"maxcube-api", # https://github.com/uebelack/python-maxcube-api/pull/48
|
"maxcube-api", # https://github.com/uebelack/python-maxcube-api/pull/48
|
||||||
"neurio", # https://github.com/jordanh/neurio-python/pull/13
|
"neurio", # https://github.com/jordanh/neurio-python/pull/13
|
||||||
"nsw-fuel-api-client", # https://github.com/nickw444/nsw-fuel-api-client/pull/14
|
"nsw-fuel-api-client", # https://github.com/nickw444/nsw-fuel-api-client/pull/14
|
||||||
|
"ollama", # https://github.com/ollama/ollama-python/pull/526
|
||||||
"pigpio", # https://github.com/joan2937/pigpio/pull/608
|
"pigpio", # https://github.com/joan2937/pigpio/pull/608
|
||||||
"pymitv", # MIT
|
"pymitv", # MIT
|
||||||
"pybbox", # https://github.com/HydrelioxGitHub/pybbox/pull/5
|
"pybbox", # https://github.com/HydrelioxGitHub/pybbox/pull/5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user