Skip to content

build(deps-dev): bump ty from 0.0.60 to 0.0.62#2204

Merged
iMicknl merged 1 commit into
mainfrom
dependabot/uv/ty-0.0.62
Jul 22, 2026
Merged

build(deps-dev): bump ty from 0.0.60 to 0.0.62#2204
iMicknl merged 1 commit into
mainfrom
dependabot/uv/ty-0.0.62

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps ty from 0.0.60 to 0.0.62.

Release notes

Sourced from ty's releases.

0.0.62

Release Notes

Released on 2026-07-21.

Bug fixes

  • Guard recursive Protocol and TypedDict relations (#26990)
  • Prevent stack overflows in recursive type relation checks (#26503)
  • Recover from cancelled file indexing (#26876)

Diagnostics

  • Avoid editing ignore comments with trailing reasons (#26939)
  • Prefer innermost inline suppressions (#26940)
  • Remove unused own-line ignore comments (#27013)
  • Reuse applicable own-line suppressions in --add-ignore (#26925)

Configuration

  • Respect rules and analysis in PEP 723 script metadata configurations (#26671)

Core type checking

  • Accept gradual constrained TypeVar solutions (#26965)
  • Avoid recursive TypeVarTuple alias expansion (#27032)
  • Check inherited method conflicts via the MRO (#27019)
  • Contextually infer custom __setattr__ assignments (#27015)
  • Fix Callable isinstance reachability (#26970)
  • Fix Just[float] protocol matching (#27053)
  • Fix Self binding for classmethod __new__ constructors (#27030)
  • Fix nested short-circuit flow snapshots (#26956)
  • Gate TypedDict PEP 728 parameters by Python version (#26968)
  • Improve match reachability inference around value-pattern branches (#26979)
  • Make membership and equality narrowing consistent (#26982)
  • Preserve constrained TypeVar equality narrowing (#26988)
  • Preserve constrained TypeVar inequality narrowing (#26995)
  • Preserve unsatisfiable generic call constraints (#26964)
  • Respect bounded typevars in union inference (#27023)
  • Respect metaclass __setattr__ for class attributes (#27000)

Performance

  • Cache non-terminal-call reachability prefixes (#26810)
  • Cache protocol Self binding (#26997)
  • Cache sparse reachability checkpoints (#26811)
  • Defer statement-call narrowing gates (#26793)

Contributors

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.62

Released on 2026-07-21.

Bug fixes

  • Guard recursive Protocol and TypedDict relations (#26990)
  • Prevent stack overflows in recursive type relation checks (#26503)
  • Recover from cancelled file indexing (#26876)

Diagnostics

  • Avoid editing ignore comments with trailing reasons (#26939)
  • Prefer innermost inline suppressions (#26940)
  • Remove unused own-line ignore comments (#27013)
  • Reuse applicable own-line suppressions in --add-ignore (#26925)

Configuration

  • Respect rules and analysis in PEP 723 script metadata configurations (#26671)

Core type checking

  • Accept gradual constrained TypeVar solutions (#26965)
  • Avoid recursive TypeVarTuple alias expansion (#27032)
  • Check inherited method conflicts via the MRO (#27019)
  • Contextually infer custom __setattr__ assignments (#27015)
  • Fix Callable isinstance reachability (#26970)
  • Fix Just[float] protocol matching (#27053)
  • Fix Self binding for classmethod __new__ constructors (#27030)
  • Fix nested short-circuit flow snapshots (#26956)
  • Gate TypedDict PEP 728 parameters by Python version (#26968)
  • Improve match reachability inference around value-pattern branches (#26979)
  • Make membership and equality narrowing consistent (#26982)
  • Preserve constrained TypeVar equality narrowing (#26988)
  • Preserve constrained TypeVar inequality narrowing (#26995)
  • Preserve unsatisfiable generic call constraints (#26964)
  • Respect bounded typevars in union inference (#27023)
  • Respect metaclass __setattr__ for class attributes (#27000)

Performance

  • Cache non-terminal-call reachability prefixes (#26810)
  • Cache protocol Self binding (#26997)
  • Cache sparse reachability checkpoints (#26811)
  • Defer statement-call narrowing gates (#26793)

Contributors

... (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.60 to 0.0.62.
- [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.60...0.0.62)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.62
  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 Jul 22, 2026
@dependabot
dependabot Bot requested review from iMicknl and tetienne as code owners July 22, 2026 08:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 22, 2026
@iMicknl
iMicknl merged commit 4ba3787 into main Jul 22, 2026
11 checks passed
@iMicknl
iMicknl deleted the dependabot/uv/ty-0.0.62 branch July 22, 2026 10:54
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.

1 participant