Bump ollama from 0.5.1 to 0.5.4
dependenciespython
Bumps [ollama](https://github.com/ollama/ollama-python) from 0.5.1 to 0.5.4.
<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.5.4</h2>
<h2>What's Changed</h2>
<ul>
<li>examples: add gpt-oss browser example by <a href="https://github.com/ParthSareen"><code>@ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/558">ollama/ollama-python#558</a></li>
<li>build(deps): bump actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/ollama/ollama-python/pull/559">ollama/ollama-python#559</a></li>
<li>examples/gpt-oss: fix examples by <a href="https://github.com/ParthSareen"><code>@ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/566">ollama/ollama-python#566</a></li>
<li>Fix link for thinking-levels.py in documentation by <a href="https://github.com/btjanaka"><code>@btjanaka</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/567">ollama/ollama-python#567</a></li>
<li>examples: fix gpt-oss-tools-stream for adding tool calls by <a href="https://github.com/ParthSareen"><code>@ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/568">ollama/ollama-python#568</a></li>
<li>examples: resolve invalid tool usage status code 400 if llm makes a mistake gpt-oss by <a href="https://github.com/MarkWard0110"><code>@MarkWard0110</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/569">ollama/ollama-python#569</a></li>
<li>build(deps): bump actions/setup-python from 5 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/ollama/ollama-python/pull/571">ollama/ollama-python#571</a></li>
<li>feat: add dimensions to embed request by <a href="https://github.com/mxyng"><code>@mxyng</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/574">ollama/ollama-python#574</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/btjanaka"><code>@btjanaka</code></a> made their first contribution in <a href="https://redirect.github.com/ollama/ollama-python/pull/567">ollama/ollama-python#567</a></li>
<li><a href="https://github.com/MarkWard0110"><code>@MarkWard0110</code></a> made their first contribution in <a href="https://redirect.github.com/ollama/ollama-python/pull/569">ollama/ollama-python#569</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/ollama/ollama-python/compare/v0.5.3...v0.5.4">https://github.com/ollama/ollama-python/compare/v0.5.3...v0.5.4</a></p>
<h2>v0.5.3</h2>
<h2>What's Changed</h2>
<ul>
<li>add support for 'high'/'medium'/'low' think values by <a href="https://github.com/drifkin"><code>@drifkin</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/553">ollama/ollama-python#553</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/ollama/ollama-python/compare/v0.5.2...v0.5.3">https://github.com/ollama/ollama-python/compare/v0.5.2...v0.5.3</a></p>
<h2>v0.5.2</h2>
<h2>What's Changed</h2>
<ul>
<li>
<p>types/examples: add tool_name to message and examples by <a href="https://github.com/ParthSareen"><code>@ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/537">ollama/ollama-python#537</a></p>
</li>
<li>
<p>types: add <code>context_length</code> to ProcessResponse by <a href="https://github.com/ParthSareen"><code>@ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/538">ollama/ollama-python#538</a></p>
</li>
<li>
<p>types: relax type for tools by <a href="https://github.com/ParthSareen"><code>@ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/550">ollama/ollama-python#550</a></p>
</li>
<li>
<p>add license metadata to package by <a href="https://github.com/ViViDboarder"><code>@ViViDboarder</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/526">ollama/ollama-python#526</a></p>
</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/hwittenborn"><code>@hwittenborn</code></a> made their first contribution in <a href="https://redirect.github.com/ollama/ollama-python/pull/525">ollama/ollama-python#525</a></li>
<li><a href="https://github.com/ViViDboarder"><code>@ViViDboarder</code></a> made their first contribution in <a href="https://redirect.github.com/ollama/ollama-python/pull/526">ollama/ollama-python#526</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/ollama/ollama-python/compare/v0.5.1...v0.5.2">https://github.com/ollama/ollama-python/compare/v0.5.1...v0.5.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ollama/ollama-python/commit/a1d04f04f201886690081a2fff297c960c6ff497"><code>a1d04f0</code></a> feat: add dimensions to embed request (<a href="https://redirect.github.com/ollama/ollama-python/issues/574">#574</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/8af6cac86b209839c154089509ddc8086724f0fe"><code>8af6cac</code></a> build(deps): bump actions/setup-python from 5 to 6 (<a href="https://redirect.github.com/ollama/ollama-python/issues/571">#571</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/9f41447f201589b194be064001ea2f0e073e55cf"><code>9f41447</code></a> examples: make gpt-oss resilient for failed tool calls (<a href="https://redirect.github.com/ollama/ollama-python/issues/569">#569</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/da79e987f0ac0a4986bf396f043b36ef840370bc"><code>da79e98</code></a> examples: fix gpt-oss-tools-stream for adding toolcalls (<a href="https://redirect.github.com/ollama/ollama-python/issues/568">#568</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/c8392d652473f0f03a292648aee4cec24060ae4b"><code>c8392d6</code></a> Fix link for thinking-levels.py (<a href="https://redirect.github.com/ollama/ollama-python/issues/567">#567</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/07ab287cdf216a9b1607e5c450507fd61ad64eba"><code>07ab287</code></a> examples/gpt-oss: fix examples (<a href="https://redirect.github.com/ollama/ollama-python/issues/566">#566</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/b0f6b99ca6215a67dde055bf624de7d2f14cb40d"><code>b0f6b99</code></a> build(deps): bump actions/checkout from 4 to 5 (<a href="https://redirect.github.com/ollama/ollama-python/issues/559">#559</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/c87604c66f3a667daf2c349d5a6b982ea642b754"><code>c87604c</code></a> examples: add gpt-oss browser example (<a href="https://redirect.github.com/ollama/ollama-python/issues/558">#558</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/53ff3cd025c1ae5e06cd81d47b79ae6b3b905027"><code>53ff3cd</code></a> Merge pull request <a href="https://redirect.github.com/ollama/ollama-python/issues/553">#553</a> from ollama/drifkin/thinking-levels</li>
<li><a href="https://github.com/ollama/ollama-python/commit/aa4b476f26a1147ea1597faa9d8583c0216cb8a7"><code>aa4b476</code></a> add support for 'high'/'medium'/'low' think values</li>
<li>Additional commits viewable in <a href="https://github.com/ollama/ollama-python/compare/v0.5.1...v0.5.4">compare view</a></li>
</ul>
</details>
<br />
[](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>
合并状态:已合并 合并于 2025-09-16 关闭于 2025-09-16 0 条评论