Bump ollama to 0.5.1 (#146063)

* Bump ollama to 0.5.1
* Add ollama to license exceptions
This commit is contained in:
Ian
2025-06-02 13:43:00 -07:00
committed by GitHub
parent 6692b9b71f
commit 39f687e3a3
5 changed files with 4 additions and 7 deletions

View File

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

View File

@ -196,6 +196,7 @@ EXCEPTIONS = {
"maxcube-api", # https://github.com/uebelack/python-maxcube-api/pull/48
"neurio", # https://github.com/jordanh/neurio-python/pull/13
"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
"pymitv", # MIT
"pybbox", # https://github.com/HydrelioxGitHub/pybbox/pull/5