Commit 1ec4a13
authored
Bump ty from 0.0.27 to 0.0.29 (#1979)
Bumps [ty](https://github.com/astral-sh/ty) from 0.0.27 to 0.0.29.
<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.29</h2>
<h2>Release Notes</h2>
<p>Released on 2026-04-05.</p>
<h3>Bug fixes</h3>
<ul>
<li>Avoid special-casing for <code>dataclasses.field</code> if it's not
in <code>field_specifiers</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24397">#24397</a>)</li>
<li>Reject unsupported <code>environment.python-version</code> values in
configuration files (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24402">#24402</a>)</li>
<li>Respect supported lower bounds from <code>requires-python</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24401">#24401</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Add support for <code>types.new_class</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/23144">#23144</a>)</li>
<li>Fix PEP 695 type aliases in <code>with</code> statement (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24395">#24395</a>)</li>
<li>Respect <code>__new__</code> and metaclass <code>__call__</code>
return types (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24357">#24357</a>)</li>
<li>Treat enum attributes with type annotations as members (<a
href="https://redirect.github.com/astral-sh/ruff/pull/23776">#23776</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
<li><a href="https://github.com/carljm"><code>@carljm</code></a></li>
</ul>
<h2>Install ty 0.0.29</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.29/ty-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm
https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-installer.ps1
| iex"
</code></pre>
<h2>Download ty 0.0.29</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-aarch64-apple-darwin.tar.gz">ty-aarch64-apple-darwin.tar.gz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-x86_64-apple-darwin.tar.gz">ty-x86_64-apple-darwin.tar.gz</a></td>
<td>Intel macOS</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-aarch64-pc-windows-msvc.zip">ty-aarch64-pc-windows-msvc.zip</a></td>
<td>ARM64 Windows</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-i686-pc-windows-msvc.zip">ty-i686-pc-windows-msvc.zip</a></td>
<td>x86 Windows</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-i686-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-x86_64-pc-windows-msvc.zip">ty-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-aarch64-unknown-linux-gnu.tar.gz">ty-aarch64-unknown-linux-gnu.tar.gz</a></td>
<td>ARM64 Linux</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-i686-unknown-linux-gnu.tar.gz">ty-i686-unknown-linux-gnu.tar.gz</a></td>
<td>x86 Linux</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-i686-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-powerpc64-unknown-linux-gnu.tar.gz">ty-powerpc64-unknown-linux-gnu.tar.gz</a></td>
<td>PPC64 Linux</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-powerpc64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-powerpc64le-unknown-linux-gnu.tar.gz">ty-powerpc64le-unknown-linux-gnu.tar.gz</a></td>
<td>PPC64LE Linux</td>
<td><a
href="https://releases.astral.sh/github/ty/releases/download/0.0.29/ty-powerpc64le-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
<!-- 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.29</h2>
<p>Released on 2026-04-05.</p>
<h3>Bug fixes</h3>
<ul>
<li>Avoid special-casing for <code>dataclasses.field</code> if it's not
in <code>field_specifiers</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24397">#24397</a>)</li>
<li>Reject unsupported <code>environment.python-version</code> values in
configuration files (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24402">#24402</a>)</li>
<li>Respect supported lower bounds from <code>requires-python</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24401">#24401</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Add support for <code>types.new_class</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/23144">#23144</a>)</li>
<li>Fix PEP 695 type aliases in <code>with</code> statement (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24395">#24395</a>)</li>
<li>Respect <code>__new__</code> and metaclass <code>__call__</code>
return types (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24357">#24357</a>)</li>
<li>Treat enum attributes with type annotations as members (<a
href="https://redirect.github.com/astral-sh/ruff/pull/23776">#23776</a>)</li>
</ul>
<h3>Contributors</h3>
<ul>
<li><a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li>
<li><a href="https://github.com/carljm"><code>@carljm</code></a></li>
</ul>
<h2>0.0.28</h2>
<p>Released on 2026-04-02.</p>
<h3>Bug fixes</h3>
<ul>
<li>Mark loop header assignments as used to avoid false positives in
"unused variable" diagnostics (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24336">#24336</a>)</li>
</ul>
<h3>LSP server</h3>
<ul>
<li>Show constructor signature of classes when hovering over them (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24257">#24257</a>)</li>
</ul>
<h3>Core type checking</h3>
<ul>
<li>Avoid emitting cascading diagnostics when parsing invalid type
expressions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24326">#24326</a>)</li>
<li>Handle most "deep" mutual TypeVar constraints (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24079">#24079</a>)</li>
<li>Improve consistency and quality of diagnostics relating to invalid
type forms (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24325">#24325</a>)</li>
<li>Improve robustness of various type-qualifier-related checks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24251">#24251</a>)</li>
<li>Infer the <code>extra_items</code> keyword argument to class-based
TypedDicts as an annotation expression (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24362">#24362</a>)</li>
<li>Use bidirectional inference to fix false positives on operations
such as <code>x: list[int | None] = [None] * 2</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24197">#24197</a>)</li>
<li>Sync vendored typeshed stubs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24340">#24340</a>).
<a
href="https://github.com/python/typeshed/compare/f8f0794d0fe249c06dc9f31a004d85be6cca6ced...c5e47faeda2cf9d233f91bc1dc95814b0cc7ccba">Typeshed
diff</a></li>
<li>Tighten up validation of subscripts and attributes in type
expressions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24329">#24329</a>)</li>
<li>Use <code>infer_type_expression</code> for parsing parameter
annotations and return-type annotations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24353">#24353</a>)</li>
<li>Use <code>infer_type_expression</code> for validating PEP-613 type
aliases (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24370">#24370</a>)</li>
<li>Validate TypedDict fields when subclassing (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24338">#24338</a>)</li>
<li>Validate type qualifiers in functional TypedDict fields and the
<code>extra_items</code> keyword to functional TypedDicts (<a
href="https://redirect.github.com/astral-sh/ruff/pull/24360">#24360</a>)</li>
<li>Improve diagnostics for invalid functional <code>TypedDict</code>s
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/24345">#24345</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/438a78d688a38781e0675e57874b30dfed5fc964"><code>438a78d</code></a>
Bump version to 0.0.29 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3218">#3218</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/927aad261f59c957f83237471b4441dfce1ff425"><code>927aad2</code></a>
Bump version to 0.0.28 (<a
href="https://redirect.github.com/astral-sh/ty/issues/3206">#3206</a>)</li>
<li><a
href="https://github.com/astral-sh/ty/commit/29d288e5e8012277f94aff7fdcff913b65f13f39"><code>29d288e</code></a>
Publish installers to <code>/installers/ty/latest</code> on the mirror
(<a
href="https://redirect.github.com/astral-sh/ty/issues/3202">#3202</a>)</li>
<li>See full diff in <a
href="https://github.com/astral-sh/ty/compare/0.0.27...0.0.29">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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 056b0f3 commit 1ec4a13
1 file changed
Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments