Commit b91467d
authored
Bump ty from 0.0.56 to 0.0.59 (#181)
Bumps [ty](https://github.com/astral-sh/ty) from 0.0.56 to 0.0.59.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ty/releases">ty's
releases</a>.</em></p>
<blockquote>
<h2>0.0.59</h2>
<h2>Release Notes</h2>
<p>Released on 2026-07-12.</p>
<h3>Bug fixes</h3>
<ul>
<li>Guard descriptor classification cycles (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26690">#26690</a>)</li>
<li>Respect <code>init=False</code> in dataclass field-order checks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26749">#26749</a>)</li>
<li>Avoid duplicate diagnostics for overloaded TypeIs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26716">#26716</a>)</li>
</ul>
<h3>Library support</h3>
<ul>
<li>Pydantic: Support custom <code>__init__</code> methods (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26699">#26699</a>)</li>
<li>Pydantic: Support field metadata in <code>Annotated</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26650">#26650</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Allow unsound equality-based narrowing for builtins (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26414">#26414</a>)</li>
<li>Bind Self in implicit dunder calls (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26711">#26711</a>)</li>
<li>Correct protocol method receiver binding (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26701">#26701</a>)</li>
<li>Exempt ParamSpec callables from the dunder descriptor heuristic (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26696">#26696</a>)</li>
<li>Remove transitive TypeVar artifacts during collection inference (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26714">#26714</a>)</li>
</ul>
<h3>LSP server</h3>
<ul>
<li>Avoid broad invalidation from file check eligibility (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26741">#26741</a>)</li>
<li>Correct how we expand tabs in docstrings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26679">#26679</a>)</li>
<li>Resolve ambiguity in Google-style docstring parsing in favour of
observations from popular projects (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26673">#26673</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Avoid allocation for every stdout write (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26698">#26698</a>)</li>
<li>Buffer diagnostic output (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26702">#26702</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Cache generic context (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26745">#26745</a>)</li>
<li>Cache known class instances (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26746">#26746</a>)</li>
<li>Reuse common TypedDict constraints through intersections (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26747">#26747</a>)</li>
<li>Use purpose-specific types for completion and module text (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26664">#26664</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/carljm"><code>@carljm</code></a></li>
<li><a
href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
<li><a
href="https://github.com/lerebear"><code>@lerebear</code></a></li>
<li><a
href="https://github.com/ibraheemdev"><code>@ibraheemdev</code></a></li>
<li><a href="https://github.com/sharkdp"><code>@sharkdp</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/ty/blob/main/CHANGELOG.md">ty's
changelog</a>.</em></p>
<blockquote>
<h2>0.0.59</h2>
<p>Released on 2026-07-12.</p>
<h3>Bug fixes</h3>
<ul>
<li>Guard descriptor classification cycles (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26690">#26690</a>)</li>
<li>Respect <code>init=False</code> in dataclass field-order checks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26749">#26749</a>)</li>
<li>Avoid duplicate diagnostics for overloaded TypeIs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26716">#26716</a>)</li>
</ul>
<h3>Library support</h3>
<ul>
<li>Pydantic: Support custom <code>__init__</code> methods (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26699">#26699</a>)</li>
<li>Pydantic: Support field metadata in <code>Annotated</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26650">#26650</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Allow unsound equality-based narrowing for builtins (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26414">#26414</a>)</li>
<li>Bind Self in implicit dunder calls (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26711">#26711</a>)</li>
<li>Correct protocol method receiver binding (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26701">#26701</a>)</li>
<li>Exempt ParamSpec callables from the dunder descriptor heuristic (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26696">#26696</a>)</li>
<li>Remove transitive TypeVar artifacts during collection inference (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26714">#26714</a>)</li>
</ul>
<h3>LSP server</h3>
<ul>
<li>Avoid broad invalidation from file check eligibility (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26741">#26741</a>)</li>
<li>Correct how we expand tabs in docstrings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26679">#26679</a>)</li>
<li>Resolve ambiguity in Google-style docstring parsing in favour of
observations from popular projects (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26673">#26673</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Avoid allocation for every stdout write (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26698">#26698</a>)</li>
<li>Buffer diagnostic output (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26702">#26702</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Cache generic context (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26745">#26745</a>)</li>
<li>Cache known class instances (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26746">#26746</a>)</li>
<li>Reuse common TypedDict constraints through intersections (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26747">#26747</a>)</li>
<li>Use purpose-specific types for completion and module text (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26664">#26664</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/carljm"><code>@carljm</code></a></li>
<li><a
href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
<li><a
href="https://github.com/lerebear"><code>@lerebear</code></a></li>
<li><a
href="https://github.com/ibraheemdev"><code>@ibraheemdev</code></a></li>
<li><a href="https://github.com/sharkdp"><code>@sharkdp</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ty/commit/71bdf3104da401a9726f0a81ad0b10e51f7206ab"><code>71bdf31</code></a>
Bump version to 0.0.59 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3979">#3979</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/17d3f6db5a3d637bd144d4c9d00d3c1616929617"><code>17d3f6d</code></a>
Bump version to 0.0.58 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3955">#3955</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/03cfaafe8afbd6484f58a5fbc6e8660cf5b66d2e"><code>03cfaaf</code></a>
Bump version to 0.0.57 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3927">#3927</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/1b3b573d6cd3c4add03676aacbcad9ca8de04b03"><code>1b3b573</code></a>
Update actions/attest-build-provenance action to v4.1.1 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3928">#3928</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/0e9cbe1009d259d3b18884409c7473bca4d0d7d3"><code>0e9cbe1</code></a>
Update actions/cache action to v6.1.0 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3930">#3930</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/83f4009df8f91c2d209a4130c58476a744a75a4b"><code>83f4009</code></a>
Update actions/setup-python action to v6.3.0 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3931">#3931</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/ad99bb9c164e3996dd93680f26d6aa947793a3a3"><code>ad99bb9</code></a>
Update prek dependencies (<a
href="https://redirect.github.com/astral-sh/ty/issues/3929">#3929</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/aeeeed5946717119b3847e94b77624dabb51bc25"><code>aeeeed5</code></a>
Update astral-sh/setup-uv action to v8.3.1 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3932">#3932</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/d171a7806bbfc13512d7e4f73cd6ca73c69d4983"><code>d171a78</code></a>
Document PYTHONPATH support in module discovery (<a
href="https://redirect.github.com/astral-sh/ty/issues/3889">#3889</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/c6920a226964e6d62b422af1396289f95969ca86"><code>c6920a2</code></a>
Fix trailing whitespace (<a
href="https://redirect.github.com/astral-sh/ty/issues/3911">#3911</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ty/compare/0.0.56...0.0.59">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 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>1 file changed
Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments