[PR #6672] chore(deps-dev): bump ty from 0.0.1a27 to 0.0.11 in /libs/sdk-py #5207

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

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

State: closed
Merged: No


Bumps ty from 0.0.1a27 to 0.0.11.

Release notes

Sourced from ty's releases.

0.0.11

Release Notes

Released on 2026-01-09.

Bug fixes

  • Fix super() with TypeVar-annotated self and cls parameter (#22208)
  • Only consider fully static pivots when deriving transitive constraints (#22444)

LSP server

  • Don't show diagnostics for excluded files (#22455)
  • Fix goto definition for relative imports in third-party files (#22457)
  • Improve completion ranking based on origin and exact match (#22460)
  • Rank top-level module symbols above most other symbols (#22465)

Configuration

  • Enable unused-type-ignore-comment by default (#22474)

Performance

  • Improve UnionBuilder performance by changing Type::is_subtype_of calls to Type::is_redundant_with (#22337)
  • Optimize union building for unions with many enum-literal members (#22363)-

Other changes

  • Declare support for Python 3.14 (#2407)
  • Remove dark-mode handling from PyPI-uploaded README (#2422)

Contributors

Install ty 0.0.11

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.11

Released on 2026-01-09.

Bug fixes

  • Fix super() with TypeVar-annotated self and cls parameter (#22208)
  • Only consider fully static pivots when deriving transitive constraints (#22444)

LSP server

  • Don't show diagnostics for excluded files (#22455)
  • Fix goto definition for relative imports in third-party files (#22457)
  • Improve completion ranking based on origin and exact match (#22460)
  • Rank top-level module symbols above most other symbols (#22465)

Configuration

  • Enable unused-type-ignore-comment by default (#22474)

Performance

  • Improve UnionBuilder performance by changing Type::is_subtype_of calls to Type::is_redundant_with (#22337)
  • Optimize union building for unions with many enum-literal members (#22363)-

Other changes

  • Declare support for Python 3.14 (#2407)
  • Remove dark-mode handling from PyPI-uploaded README (#2422)

Contributors

0.0.10

Released on 2026-01-07.

Bug fixes

  • Fix stack overflow due to too small stack size (#22433)
  • Fix stale semantic tokens after opening the same document with new content (#22414)
  • Fix handling of ParamSpec in overloaded functions (#22416)
  • Fix comparisons and arithmetic with NewTypes of float (#22105)
  • Fix several issues with unannotated function return types (#22425)

... (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/6672 **State:** closed **Merged:** No --- Bumps [ty](https://github.com/astral-sh/ty) from 0.0.1a27 to 0.0.11. <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.11</h2> <h2>Release Notes</h2> <p>Released on 2026-01-09.</p> <h3>Bug fixes</h3> <ul> <li>Fix <code>super()</code> with TypeVar-annotated <code>self</code> and <code>cls</code> parameter (<a href="https://redirect.github.com/astral-sh/ruff/pull/22208">#22208</a>)</li> <li>Only consider fully static pivots when deriving transitive constraints (<a href="https://redirect.github.com/astral-sh/ruff/pull/22444">#22444</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Don't show diagnostics for excluded files (<a href="https://redirect.github.com/astral-sh/ruff/pull/22455">#22455</a>)</li> <li>Fix goto definition for relative imports in third-party files (<a href="https://redirect.github.com/astral-sh/ruff/pull/22457">#22457</a>)</li> <li>Improve completion ranking based on origin and exact match (<a href="https://redirect.github.com/astral-sh/ruff/pull/22460">#22460</a>)</li> <li>Rank top-level module symbols above most other symbols (<a href="https://redirect.github.com/astral-sh/ruff/pull/22465">#22465</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Enable <code>unused-type-ignore-comment</code> by default (<a href="https://redirect.github.com/astral-sh/ruff/pull/22474">#22474</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Improve <code>UnionBuilder</code> performance by changing <code>Type::is_subtype_of</code> calls to <code>Type::is_redundant_with</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/22337">#22337</a>)</li> <li>Optimize union building for unions with many enum-literal members (<a href="https://redirect.github.com/astral-sh/ruff/pull/22363">#22363</a>)-</li> </ul> <h3>Other changes</h3> <ul> <li>Declare support for Python 3.14 (<a href="https://redirect.github.com/astral-sh/ty/pull/2407">#2407</a>)</li> <li>Remove dark-mode handling from PyPI-uploaded README (<a href="https://redirect.github.com/astral-sh/ty/pull/2422">#2422</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a></li> <li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/BurntSushi"><code>@​BurntSushi</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/dcreager"><code>@​dcreager</code></a></li> </ul> <h2>Install ty 0.0.11</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.11/ty-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <!-- 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.11</h2> <p>Released on 2026-01-09.</p> <h3>Bug fixes</h3> <ul> <li>Fix <code>super()</code> with TypeVar-annotated <code>self</code> and <code>cls</code> parameter (<a href="https://redirect.github.com/astral-sh/ruff/pull/22208">#22208</a>)</li> <li>Only consider fully static pivots when deriving transitive constraints (<a href="https://redirect.github.com/astral-sh/ruff/pull/22444">#22444</a>)</li> </ul> <h3>LSP server</h3> <ul> <li>Don't show diagnostics for excluded files (<a href="https://redirect.github.com/astral-sh/ruff/pull/22455">#22455</a>)</li> <li>Fix goto definition for relative imports in third-party files (<a href="https://redirect.github.com/astral-sh/ruff/pull/22457">#22457</a>)</li> <li>Improve completion ranking based on origin and exact match (<a href="https://redirect.github.com/astral-sh/ruff/pull/22460">#22460</a>)</li> <li>Rank top-level module symbols above most other symbols (<a href="https://redirect.github.com/astral-sh/ruff/pull/22465">#22465</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Enable <code>unused-type-ignore-comment</code> by default (<a href="https://redirect.github.com/astral-sh/ruff/pull/22474">#22474</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Improve <code>UnionBuilder</code> performance by changing <code>Type::is_subtype_of</code> calls to <code>Type::is_redundant_with</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/22337">#22337</a>)</li> <li>Optimize union building for unions with many enum-literal members (<a href="https://redirect.github.com/astral-sh/ruff/pull/22363">#22363</a>)-</li> </ul> <h3>Other changes</h3> <ul> <li>Declare support for Python 3.14 (<a href="https://redirect.github.com/astral-sh/ty/pull/2407">#2407</a>)</li> <li>Remove dark-mode handling from PyPI-uploaded README (<a href="https://redirect.github.com/astral-sh/ty/pull/2422">#2422</a>)</li> </ul> <h3>Contributors</h3> <ul> <li><a href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a></li> <li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/BurntSushi"><code>@​BurntSushi</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/dcreager"><code>@​dcreager</code></a></li> </ul> <h2>0.0.10</h2> <p>Released on 2026-01-07.</p> <h3>Bug fixes</h3> <ul> <li>Fix stack overflow due to too small stack size (<a href="https://redirect.github.com/astral-sh/ruff/pull/22433">#22433</a>)</li> <li>Fix stale semantic tokens after opening the same document with new content (<a href="https://redirect.github.com/astral-sh/ruff/pull/22414">#22414</a>)</li> <li>Fix handling of <code>ParamSpec</code> in overloaded functions (<a href="https://redirect.github.com/astral-sh/ruff/pull/22416">#22416</a>)</li> <li>Fix comparisons and arithmetic with <code>NewType</code>s of <code>float</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/22105">#22105</a>)</li> <li>Fix several issues with unannotated function return types (<a href="https://redirect.github.com/astral-sh/ruff/pull/22425">#22425</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/830cb9cc67435e18587b47c47ec005f993c55349"><code>830cb9c</code></a> Bump version to 0.0.11 (<a href="https://redirect.github.com/astral-sh/ty/issues/2425">#2425</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/c5d2a86b451315c5e17d52fca352eed4ee62d754"><code>c5d2a86</code></a> Remove dark-mode handling from PyPI-uploaded README (<a href="https://redirect.github.com/astral-sh/ty/issues/2422">#2422</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/a3f7f6af6035541de6a2c54107c36944cc1610f1"><code>a3f7f6a</code></a> Add <code>language: golang</code> to actionlint pre-commit hook (<a href="https://redirect.github.com/astral-sh/ty/issues/2423">#2423</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/d630988a4349beadd51c2a20f41293b02d83dffc"><code>d630988</code></a> Declare support for Python 3.14 (<a href="https://redirect.github.com/astral-sh/ty/issues/2407">#2407</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/4f5197a4c0f5767a5fb133902d1fa6943d37c3f1"><code>4f5197a</code></a> pin maturin version to the same one uv uses (<a href="https://redirect.github.com/astral-sh/ty/issues/2387">#2387</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/d18902cdcc4d39badfad86c88e89b866a809c881"><code>d18902c</code></a> Bump version to 0.0.10 (<a href="https://redirect.github.com/astral-sh/ty/issues/2381">#2381</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/f1652f05d82fe4ee9073f03a2465be2cf7782e8e"><code>f1652f0</code></a> Bump version to 0.0.9 (<a href="https://redirect.github.com/astral-sh/ty/issues/2338">#2338</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/aaa9c82cf2d238ab543cf426c180f63b2563ea00"><code>aaa9c82</code></a> Update actions/checkout to 6.0.1 in release workflow (<a href="https://redirect.github.com/astral-sh/ty/issues/2330">#2330</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/3c2f43fe0b1f1538ba279358120c87f435df500a"><code>3c2f43f</code></a> Update actions/download-artifact 7.0.0 in release workflow (<a href="https://redirect.github.com/astral-sh/ty/issues/2331">#2331</a>)</li> <li><a href="https://github.com/astral-sh/ty/commit/9d8fd8661facaf8aeeca637bdc32c5dd3b9b3854"><code>9d8fd86</code></a> Update actions/upload-artifact digest to 6.0.0 in release workflow (<a href="https://redirect.github.com/astral-sh/ty/issues/2332">#2332</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ty/compare/0.0.1-alpha.27...0.0.11">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.11)](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:22 -05:00
yindo closed this issue 2026-02-20 17:51:22 -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#5207