Skip to content

build(deps-dev): bump ty from 0.0.78 to 0.0.79 - #370

Merged
lachaib merged 1 commit into
masterfrom
dependabot/uv/ty-0.0.79
Sep 11, 2026
Merged

build(deps-dev): bump ty from 0.0.78 to 0.0.79#370
lachaib merged 1 commit into
masterfrom
dependabot/uv/ty-0.0.79

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor

Bumps ty from 0.0.78 to 0.0.79.

Release notes

Sourced from ty's releases.

0.0.79

Release Notes

Released on 2026-09-07.

Bug fixes

  • Avoid dict keyword-call panics when typing is shadowed (#28292)
  • Discover configs in models derived from legacy generic classes (#28397)
  • Normalize recursive collection-use constraints (#28332)
  • Recover cycles when constructing known class instances (#28289)

CLI

  • Embed archive checksums in the shell installer (#4458)

Diagnostic improvements

  • Add Literal fixes for diagnostics flagging invalid type annotations (#28185)
  • Add await fixes for redundant conditions (#28169)
  • Add assert_never fixes for redundant final elif branches (#28178)
  • Add defensive assertion fallback for redundant elif fixes (#28179)
  • Add rules to detect always-truthy and always-falsy conditions (#28034)
  • Preserve deprecations on decorated callables (#28256)
  • Require a direct dependency for reveal_type backport fixes (#28177)
  • Suggest variable-length tuple annotations for redundant conditions (#28168)

Core type checking

  • Align TypeIs and isinstance narrowing (#28193)
  • Avoid falling back to Unknown when collecting type context constraints (#28297)
  • Ensure f is identity(f) evaluates to Literal[True] (#28360)
  • Fix callable specialization with union-valued ParamSpec (#28085)
  • Infer variance through recursive protocols (#28077)
  • Narrow types with ordered length comparisons (#28264)
  • Preserve gradual type context during generic call inference (#28091)
  • Preserve nominal subtyping for top-materialized protocols (#28271)
  • Preserve outer type variables during ParamSpec inference (#28306)
  • Preserve protocol intersections when narrowing gradual types (#28391)
  • Promote literals in nested (non-covariant) positions (#28389)
  • Reject missing attributes on type[] aliases (#28267)
  • Solve formal unions using constraint-sets (#28312)
  • Sync vendored typeshed stubs (#28331). Typeshed diff

Performance

  • Avoid unnecessary work when building specializations (#28369)
  • Bypass materialization queries for simple types (#28367)
  • Cache exception suppression for context managers (#28376)
  • Intern statement call predicates (#28373)

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.79

Released on 2026-09-07.

Bug fixes

  • Avoid dict keyword-call panics when typing is shadowed (#28292)
  • Discover configs in models derived from legacy generic classes (#28397)
  • Normalize recursive collection-use constraints (#28332)
  • Recover cycles when constructing known class instances (#28289)

CLI

  • Embed archive checksums in the shell installer (#4458)

Diagnostic improvements

  • Add Literal fixes for diagnostics flagging invalid type annotations (#28185)
  • Add await fixes for redundant conditions (#28169)
  • Add assert_never fixes for redundant final elif branches (#28178)
  • Add defensive assertion fallback for redundant elif fixes (#28179)
  • Add rules to detect always-truthy and always-falsy conditions (#28034)
  • Preserve deprecations on decorated callables (#28256)
  • Require a direct dependency for reveal_type backport fixes (#28177)
  • Suggest variable-length tuple annotations for redundant conditions (#28168)

Core type checking

  • Align TypeIs and isinstance narrowing (#28193)
  • Avoid falling back to Unknown when collecting type context constraints (#28297)
  • Ensure f is identity(f) evaluates to Literal[True] (#28360)
  • Fix callable specialization with union-valued ParamSpec (#28085)
  • Infer variance through recursive protocols (#28077)
  • Narrow types with ordered length comparisons (#28264)
  • Preserve gradual type context during generic call inference (#28091)
  • Preserve nominal subtyping for top-materialized protocols (#28271)
  • Preserve outer type variables during ParamSpec inference (#28306)
  • Preserve protocol intersections when narrowing gradual types (#28391)
  • Promote literals in nested (non-covariant) positions (#28389)
  • Reject missing attributes on type[] aliases (#28267)
  • Solve formal unions using constraint-sets (#28312)
  • Sync vendored typeshed stubs (#28331). Typeshed diff

Performance

  • Avoid unnecessary work when building specializations (#28369)
  • Bypass materialization queries for simple types (#28367)
  • Cache exception suppression for context managers (#28376)
  • Intern statement call predicates (#28373)
  • Lazily compute argument-context specializations (#28378)

... (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.78 to 0.0.79.
- [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.78...0.0.79)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.79
  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 Sep 11, 2026
@github-actions

Copy link
Copy Markdown

Changed

  • ty: 0.0.780.0.79

@lachaib
lachaib merged commit 15eb2a4 into master Sep 11, 2026
6 checks passed
@lachaib
lachaib deleted the dependabot/uv/ty-0.0.79 branch September 11, 2026 05:07
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