Skip to content

chore(deps-dev): bump ty from 0.0.49 to 0.0.51#47

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/uv/ty-0.0.51
Open

chore(deps-dev): bump ty from 0.0.49 to 0.0.51#47
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/uv/ty-0.0.51

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor

Bumps ty from 0.0.49 to 0.0.51.

Release notes

Sourced from ty's releases.

0.0.51

Release Notes

Released on 2026-06-18.

Bug fixes

  • Fix bound TypeVar default cycle recovery (#26124)
  • Support Annotated[Any, ...] as a class base (#26133)

LSP server

  • Suggest keyword-only arguments between variadic parameters (#26134)

Core type checking

  • Avoid assuming classes with Any or Unknown bases are descriptors (#26120)
  • Infer simpler types in complex lambda cycles (#26137)
  • Preserve exact class objects during identity narrowing (#26117)

Diagnostics

  • Preserve unpacking diagnostics for nested assignment targets (#26121)

Performance

  • Compact indexed AST node storage (#25998)
  • Discard dead DNF branches in intersection building (#26144)

Documentation

  • Remove broken gradual guarantee link (#3806)

Contributors

Install ty 0.0.51

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.51

Released on 2026-06-18.

Bug fixes

  • Fix bound TypeVar default cycle recovery (#26124)
  • Support Annotated[Any, ...] as a class base (#26133)

LSP server

  • Suggest keyword-only arguments between variadic parameters (#26134)

Core type checking

  • Avoid assuming classes with Any or Unknown bases are descriptors (#26120)
  • Infer simpler types in complex lambda cycles (#26137)
  • Preserve exact class objects during identity narrowing (#26117)

Diagnostics

  • Preserve unpacking diagnostics for nested assignment targets (#26121)

Performance

  • Compact indexed AST node storage (#25998)
  • Discard dead DNF branches in intersection building (#26144)

Documentation

  • Remove broken gradual guarantee link (#3806)

Contributors

0.0.50

Released on 2026-06-17.

Bug fixes

  • Avoid cross-TypeVar leakage in generic inference (#26099)
  • Fix panic from oscillating collection-use constraints (#26031)
  • Preserve type variables in fixed tuple aliases (#26041)
  • Respect ParamSpec binding contexts (#25993)

... (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 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)

Bumps [ty](https://github.com/astral-sh/ty) from 0.0.49 to 0.0.51.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.49...0.0.51)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.51
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants