Skip to content

build(deps-dev): Bump ty from 0.0.49 to 0.0.50#2383

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/master/ty-0.0.50
Open

build(deps-dev): Bump ty from 0.0.49 to 0.0.50#2383
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/master/ty-0.0.50

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ty from 0.0.49 to 0.0.50.

Release notes

Sourced from ty's releases.

0.0.50

Release Notes

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)
  • Show bare Final as a special form on hover (#26029)
  • Support options in functional dataclass calls (#25989)

LSP server

  • Add context-sensitive keyword completions (#26036)
  • Fix wildcard import symbol range (#25740)
  • Highlight decorated methods consistently (#26003)
  • Preserve narrowing after qualified TYPE_CHECKING (#26051)
  • Respect client's content format preference (#25957)
  • Retain all diagnostic annotations in the server (#26006)
  • Track unused-binding captures across nested scopes (#25536)

Diagnostics

  • Fix override diagnostics for decorated methods (#25671)
  • Improve duplicate-base diagnostics (#26107)
  • Reject invalid dataclass flag combinations (#25985)
  • Reject legacy TypeVars in PEP 695 class bases (#25975)
  • Reject legacy TypeVars in PEP 695 functions (#25979)
  • Respect @no_type_check in function validation (#25994)

Performance

  • Avoid rebuilding unchanged specializations (#25826)
  • Avoid redundant equality intersections (#26057)
  • Avoid retaining empty use-def tables (#26018)
  • Compact retained definition inference extras (#25838)
  • Deduplicate retained scope inference types (#25846)
  • Disable LRU tracking for one-shot checks (#26106)
  • Fast path collection literals with exact type contexts (#25878)
  • Flatten retained declaration states (#25912)
  • Improve flow snapshot performance (#26012)
  • Skip stub package checks in stub-free search paths (#25963)
  • Speed up large-union narrowing (#26048)
  • Speed up module resolution for projects with many search paths (#25962)
  • Store cumulative binding end offsets (#25913)
  • Use compact frozen representation for narrowing constraints (#25990)

... (truncated)

Changelog

Sourced from ty's changelog.

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)
  • Show bare Final as a special form on hover (#26029)
  • Support options in functional dataclass calls (#25989)

LSP server

  • Add context-sensitive keyword completions (#26036)
  • Fix wildcard import symbol range (#25740)
  • Highlight decorated methods consistently (#26003)
  • Preserve narrowing after qualified TYPE_CHECKING (#26051)
  • Respect client's content format preference (#25957)
  • Retain all diagnostic annotations in the server (#26006)
  • Track unused-binding captures across nested scopes (#25536)

Diagnostics

  • Fix override diagnostics for decorated methods (#25671)
  • Improve duplicate-base diagnostics (#26107)
  • Reject invalid dataclass flag combinations (#25985)
  • Reject legacy TypeVars in PEP 695 class bases (#25975)
  • Reject legacy TypeVars in PEP 695 functions (#25979)
  • Respect @no_type_check in function validation (#25994)

Performance

  • Avoid rebuilding unchanged specializations (#25826)
  • Avoid redundant equality intersections (#26057)
  • Avoid retaining empty use-def tables (#26018)
  • Compact retained definition inference extras (#25838)
  • Deduplicate retained scope inference types (#25846)
  • Disable LRU tracking for one-shot checks (#26106)
  • Fast path collection literals with exact type contexts (#25878)
  • Flatten retained declaration states (#25912)
  • Improve flow snapshot performance (#26012)
  • Skip stub package checks in stub-free search paths (#25963)
  • Speed up large-union narrowing (#26048)
  • Speed up module resolution for projects with many search paths (#25962)
  • Store cumulative binding end offsets (#25913)
  • Use compact frozen representation for narrowing constraints (#25990)

Core type checking

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

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.50
  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 18, 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