Bump ollama from 0.4.6 to 0.4.7
dependencies
Bumps [ollama](https://github.com/ollama/ollama-python) from 0.4.6 to 0.4.7.
<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.7</h2>
<h2>What's Changed</h2>
<ul>
<li>
<p>client: remove sha256 as it's already available in the digest by <a href="https://github.com/samhita-alla"><code>@samhita-alla</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/420">ollama/ollama-python#420</a></p>
</li>
<li>
<p>client: improve error messaging on connection failure by <a href="https://github.com/ParthSareen"><code>@ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/398">ollama/ollama-python#398</a></p>
</li>
<li>
<p>chore: bump httpx from 0.27.2 to 0.28.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/365">ollama/ollama-python#365</a></p>
</li>
<li>
<p>chore: ensure imports are sorted by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/385">ollama/ollama-python#385</a></p>
</li>
<li>
<p>examples: fix create examples by <a href="https://github.com/jmorganca"><code>@jmorganca</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/421">ollama/ollama-python#421</a></p>
</li>
<li>
<p>examples: update create example by <a href="https://github.com/ParthSareen"><code>@ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/418">ollama/ollama-python#418</a></p>
</li>
<li>
<p>fix: don't run lints on all Python versions by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/400">ollama/ollama-python#400</a></p>
</li>
<li>
<p>fix: formatting & CI by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/422">ollama/ollama-python#422</a></p>
</li>
<li>
<p>chore: add tests for checking sha in blob request by <a href="https://github.com/ParthSareen"><code>@ParthSareen</code></a> in <a href="https://redirect.github.com/ollama/ollama-python/pull/425">ollama/ollama-python#425</a></p>
</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/samhita-alla"><code>@samhita-alla</code></a> made their first contribution in <a href="https://redirect.github.com/ollama/ollama-python/pull/420">ollama/ollama-python#420</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/ollama/ollama-python/compare/v0.4.6...v0.4.7">https://github.com/ollama/ollama-python/compare/v0.4.6...v0.4.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ollama/ollama-python/commit/0561f427011cf93e65f3f4b0de60d814cc7a754a"><code>0561f42</code></a> chore: add tests for checking SHA in blob request (<a href="https://redirect.github.com/ollama/ollama-python/issues/425">#425</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/7e64093df0e6a9f57e334bbe1fc6c9c9d107850a"><code>7e64093</code></a> bump httpx from 0.27.2 to 0.28.1 (<a href="https://redirect.github.com/ollama/ollama-python/issues/365">#365</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/f7e23ddb93be579714abd09e172bcd50c9bd81f9"><code>f7e23dd</code></a> choe: run tests on main (<a href="https://redirect.github.com/ollama/ollama-python/issues/422">#422</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/967fd657f1fa5722dffed124ab6535ecf4a9e060"><code>967fd65</code></a> client: improve error messaging on connection failure (<a href="https://redirect.github.com/ollama/ollama-python/issues/398">#398</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/12d6842f3283352ee18a1237d2ff5f55707c2ac1"><code>12d6842</code></a> fix: don't run lints on all python versions (<a href="https://redirect.github.com/ollama/ollama-python/issues/400">#400</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/7a6ab044c610ba7475180d3d1dd451e57661757a"><code>7a6ab04</code></a> Fix create examples (<a href="https://redirect.github.com/ollama/ollama-python/issues/421">#421</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/eefe5c9666e2fa82ab17618155dd0aae47bba8fa"><code>eefe5c9</code></a> remove sha256 as it's already available in the digest (<a href="https://redirect.github.com/ollama/ollama-python/issues/420">#420</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/89e719ab9202c8d65508fee8ca6935eb22e6f155"><code>89e719a</code></a> chore: bump ruff and ensure imports are sorted (<a href="https://redirect.github.com/ollama/ollama-python/issues/385">#385</a>)</li>
<li><a href="https://github.com/ollama/ollama-python/commit/02495ffd779dd792e498036c937427859ec4b36a"><code>02495ff</code></a> example: update create example (<a href="https://redirect.github.com/ollama/ollama-python/issues/418">#418</a>)</li>
<li>See full diff in <a href="https://github.com/ollama/ollama-python/compare/v0.4.6...v0.4.7">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-01-22 关闭于 2025-01-22 0 条评论