[PR #6549] chore(deps-dev): bump ty from 0.0.1a27 to 0.0.1a32 in /libs/sdk-py #5117

Closed
opened 2026-02-20 17:51:15 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/6549

State: closed
Merged: No


Bumps ty from 0.0.1a27 to 0.0.1a32.

Release notes

Sourced from ty's releases.

0.0.1-alpha.32

Release Notes

Released on 2025-12-05.

LSP server

  • Provide auto-import completion suggestions for modules in more situations (#21799)
  • Always register the ty server as a rename provider if the LSP client doesn't support dynamic registration (#21789)
  • Support auto-import of re-exported symbols in completion suggestions (#21779)
  • Support renaming import aliases (#21792)

Core type checking

  • Support ParamSpec (#21445)
  • Improve the accuracy of the inferred Callable supertype of generic classes (#21798)
  • Increase the limit on the number of elements in a non-recursively defined literal union (#21683)
  • Fix panics on mutually recursive generic protocols by normalizing the bounds/constraints of cyclic type variables (#21800)

Other changes

  • Minor improvements to assert_type diagnostics (#21811)
  • Fix a panic in recursive + generic type aliases (#21718)
  • Fix a panic when instantiating a type variable with invalid constraints (#21663)

Contributors

Install ty 0.0.1-alpha.32

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ty/releases/download/0.0.1-alpha.32/ty-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ty/releases/download/0.0.1-alpha.32/ty-installer.ps1 | iex"

Download ty 0.0.1-alpha.32

... (truncated)

Changelog

Sourced from ty's changelog.

Changelog

0.0.1-alpha.32

Released on 2025-12-05.

LSP server

  • Provide auto-import completion suggestions for modules in more situations (#21799)
  • Always register the ty server as a rename provider if the LSP client doesn't support dynamic registration (#21789)
  • Support auto-import of re-exported symbols in completion suggestions (#21779)
  • Support renaming import aliases (#21792)

Core type checking

  • Support ParamSpec (#21445)
  • Improve the accuracy of the inferred Callable supertype of generic classes (#21798)
  • Increase the limit on the number of elements in a non-recursively defined literal union (#21683)
  • Fix panics on mutually recursive generic protocols by normalizing the bounds/constraints of cyclic type variables (#21800)

Other changes

  • Minor improvements to assert_type diagnostics (#21811)
  • Fix a panic in recursive + generic type aliases (#21718)
  • Fix a panic when instantiating a type variable with invalid constraints (#21663)

Contributors

0.0.1-alpha.31

Released on 2025-12-04.

Bug fixes

  • Fix incorrect possibly-missing-attribute diagnostics for asyncio imports on Python 3.14 (#21776)
  • Fix panic for recursive type aliases (#21778)

Core type checking

  • Try ancestor pyproject.toml directories as search-paths if module resolution fails (#21745)
  • Sync vendored typeshed stubs (#21715) Typeshed diff

... (truncated)

Commits

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)
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/6549 **State:** closed **Merged:** No --- Bumps [ty](https://github.com/astral-sh/ty) from 0.0.1a27 to 0.0.1a32. <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.1-alpha.32</h2> <h2>Release Notes</h2> <p>Released on 2025-12-05.</p> <h3>LSP server</h3> <ul> <li>Provide auto-import completion suggestions for modules in more situations (<a href="https://redirect.github.com/astral-sh/ruff/pull/21799">#21799</a>)</li> <li>Always register the ty server as a <a href="https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rename">rename provider</a> if the LSP client doesn't support dynamic registration (<a href="https://redirect.github.com/astral-sh/ruff/pull/21789">#21789</a>)</li> <li>Support auto-import of re-exported symbols in completion suggestions (<a href="https://redirect.github.com/astral-sh/ruff/pull/21779">#21779</a>)</li> <li>Support renaming import aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/21792">#21792</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Support <code>ParamSpec</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/21445">#21445</a>)</li> <li>Improve the accuracy of the inferred <code>Callable</code> supertype of generic classes (<a href="https://redirect.github.com/astral-sh/ruff/pull/21798">#21798</a>)</li> <li>Increase the limit on the number of elements in a non-recursively defined literal union (<a href="https://redirect.github.com/astral-sh/ruff/pull/21683">#21683</a>)</li> <li>Fix panics on mutually recursive generic protocols by normalizing the bounds/constraints of cyclic type variables (<a href="https://redirect.github.com/astral-sh/ruff/pull/21800">#21800</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Minor improvements to <code>assert_type</code> diagnostics (<a href="https://redirect.github.com/astral-sh/ruff/pull/21811">#21811</a>)</li> <li>Fix a panic in recursive + generic type aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/21718">#21718</a>)</li> <li>Fix a panic when instantiating a type variable with invalid constraints (<a href="https://redirect.github.com/astral-sh/ruff/pull/21663">#21663</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/BurntSushi"><code>@​BurntSushi</code></a></li> <li><a href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/mtshiba"><code>@​mtshiba</code></a></li> <li><a href="https://github.com/dcreager"><code>@​dcreager</code></a></li> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li> </ul> <h2>Install ty 0.0.1-alpha.32</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ty/releases/download/0.0.1-alpha.32/ty-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm https://github.com/astral-sh/ty/releases/download/0.0.1-alpha.32/ty-installer.ps1 | iex&quot; </code></pre> <h2>Download ty 0.0.1-alpha.32</h2> <!-- 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> <h1>Changelog</h1> <h2>0.0.1-alpha.32</h2> <p>Released on 2025-12-05.</p> <h3>LSP server</h3> <ul> <li>Provide auto-import completion suggestions for modules in more situations (<a href="https://redirect.github.com/astral-sh/ruff/pull/21799">#21799</a>)</li> <li>Always register the ty server as a <a href="https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rename">rename provider</a> if the LSP client doesn't support dynamic registration (<a href="https://redirect.github.com/astral-sh/ruff/pull/21789">#21789</a>)</li> <li>Support auto-import of re-exported symbols in completion suggestions (<a href="https://redirect.github.com/astral-sh/ruff/pull/21779">#21779</a>)</li> <li>Support renaming import aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/21792">#21792</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Support <code>ParamSpec</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/21445">#21445</a>)</li> <li>Improve the accuracy of the inferred <code>Callable</code> supertype of generic classes (<a href="https://redirect.github.com/astral-sh/ruff/pull/21798">#21798</a>)</li> <li>Increase the limit on the number of elements in a non-recursively defined literal union (<a href="https://redirect.github.com/astral-sh/ruff/pull/21683">#21683</a>)</li> <li>Fix panics on mutually recursive generic protocols by normalizing the bounds/constraints of cyclic type variables (<a href="https://redirect.github.com/astral-sh/ruff/pull/21800">#21800</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Minor improvements to <code>assert_type</code> diagnostics (<a href="https://redirect.github.com/astral-sh/ruff/pull/21811">#21811</a>)</li> <li>Fix a panic in recursive + generic type aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/21718">#21718</a>)</li> <li>Fix a panic when instantiating a type variable with invalid constraints (<a href="https://redirect.github.com/astral-sh/ruff/pull/21663">#21663</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/BurntSushi"><code>@​BurntSushi</code></a></li> <li><a href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/mtshiba"><code>@​mtshiba</code></a></li> <li><a href="https://github.com/dcreager"><code>@​dcreager</code></a></li> <li><a href="https://github.com/carljm"><code>@​carljm</code></a></li> <li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li> </ul> <h2>0.0.1-alpha.31</h2> <p>Released on 2025-12-04.</p> <h3>Bug fixes</h3> <ul> <li>Fix incorrect <code>possibly-missing-attribute</code> diagnostics for <code>asyncio</code> imports on Python 3.14 (<a href="https://redirect.github.com/astral-sh/ruff/pull/21776">#21776</a>)</li> <li>Fix panic for recursive type aliases (<a href="https://redirect.github.com/astral-sh/ruff/pull/21778">#21778</a>)</li> </ul> <h3>Core type checking</h3> <ul> <li>Try ancestor <code>pyproject.toml</code> directories as search-paths if module resolution fails (<a href="https://redirect.github.com/astral-sh/ruff/pull/21745">#21745</a>)</li> <li>Sync vendored typeshed stubs (<a href="https://redirect.github.com/astral-sh/ruff/pull/21715">#21715</a>) <a href="https://github.com/python/typeshed/compare/f8cdc0bd526301e873cd952eb0d457bdf2554e57...ef2b90c67e5c668b91b3ae121baf00ee5165c30b">Typeshed diff</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/84a1881169fe0d5c0e012d405ed1c0c8a4dcb7c6"><code>84a1881</code></a> Bump version to 0.0.1-alpha.32 (<a href="https://redirect.github.com/astral-sh/ty/issues/1785">#1785</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/51c73d687778144c030324ef36cbba6303a28475"><code>51c73d6</code></a> Bump version to 0.0.1-alpha.31 (<a href="https://redirect.github.com/astral-sh/ty/issues/1751">#1751</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/d5754d3b5e0643025eb45a5ae4e95966a3d57518"><code>d5754d3</code></a> Bump version to 0.0.1a30 (<a href="https://redirect.github.com/astral-sh/ty/issues/1743">#1743</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/b6171dbb7e4868287e8706614ed3944e60a149a4"><code>b6171db</code></a> Use our org-wide Renovate preset (<a href="https://redirect.github.com/astral-sh/ty/issues/1726">#1726</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/a362ad2be88d56cf87fe12760dc8794fd155a883"><code>a362ad2</code></a> Use <code>npm ci --ignore-scripts</code> instead of <code>npm install</code> (<a href="https://redirect.github.com/astral-sh/ty/issues/1722">#1722</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/90e2851ec1bb00fa1f6ac2097a737975bf1f521a"><code>90e2851</code></a> Update Swatinem/rust-cache action to v2.8.2 (<a href="https://redirect.github.com/astral-sh/ty/issues/1695">#1695</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/6d5d4bbe28d28ced63f3a8e0bb4283e07d883e1b"><code>6d5d4bb</code></a> Update docker/metadata-action action to v5.10.0 (<a href="https://redirect.github.com/astral-sh/ty/issues/1697">#1697</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/925d2664443ff36d555f4f8181ec22654b552df9"><code>925d266</code></a> Update actions/setup-python action to v6.1.0 (<a href="https://redirect.github.com/astral-sh/ty/issues/1696">#1696</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/619f1b8c5d63439a3007a95b7bdcf80e43cc7a81"><code>619f1b8</code></a> Update pre-commit dependencies (<a href="https://redirect.github.com/astral-sh/ty/issues/1694">#1694</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/0c3cae4948997f2c880895880f0e0c58efd5732a"><code>0c3cae4</code></a> Bump version to 0.0.1.a29 (<a href="https://redirect.github.com/astral-sh/ty/issues/1663">#1663</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ty/compare/0.0.1-alpha.27...0.0.1-alpha.32">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ty&package-manager=pip&previous-version=0.0.1a27&new-version=0.0.1a32)](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>
yindo added the pull-request label 2026-02-20 17:51:15 -05:00
yindo closed this issue 2026-02-20 17:51:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#5117