[PR #106] [MERGED] Bump ruff from 0.1.15 to 0.3.4 #359

Closed
opened 2026-02-15 16:30:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/106
Author: @dependabot[bot]
Created: 3/27/2024
Status: Merged
Merged: 3/27/2024
Merged by: @dependabot[bot]

Base: mainHead: dependabot/pip/ruff-0.3.4


📝 Commits (1)

  • 3c9ba8c Bump ruff from 0.1.15 to 0.3.4

📊 Changes

2 files changed (+20 additions, -20 deletions)

View changed files

📝 poetry.lock (+19 -19)
📝 pyproject.toml (+1 -1)

📄 Description

Bumps ruff from 0.1.15 to 0.3.4.

Release notes

Sourced from ruff's releases.

v0.3.4

Changes

Preview features

  • [flake8-simplify] Detect implicit else cases in needless-bool (SIM103) (#10414)
  • [pylint] Implement nan-comparison (PLW0117) (#10401)
  • [pylint] Implement nonlocal-and-global (E115) (#10407)
  • [pylint] Implement singledispatchmethod-function (PLE5120) (#10428)
  • [refurb] Implement list-reverse-copy (FURB187) (#10212)

Rule changes

  • [flake8-pytest-style] Add automatic fix for pytest-parametrize-values-wrong-type (PT007) (#10461)
  • [pycodestyle] Allow SPDX license headers to exceed the line length (E501) (#10481)

Formatter

  • Fix unstable formatting for trailing subscript end-of-line comment (#10492)

Bug fixes

  • Avoid code comment detection in PEP 723 script tags (#10464)
  • Avoid incorrect tuple transformation in single-element case (C409) (#10491)
  • Bug fix: Prevent fully defined links name from being reformatted (#10442)
  • Consider raw source code for W605 (#10480)
  • Docs: Link inline settings when not part of options section (#10499)
  • Don't treat annotations as redefinitions in .pyi files (#10512)
  • Fix E231 bug: Inconsistent catch compared to pycodestyle, such as when dict nested in list (#10469)
  • Fix pylint upstream categories not showing in docs (#10441)
  • Add missing Options references to blank line docs (#10498)
  • 'Revert "F821: Fix false negatives in .py files when from __future__ import annotations is active (#10362)"' (#10513)
  • Apply NFKC normalization to unicode identifiers in the lexer (#10412)
  • Avoid failures due to non-deterministic binding ordering (#10478)
  • [flake8-bugbear] Allow tuples of exceptions (B030) (#10437)
  • [flake8-quotes] Avoid syntax errors due to invalid quotes (Q000, Q002) (#10199)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.3.4

Preview features

  • [flake8-simplify] Detect implicit else cases in needless-bool (SIM103) (#10414)
  • [pylint] Implement nan-comparison (PLW0117) (#10401)
  • [pylint] Implement nonlocal-and-global (E115) (#10407)
  • [pylint] Implement singledispatchmethod-function (PLE5120) (#10428)
  • [refurb] Implement list-reverse-copy (FURB187) (#10212)

Rule changes

  • [flake8-pytest-style] Add automatic fix for pytest-parametrize-values-wrong-type (PT007) (#10461)
  • [pycodestyle] Allow SPDX license headers to exceed the line length (E501) (#10481)

Formatter

  • Fix unstable formatting for trailing subscript end-of-line comment (#10492)

Bug fixes

  • Avoid code comment detection in PEP 723 script tags (#10464)
  • Avoid incorrect tuple transformation in single-element case (C409) (#10491)
  • Bug fix: Prevent fully defined links name from being reformatted (#10442)
  • Consider raw source code for W605 (#10480)
  • Docs: Link inline settings when not part of options section (#10499)
  • Don't treat annotations as redefinitions in .pyi files (#10512)
  • Fix E231 bug: Inconsistent catch compared to pycodestyle, such as when dict nested in list (#10469)
  • Fix pylint upstream categories not showing in docs (#10441)
  • Add missing Options references to blank line docs (#10498)
  • 'Revert "F821: Fix false negatives in .py files when from __future__ import annotations is active (#10362)"' (#10513)
  • Apply NFKC normalization to unicode identifiers in the lexer (#10412)
  • Avoid failures due to non-deterministic binding ordering (#10478)
  • [flake8-bugbear] Allow tuples of exceptions (B030) (#10437)
  • [flake8-quotes] Avoid syntax errors due to invalid quotes (Q000, Q002) (#10199)

0.3.3

Preview features

  • [flake8-bandit]: Implement S610 rule (#10316)
  • [pycodestyle] Implement blank-line-at-end-of-file (W391) (#10243)
  • [pycodestyle] Implement redundant-backslash (E502) (#10292)
  • [pylint] - implement redeclared-assigned-name (W0128) (#9268)

Rule changes

  • [flake8_comprehensions] Handled special case for C400 which also matches C416 (#10419)
  • [flake8-bandit] Implement upstream updates for S311, S324 and S605 (#10313)
  • [pyflakes] Remove F401 fix for __init__ imports by default and allow opt-in to unsafe fix (#10365)

... (truncated)

Commits
  • 5062572 Bump version to v0.3.4 (#10515)
  • dc6f639 Rename list-reassign-reversed to list-reverse-copy (#10514)
  • 01fe268 [refurb] Implement list_assign_reversed lint (FURB187) (#10212)
  • c62184d 'Revert "F821: Fix false negatives in .py files when `from future import ...
  • 9b3c732 Docs: Link inline settings when not part of options section (#10499)
  • caa1450 Don't treat annotations as redefinitions in .pyi files (#10512)
  • 60fd98e Update Rust to v1.77 (#10510)
  • ac150b9 Spruce up docs for flake8-pyi rules (part 2) (#10494)
  • d9ac170 Fix E231 bug: Inconsistent catch compared to pycodestyle, such as when dict...
  • c5ea420 chore: remove repetitive words (#10502)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama-python/pull/106 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/27/2024 **Status:** ✅ Merged **Merged:** 3/27/2024 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/pip/ruff-0.3.4` --- ### 📝 Commits (1) - [`3c9ba8c`](https://github.com/ollama/ollama-python/commit/3c9ba8cf2e90253542acff71df64ff7c9580b810) Bump ruff from 0.1.15 to 0.3.4 ### 📊 Changes **2 files changed** (+20 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+19 -19) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.3.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>v0.3.4</h2> <h2>Changes</h2> <h3>Preview features</h3> <ul> <li>[<code>flake8-simplify</code>] Detect implicit <code>else</code> cases in <code>needless-bool</code> (<code>SIM103</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10414">#10414</a>)</li> <li>[<code>pylint</code>] Implement <code>nan-comparison</code> (<code>PLW0117</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10401">#10401</a>)</li> <li>[<code>pylint</code>] Implement <code>nonlocal-and-global</code> (<code>E115</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10407">#10407</a>)</li> <li>[<code>pylint</code>] Implement <code>singledispatchmethod-function</code> (<code>PLE5120</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10428">#10428</a>)</li> <li>[<code>refurb</code>] Implement <code>list-reverse-copy</code> (<code>FURB187</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10212">#10212</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-pytest-style</code>] Add automatic fix for <code>pytest-parametrize-values-wrong-type</code> (<code>PT007</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10461">#10461</a>)</li> <li>[<code>pycodestyle</code>] Allow SPDX license headers to exceed the line length (<code>E501</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10481">#10481</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Fix unstable formatting for trailing subscript end-of-line comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/10492">#10492</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid code comment detection in PEP 723 script tags (<a href="https://redirect.github.com/astral-sh/ruff/pull/10464">#10464</a>)</li> <li>Avoid incorrect tuple transformation in single-element case (<code>C409</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10491">#10491</a>)</li> <li>Bug fix: Prevent fully defined links <a href="https://github.com/astral-sh/ruff/blob/HEAD/link"><code>name</code></a> from being reformatted (<a href="https://redirect.github.com/astral-sh/ruff/pull/10442">#10442</a>)</li> <li>Consider raw source code for <code>W605</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/10480">#10480</a>)</li> <li>Docs: Link inline settings when not part of options section (<a href="https://redirect.github.com/astral-sh/ruff/pull/10499">#10499</a>)</li> <li>Don't treat annotations as redefinitions in <code>.pyi</code> files (<a href="https://redirect.github.com/astral-sh/ruff/pull/10512">#10512</a>)</li> <li>Fix <code>E231</code> bug: Inconsistent catch compared to pycodestyle, such as when dict nested in list (<a href="https://redirect.github.com/astral-sh/ruff/pull/10469">#10469</a>)</li> <li>Fix pylint upstream categories not showing in docs (<a href="https://redirect.github.com/astral-sh/ruff/pull/10441">#10441</a>)</li> <li>Add missing <code>Options</code> references to blank line docs (<a href="https://redirect.github.com/astral-sh/ruff/pull/10498">#10498</a>)</li> <li>'Revert &quot;F821: Fix false negatives in .py files when <code>from __future__ import annotations</code> is active (<a href="https://redirect.github.com/astral-sh/ruff/issues/10362">#10362</a>)&quot;' (<a href="https://redirect.github.com/astral-sh/ruff/pull/10513">#10513</a>)</li> <li>Apply NFKC normalization to unicode identifiers in the lexer (<a href="https://redirect.github.com/astral-sh/ruff/pull/10412">#10412</a>)</li> <li>Avoid failures due to non-deterministic binding ordering (<a href="https://redirect.github.com/astral-sh/ruff/pull/10478">#10478</a>)</li> <li>[<code>flake8-bugbear</code>] Allow tuples of exceptions (<code>B030</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10437">#10437</a>)</li> <li>[<code>flake8-quotes</code>] Avoid syntax errors due to invalid quotes (<code>Q000, Q002</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10199">#10199</a>)</li> </ul> <h2>Contributors</h2> <ul> <li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/VascoSch92"><code>@​VascoSch92</code></a></li> <li><a href="https://github.com/WindowGenerator"><code>@​WindowGenerator</code></a></li> <li><a href="https://github.com/alex-700"><code>@​alex-700</code></a></li> <li><a href="https://github.com/augustelalande"><code>@​augustelalande</code></a></li> <li><a href="https://github.com/autinerd"><code>@​autinerd</code></a></li> <li><a href="https://github.com/boolean-light"><code>@​boolean-light</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a></li> <li><a href="https://github.com/dopplershift"><code>@​dopplershift</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.3.4</h2> <h3>Preview features</h3> <ul> <li>[<code>flake8-simplify</code>] Detect implicit <code>else</code> cases in <code>needless-bool</code> (<code>SIM103</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10414">#10414</a>)</li> <li>[<code>pylint</code>] Implement <code>nan-comparison</code> (<code>PLW0117</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10401">#10401</a>)</li> <li>[<code>pylint</code>] Implement <code>nonlocal-and-global</code> (<code>E115</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10407">#10407</a>)</li> <li>[<code>pylint</code>] Implement <code>singledispatchmethod-function</code> (<code>PLE5120</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10428">#10428</a>)</li> <li>[<code>refurb</code>] Implement <code>list-reverse-copy</code> (<code>FURB187</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10212">#10212</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-pytest-style</code>] Add automatic fix for <code>pytest-parametrize-values-wrong-type</code> (<code>PT007</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10461">#10461</a>)</li> <li>[<code>pycodestyle</code>] Allow SPDX license headers to exceed the line length (<code>E501</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10481">#10481</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Fix unstable formatting for trailing subscript end-of-line comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/10492">#10492</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid code comment detection in PEP 723 script tags (<a href="https://redirect.github.com/astral-sh/ruff/pull/10464">#10464</a>)</li> <li>Avoid incorrect tuple transformation in single-element case (<code>C409</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10491">#10491</a>)</li> <li>Bug fix: Prevent fully defined links <a href="https://github.com/astral-sh/ruff/blob/main/link"><code>name</code></a> from being reformatted (<a href="https://redirect.github.com/astral-sh/ruff/pull/10442">#10442</a>)</li> <li>Consider raw source code for <code>W605</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/10480">#10480</a>)</li> <li>Docs: Link inline settings when not part of options section (<a href="https://redirect.github.com/astral-sh/ruff/pull/10499">#10499</a>)</li> <li>Don't treat annotations as redefinitions in <code>.pyi</code> files (<a href="https://redirect.github.com/astral-sh/ruff/pull/10512">#10512</a>)</li> <li>Fix <code>E231</code> bug: Inconsistent catch compared to pycodestyle, such as when dict nested in list (<a href="https://redirect.github.com/astral-sh/ruff/pull/10469">#10469</a>)</li> <li>Fix pylint upstream categories not showing in docs (<a href="https://redirect.github.com/astral-sh/ruff/pull/10441">#10441</a>)</li> <li>Add missing <code>Options</code> references to blank line docs (<a href="https://redirect.github.com/astral-sh/ruff/pull/10498">#10498</a>)</li> <li>'Revert &quot;F821: Fix false negatives in .py files when <code>from __future__ import annotations</code> is active (<a href="https://redirect.github.com/astral-sh/ruff/issues/10362">#10362</a>)&quot;' (<a href="https://redirect.github.com/astral-sh/ruff/pull/10513">#10513</a>)</li> <li>Apply NFKC normalization to unicode identifiers in the lexer (<a href="https://redirect.github.com/astral-sh/ruff/pull/10412">#10412</a>)</li> <li>Avoid failures due to non-deterministic binding ordering (<a href="https://redirect.github.com/astral-sh/ruff/pull/10478">#10478</a>)</li> <li>[<code>flake8-bugbear</code>] Allow tuples of exceptions (<code>B030</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10437">#10437</a>)</li> <li>[<code>flake8-quotes</code>] Avoid syntax errors due to invalid quotes (<code>Q000, Q002</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10199">#10199</a>)</li> </ul> <h2>0.3.3</h2> <h3>Preview features</h3> <ul> <li>[<code>flake8-bandit</code>]: Implement <code>S610</code> rule (<a href="https://redirect.github.com/astral-sh/ruff/pull/10316">#10316</a>)</li> <li>[<code>pycodestyle</code>] Implement <code>blank-line-at-end-of-file</code> (<code>W391</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10243">#10243</a>)</li> <li>[<code>pycodestyle</code>] Implement <code>redundant-backslash</code> (<code>E502</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/10292">#10292</a>)</li> <li>[<code>pylint</code>] - implement <code>redeclared-assigned-name</code> (<code>W0128</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9268">#9268</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8_comprehensions</code>] Handled special case for <code>C400</code> which also matches <code>C416</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/10419">#10419</a>)</li> <li>[<code>flake8-bandit</code>] Implement upstream updates for <code>S311</code>, <code>S324</code> and <code>S605</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/10313">#10313</a>)</li> <li>[<code>pyflakes</code>] Remove <code>F401</code> fix for <code>__init__</code> imports by default and allow opt-in to unsafe fix (<a href="https://redirect.github.com/astral-sh/ruff/pull/10365">#10365</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/5062572aca9413670aafd018cb65037bcb4d6acb"><code>5062572</code></a> Bump version to v0.3.4 (<a href="https://redirect.github.com/astral-sh/ruff/issues/10515">#10515</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/dc6f6398e737f4496dfaa870b1dc07ee1ec85617"><code>dc6f639</code></a> Rename <code>list-reassign-reversed</code> to <code>list-reverse-copy</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/10514">#10514</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/01fe2686124fb4b0a94184e17e7b246fa7e5b689"><code>01fe268</code></a> [<code>refurb</code>] Implement <code>list_assign_reversed</code> lint (FURB187) (<a href="https://redirect.github.com/astral-sh/ruff/issues/10212">#10212</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/c62184d05781327ddde1c0b142790d351cf666e6"><code>c62184d</code></a> 'Revert &quot;F821: Fix false negatives in .py files when `from <strong>future</strong> import ...</li> <li><a href="https://github.com/astral-sh/ruff/commit/9b3c73253809f10f6f6522a487eb393fc6477d9c"><code>9b3c732</code></a> Docs: Link inline settings when not part of options section (<a href="https://redirect.github.com/astral-sh/ruff/issues/10499">#10499</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/caa14508959781b9220f5c9f83c4e0a4c586ce0c"><code>caa1450</code></a> Don't treat annotations as redefinitions in <code>.pyi</code> files (<a href="https://redirect.github.com/astral-sh/ruff/issues/10512">#10512</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/60fd98eb2fe425eca4b89268dd608f4e1cc21b74"><code>60fd98e</code></a> Update Rust to v1.77 (<a href="https://redirect.github.com/astral-sh/ruff/issues/10510">#10510</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/ac150b9314c0359c499aff103a99007807f9f854"><code>ac150b9</code></a> Spruce up docs for flake8-pyi rules (part 2) (<a href="https://redirect.github.com/astral-sh/ruff/issues/10494">#10494</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/d9ac170eb45660b8ac3e61a81b168202b76f1582"><code>d9ac170</code></a> Fix <code>E231</code> bug: Inconsistent catch compared to pycodestyle, such as when dict...</li> <li><a href="https://github.com/astral-sh/ruff/commit/c5ea4209bba318001e6c22ca84c75097977de305"><code>c5ea420</code></a> chore: remove repetitive words (<a href="https://redirect.github.com/astral-sh/ruff/issues/10502">#10502</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/v0.1.15...v0.3.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruff&package-manager=pip&previous-version=0.1.15&new-version=0.3.4)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:30:06 -05:00
yindo closed this issue 2026-02-15 16:30:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#359