Commit 5a13e02
[MAINT]: Bump ty from 0.0.64 to 0.0.65 in the minor-and-patch group (#139)
Bumps the minor-and-patch group with 1 update:
[ty](https://github.com/astral-sh/ty).
Updates `ty` from 0.0.64 to 0.0.65
<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.65</h2>
<h2>Release Notes</h2>
<p>Released on 2026-07-29.</p>
<h3>LSP server</h3>
<ul>
<li>Support comprehension walruses in IDE features (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26476">#26476</a>)</li>
</ul>
<h3>Library support</h3>
<ul>
<li>Pydantic: Allow mutation of private attributes on frozen models (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27257">#27257</a>)</li>
<li>Pydantic: Synthesize <code>__replace__</code> for models (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27220">#27220</a>)</li>
</ul>
<h3>Diagnostics</h3>
<ul>
<li>Correct <code>ParamSpec</code> forwarded-argument diagnostic
locations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27263">#27263</a>)</li>
<li>Recover forwarded callable object and constructor sources (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27264">#27264</a>)</li>
<li>Recover forwarded <code>functools.partial</code> diagnostic sources
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/27265">#27265</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Fix gradual class assignability with generic receivers (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27223">#27223</a>)</li>
<li>Lazily materialize protocol attributes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27267">#27267</a>)</li>
<li>Narrow tagged unions through all type kinds (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27226">#27226</a>)</li>
<li>Prefer static constrained TypeVar solutions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27057">#27057</a>)</li>
<li>Preserve frozen-dataclass setter delegation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27217">#27217</a>)</li>
<li>Preserve inference when filtering constructor overloads (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27254">#27254</a>)</li>
<li>Reject frozen-dataclass field deletion through subclasses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27001">#27001</a>)</li>
<li>Stabilize recursive type-constraint ordering (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27176">#27176</a>)</li>
<li>Support materialized class type expressions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27258">#27258</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Avoid quadratic inference for large literal unions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27178">#27178</a>)</li>
<li>Cache protocol receiver binding (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27301">#27301</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a
href="https://github.com/thejchap"><code>@thejchap</code></a></li>
<li><a
href="https://github.com/benedikt-bartscher"><code>@benedikt-bartscher</code></a></li>
<li><a href="https://github.com/carljm"><code>@carljm</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
</ul>
<h2>Install ty 0.0.65</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://releases.astral.sh/github/ty/releases/download/0.0.65/ty-installer.sh
| sh
</tr></table>
</code></pre>
</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.65</h2>
<p>Released on 2026-07-29.</p>
<h3>LSP server</h3>
<ul>
<li>Support comprehension walruses in IDE features (<a
href="https://redirect.github.com/astral-sh/ruff/pull/26476">#26476</a>)</li>
</ul>
<h3>Library support</h3>
<ul>
<li>Pydantic: Allow mutation of private attributes on frozen models (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27257">#27257</a>)</li>
<li>Pydantic: Synthesize <code>__replace__</code> for models (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27220">#27220</a>)</li>
</ul>
<h3>Diagnostics</h3>
<ul>
<li>Correct <code>ParamSpec</code> forwarded-argument diagnostic
locations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27263">#27263</a>)</li>
<li>Recover forwarded callable object and constructor sources (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27264">#27264</a>)</li>
<li>Recover forwarded <code>functools.partial</code> diagnostic sources
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/27265">#27265</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Fix gradual class assignability with generic receivers (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27223">#27223</a>)</li>
<li>Lazily materialize protocol attributes (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27267">#27267</a>)</li>
<li>Narrow tagged unions through all type kinds (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27226">#27226</a>)</li>
<li>Prefer static constrained TypeVar solutions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27057">#27057</a>)</li>
<li>Preserve frozen-dataclass setter delegation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27217">#27217</a>)</li>
<li>Preserve inference when filtering constructor overloads (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27254">#27254</a>)</li>
<li>Reject frozen-dataclass field deletion through subclasses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27001">#27001</a>)</li>
<li>Stabilize recursive type-constraint ordering (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27176">#27176</a>)</li>
<li>Support materialized class type expressions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27258">#27258</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Avoid quadratic inference for large literal unions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27178">#27178</a>)</li>
<li>Cache protocol receiver binding (<a
href="https://redirect.github.com/astral-sh/ruff/pull/27301">#27301</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a
href="https://github.com/thejchap"><code>@thejchap</code></a></li>
<li><a
href="https://github.com/benedikt-bartscher"><code>@benedikt-bartscher</code></a></li>
<li><a href="https://github.com/carljm"><code>@carljm</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ty/commit/87de836dfef2d3e1990440752e30e24cfb572f4e"><code>87de836</code></a>
Bump version to 0.0.65 (<a
href="https://redirect.github.com/astral-sh/ty/issues/4113">#4113</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/d784bad352f4640e7f788eac4dfb0353ca199902"><code>d784bad</code></a>
README: Add link to Stable milestone (<a
href="https://redirect.github.com/astral-sh/ty/issues/4112">#4112</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/b4c1978dbdf18501ed03139e33ee8afaef251ec3"><code>b4c1978</code></a>
Update actions/setup-python action to v7 (<a
href="https://redirect.github.com/astral-sh/ty/issues/4110">#4110</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/8d216a39dad99c4443396a08a77da00502cd7e58"><code>8d216a3</code></a>
Update actions/checkout action to v7.0.1 (<a
href="https://redirect.github.com/astral-sh/ty/issues/4107">#4107</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/06f44e9039cb2764346c4bceaff4021ac143de9e"><code>06f44e9</code></a>
Update dependency prek to v0.4.10 (<a
href="https://redirect.github.com/astral-sh/ty/issues/4108">#4108</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/b3665fde4804424576a30078bc0b7c101c5e2242"><code>b3665fd</code></a>
Update prek dependencies (<a
href="https://redirect.github.com/astral-sh/ty/issues/4109">#4109</a>)</li>
<li>See full diff in <a
href="https://github.com/astral-sh/ty/compare/0.0.64...0.0.65">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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nina Chikanov <nichikan@microsoft.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 0cbb94b4-d5d2-4be8-9e5a-ba0e285620701 parent e07ee08 commit 5a13e02
2 files changed
Lines changed: 22 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments