ITADN

Bump ollama from 0.4.7 to 0.4.8

#50Pull Requestdependabot[bot] 创建于 2025-04-17
dependenciespython
D
dependabot[bot]commented
Bumps [ollama](https://github.com/ollama/ollama-python) from 0.4.7 to 0.4.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ollama/ollama-python/releases">ollama's releases</a>.</em></p> <blockquote> <h2>v0.4.8</h2> <h2>What's Changed</h2> <ul> <li>client: add support for passing in Image type to generate by <a href="https://github.com/ParthSareen"><code>@​ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/408">ollama/ollama-python#408</a></li> <li>types: relax enum type for tool by <a href="https://github.com/ParthSareen"><code>@​ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/498">ollama/ollama-python#498</a></li> <li>types: allow single or multiple types tool property by <a href="https://github.com/ParthSareen"><code>@​ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/499">ollama/ollama-python#499</a></li> <li>types: enable passing messages with arbitrary role by <a href="https://github.com/rylativity"><code>@​rylativity</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/462">ollama/ollama-python#462</a></li> <li>types: allow items and defs for tools by <a href="https://github.com/ParthSareen"><code>@​ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/501">ollama/ollama-python#501</a></li> <li>examples: update tools.py to nicely manage numbers instead of concat strings by <a href="https://github.com/ddbit"><code>@​ddbit</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/443">ollama/ollama-python#443</a></li> <li>examples: fix example links by <a href="https://github.com/ansent788"><code>@​ansent788</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/461">ollama/ollama-python#461</a></li> <li>chore: add SECURITY.md by <a href="https://github.com/ParthSareen"><code>@​ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/479">ollama/ollama-python#479</a></li> <li>poetry: update dependencies by <a href="https://github.com/ParthSareen"><code>@​ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/505">ollama/ollama-python#505</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ddbit"><code>@​ddbit</code></a> made their first contribution in <a href="https://redirect.github.com/ollama/ollama-python/pull/443">ollama/ollama-python#443</a></li> <li><a href="https://github.com/rylativity"><code>@​rylativity</code></a> made their first contribution in <a href="https://redirect.github.com/ollama/ollama-python/pull/462">ollama/ollama-python#462</a></li> <li><a href="https://github.com/ansent788"><code>@​ansent788</code></a> made their first contribution in <a href="https://redirect.github.com/ollama/ollama-python/pull/461">ollama/ollama-python#461</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ollama/ollama-python/compare/v0.4.7...v0.4.8">https://github.com/ollama/ollama-python/compare/v0.4.7...v0.4.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ollama/ollama-python/commit/65f94b4fba2cc95dd718cbda683a326a8e5e670a"><code>65f94b4</code></a> types: allow items and defs for tools (<a href="https://redirect.github.com/ollama/ollama-python/issues/501">#501</a>)</li> <li><a href="https://github.com/ollama/ollama-python/commit/e33ceb7188c6da6722b63aa37d8dd1f5937dc4a8"><code>e33ceb7</code></a> poetry: update dependencies (<a href="https://redirect.github.com/ollama/ollama-python/issues/505">#505</a>)</li> <li><a href="https://github.com/ollama/ollama-python/commit/8ac9f4da762785e09254271827c7215ca49b20df"><code>8ac9f4d</code></a> types: allow single or multiple types tool property (<a href="https://redirect.github.com/ollama/ollama-python/issues/499">#499</a>)</li> <li><a href="https://github.com/ollama/ollama-python/commit/1b3406887d6e3cf7cd4f70e2edeb5f69c8a9a9c4"><code>1b34068</code></a> types: relax enum type for tool (<a href="https://redirect.github.com/ollama/ollama-python/issues/498">#498</a>)</li> <li><a href="https://github.com/ollama/ollama-python/commit/3eaa83781d29ddac43511c7e5d207cac5b89aead"><code>3eaa837</code></a> docs: Update example links (<a href="https://redirect.github.com/ollama/ollama-python/issues/461">#461</a>)</li> <li><a href="https://github.com/ollama/ollama-python/commit/07eec6d517b95ef49fda672d8a533cb01a56b2fa"><code>07eec6d</code></a> types: enable passing messages with arbitrary role (<a href="https://redirect.github.com/ollama/ollama-python/issues/462">#462</a>)</li> <li><a href="https://github.com/ollama/ollama-python/commit/6b235b2d605fe7cbf45c253c04ad1543dbfeaba5"><code>6b235b2</code></a> add SECURITY.md (<a href="https://redirect.github.com/ollama/ollama-python/issues/479">#479</a>)</li> <li><a href="https://github.com/ollama/ollama-python/commit/aec125c77345b30d53309f5726226b5473159219"><code>aec125c</code></a> examples: update tools.py to handle type casting from tool arguments (<a href="https://redirect.github.com/ollama/ollama-python/issues/443">#443</a>)</li> <li><a href="https://github.com/ollama/ollama-python/commit/8d0d0e483d050c7d2a23aece922c6ca4ef5e1779"><code>8d0d0e4</code></a> client: add support for passing in Image type to generate (<a href="https://redirect.github.com/ollama/ollama-python/issues/408">#408</a>)</li> <li>See full diff in <a href="https://github.com/ollama/ollama-python/compare/v0.4.7...v0.4.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ollama&package-manager=pip&previous-version=0.4.7&new-version=0.4.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
合并状态:未合并 0 条评论