Skip to content

Commit acc6ff9

Browse files
Bump ty from 0.0.38 to 0.0.39 in the python group (#200)
Bumps the python group with 1 update: [ty](https://github.com/astral-sh/ty). Updates `ty` from 0.0.38 to 0.0.39 <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.39</h2> <h2>Release Notes</h2> <p>Released on 2026-05-22.</p> <p>This release removes the Python 3.9 branches from our vendored standard library stubs. ty now only has &quot;full&quot; support for Python 3.10 and later, but will still report version-specific syntax errors and other diagnostics when <code>--python-version 3.9</code> is provided via the CLI.</p> <h3>Bug fixes</h3> <ul> <li>Avoid panicking on <code>__new__</code> assignments to classes (<a href="https://redirect.github.com/astral-sh/ruff/pull/25282">#25282</a>)</li> <li>Preserve declaration order when synthesizing class fields (<a href="https://redirect.github.com/astral-sh/ruff/pull/25249">#25249</a>)</li> <li>Respect <code>dict</code>-compatible fallbacks in TypedDict unions (<a href="https://redirect.github.com/astral-sh/ruff/pull/25242">#25242</a>)</li> <li>Retain recursively-defined state in binary expressions (<a href="https://redirect.github.com/astral-sh/ruff/pull/25277">#25277</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Add Quick Fix to remove redundant cast (<a href="https://redirect.github.com/astral-sh/ruff/pull/25211">#25211</a>)</li> <li>Classify property declaration semantic tokens (<a href="https://redirect.github.com/astral-sh/ruff/pull/25322">#25322</a>)</li> <li>Escape HTML syntax in docstring rendering (<a href="https://redirect.github.com/astral-sh/ruff/pull/25247">#25247</a>)</li> <li>Prefer symbols from standard library over those of the same name from third party libraries for import completions. (<a href="https://redirect.github.com/astral-sh/ruff/pull/25108">#25108</a>)</li> <li>Support type aliases in document symbols (<a href="https://redirect.github.com/astral-sh/ruff/pull/25302">#25302</a>)</li> </ul> <h3>Diagnostics</h3> <ul> <li>Add error context for extra callable parameters (<a href="https://redirect.github.com/astral-sh/ruff/pull/25269">#25269</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid exponential blow-up in fall-through narrowing (<a href="https://redirect.github.com/astral-sh/ruff/pull/25278">#25278</a>)</li> <li>Speed up include filtering for projects with many literal include patterns (<a href="https://redirect.github.com/astral-sh/ruff/pull/25266">#25266</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Allow enum member accesses on <code>self</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/25077">#25077</a>)</li> <li>Emit a diagnostic for subclassing with <code>order=True</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/21704">#21704</a>)</li> <li>Full-scope bidirectional inference for unconstrained container literals (<a href="https://redirect.github.com/astral-sh/ruff/pull/25279">#25279</a>)</li> <li>Infer <code>dict(TypedDict)</code> as <code>dict[str, object]</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/24852">#24852</a>)</li> <li>Refine Callable class-decorator fallback for unknown results (<a href="https://redirect.github.com/astral-sh/ruff/pull/25250">#25250</a>)</li> <li>Reject incompatible explicit variance in generic base classes (<a href="https://redirect.github.com/astral-sh/ruff/pull/25327">#25327</a>)</li> <li>Support multi-inference through type aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/25245">#25245</a>)</li> <li>Sync vendored typeshed stubs (<a href="https://redirect.github.com/astral-sh/ruff/pull/25271">#25271</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/25172">#25172</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/ibraheemdev"><code>@​ibraheemdev</code></a></li> <li><a href="https://github.com/MatthewMckee4"><code>@​MatthewMckee4</code></a></li> <li><a href="https://github.com/sqqueak"><code>@​sqqueak</code></a></li> <li><a href="https://github.com/lerebear"><code>@​lerebear</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.39</h2> <p>Released on 2026-05-22.</p> <p>This release removes the Python 3.9 branches from our vendored standard library stubs. ty now only has &quot;full&quot; support for Python 3.10 and later, but will still report version-specific syntax errors and other diagnostics when <code>--python-version 3.9</code> is provided via the CLI.</p> <h3>Bug fixes</h3> <ul> <li>Avoid panicking on <code>__new__</code> assignments to classes (<a href="https://redirect.github.com/astral-sh/ruff/pull/25282">#25282</a>)</li> <li>Preserve declaration order when synthesizing class fields (<a href="https://redirect.github.com/astral-sh/ruff/pull/25249">#25249</a>)</li> <li>Respect <code>dict</code>-compatible fallbacks in TypedDict unions (<a href="https://redirect.github.com/astral-sh/ruff/pull/25242">#25242</a>)</li> <li>Retain recursively-defined state in binary expressions (<a href="https://redirect.github.com/astral-sh/ruff/pull/25277">#25277</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Add Quick Fix to remove redundant cast (<a href="https://redirect.github.com/astral-sh/ruff/pull/25211">#25211</a>)</li> <li>Classify property declaration semantic tokens (<a href="https://redirect.github.com/astral-sh/ruff/pull/25322">#25322</a>)</li> <li>Escape HTML syntax in docstring rendering (<a href="https://redirect.github.com/astral-sh/ruff/pull/25247">#25247</a>)</li> <li>Prefer symbols from standard library over those of the same name from third party libraries for import completions. (<a href="https://redirect.github.com/astral-sh/ruff/pull/25108">#25108</a>)</li> <li>Support type aliases in document symbols (<a href="https://redirect.github.com/astral-sh/ruff/pull/25302">#25302</a>)</li> </ul> <h3>Diagnostics</h3> <ul> <li>Add error context for extra callable parameters (<a href="https://redirect.github.com/astral-sh/ruff/pull/25269">#25269</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid exponential blow-up in fall-through narrowing (<a href="https://redirect.github.com/astral-sh/ruff/pull/25278">#25278</a>)</li> <li>Speed up include filtering for projects with many literal include patterns (<a href="https://redirect.github.com/astral-sh/ruff/pull/25266">#25266</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Allow enum member accesses on <code>self</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/25077">#25077</a>)</li> <li>Emit a diagnostic for subclassing with <code>order=True</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/21704">#21704</a>)</li> <li>Full-scope bidirectional inference for unconstrained container literals (<a href="https://redirect.github.com/astral-sh/ruff/pull/25279">#25279</a>)</li> <li>Infer <code>dict(TypedDict)</code> as <code>dict[str, object]</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/24852">#24852</a>)</li> <li>Refine Callable class-decorator fallback for unknown results (<a href="https://redirect.github.com/astral-sh/ruff/pull/25250">#25250</a>)</li> <li>Reject incompatible explicit variance in generic base classes (<a href="https://redirect.github.com/astral-sh/ruff/pull/25327">#25327</a>)</li> <li>Support multi-inference through type aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/25245">#25245</a>)</li> <li>Sync vendored typeshed stubs (<a href="https://redirect.github.com/astral-sh/ruff/pull/25271">#25271</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/25172">#25172</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/ibraheemdev"><code>@​ibraheemdev</code></a></li> <li><a href="https://github.com/MatthewMckee4"><code>@​MatthewMckee4</code></a></li> <li><a href="https://github.com/sqqueak"><code>@​sqqueak</code></a></li> <li><a href="https://github.com/lerebear"><code>@​lerebear</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/0205125174c135d6fc4014244dee374678b61c72"><code>0205125</code></a> Bump version to 0.0.39 (<a href="https://redirect.github.com/astral-sh/ty/issues/3516">#3516</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/ae8058d40e641b545bbad046c487e964206a2286"><code>ae8058d</code></a> Update maturin to v1.13.3 (<a href="https://redirect.github.com/astral-sh/ty/issues/3494">#3494</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/33b60f8ad0f2da648b867831548a4b8c7985647d"><code>33b60f8</code></a> Update prek dependencies (<a href="https://redirect.github.com/astral-sh/ty/issues/3495">#3495</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/ty/compare/0.0.38...0.0.39">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ty&package-manager=uv&previous-version=0.0.38&new-version=0.0.39)](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>
1 parent 04d9a2e commit acc6ff9

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

uv.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)