Skip to content

Chore(deps-dev): bump ty from 0.0.72 to 0.0.73 in /python - #7884

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/ty-0.0.73
Open

Chore(deps-dev): bump ty from 0.0.72 to 0.0.73 in /python#7884
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/ty-0.0.73

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps ty from 0.0.72 to 0.0.73.

Release notes

Sourced from ty's releases.

0.0.73

Release Notes

Released on 2026-08-18.

LSP server

  • Do not prefer unsafe fixes in the language server (#27822)
  • Fix signature help in trailing whitespace (#27784)

Library support

  • Preserve variadic generics in functools.partial (#27774)

Diagnostics

  • Add an opt-in rule flagging function decorators that transform a non-dynamic type into a dynamic type (#27829)
  • Disambiguate same-named types in several diagnostics (#27814)
  • Show error spans for errors originating in script metadata (#26693)

Core type checking

  • Avoid bypassing solver during literal promotion (#27763)
  • Expand nested union aliases when finding a TypedDict or callable (#27740)
  • Implement intersection meta-type projection (#27660)
  • Infer generic protocols from class objects (#27812)
  • Model exception-suppressing context managers (#27219)
  • Preserve TypeAliasType runtime origin (#27813)
  • Preserve class objects in lazy protocol checks (#27815)
  • Preserve declared types in exception handlers (#27817)
  • Preserve explicit globals after conditional rebinding (#27786)
  • Preserve property subclass types and accessors (#27833)
  • Preserve required stub fields in generated constructors (#27765)
  • Preserve static upper bounds of gradual solutions (#27664)
  • Prevent unrelated quantified constraints from destabilizing recursive queries (#27737)
  • Separate generic constraint accumulation from legacy projection (#27743)
  • Simplify generic protocol inference (#27819)
  • Specialize inherited members of unspecialized generic classes (#27658)
  • Specialize type variables determined by bound receivers (#27732)
  • Support unpacking tuple type aliases (#27825)
  • Sync vendored typeshed stubs (#27771). Typeshed diff

Performance

  • Cache py.typed contents (#27805)
  • Deduplicate exception checkpoints across equivalent branches (#27703)

Contributors

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.73

Released on 2026-08-18.

LSP server

  • Do not prefer unsafe fixes in the language server (#27822)
  • Fix signature help in trailing whitespace (#27784)

Library support

  • Preserve variadic generics in functools.partial (#27774)

Diagnostics

  • Add an opt-in rule flagging function decorators that transform a non-dynamic type into a dynamic type (#27829)
  • Disambiguate same-named types in several diagnostics (#27814)
  • Show error spans for errors originating in script metadata (#26693)

Core type checking

  • Avoid bypassing solver during literal promotion (#27763)
  • Expand nested union aliases when finding a TypedDict or callable (#27740)
  • Implement intersection meta-type projection (#27660)
  • Infer generic protocols from class objects (#27812)
  • Model exception-suppressing context managers (#27219)
  • Preserve TypeAliasType runtime origin (#27813)
  • Preserve class objects in lazy protocol checks (#27815)
  • Preserve declared types in exception handlers (#27817)
  • Preserve explicit globals after conditional rebinding (#27786)
  • Preserve property subclass types and accessors (#27833)
  • Preserve required stub fields in generated constructors (#27765)
  • Preserve static upper bounds of gradual solutions (#27664)
  • Prevent unrelated quantified constraints from destabilizing recursive queries (#27737)
  • Separate generic constraint accumulation from legacy projection (#27743)
  • Simplify generic protocol inference (#27819)
  • Specialize inherited members of unspecialized generic classes (#27658)
  • Specialize type variables determined by bound receivers (#27732)
  • Support unpacking tuple type aliases (#27825)
  • Sync vendored typeshed stubs (#27771). Typeshed diff

Performance

  • Cache py.typed contents (#27805)
  • Deduplicate exception checkpoints across equivalent branches (#27703)

Contributors

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Usage: [Issues, PRs], Target: dependencies in the project python Usage: [Issues, PRs], Target: Python labels Aug 26, 2026
Copilot AI balanced review requested due to automatic review settings August 26, 2026 14:19
@dependabot dependabot Bot added the python Usage: [Issues, PRs], Target: Python label Aug 26, 2026
@dependabot dependabot Bot added the dependencies Usage: [Issues, PRs], Target: dependencies in the project label Aug 26, 2026
@dependabot
dependabot Bot deployed to github-app-auth August 26, 2026 14:19 Active
@dependabot
dependabot Bot deployed to github-app-auth August 26, 2026 14:19 Active
@github-actions github-actions Bot changed the title Chore(deps-dev): bump ty from 0.0.72 to 0.0.73 in /python Python: Chore(deps-dev): bump ty from 0.0.72 to 0.0.73 in /python Aug 26, 2026
@dependabot
dependabot Bot deployed to github-app-auth August 26, 2026 14:19 Active
@dependabot
dependabot Bot deployed to github-app-auth August 26, 2026 14:20 Active

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Python development type checker ty from 0.0.72 to 0.0.73.

Changes:

  • Updates the ty development dependency pin.
  • The corresponding lockfile update is missing.

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Comment thread python/pyproject.toml
"pyright==1.1.411",
"pyrefly==1.2.0",
"ty==0.0.72",
"ty==0.0.73",
@dependabot
dependabot Bot deployed to github-app-auth August 28, 2026 00:42 Active
Bumps [ty](https://github.com/astral-sh/ty) from 0.0.72 to 0.0.73.
- [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.72...0.0.73)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Python: Chore(deps-dev): bump ty from 0.0.72 to 0.0.73 in /python Chore(deps-dev): bump ty from 0.0.72 to 0.0.73 in /python Aug 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/python/ty-0.0.73 branch from 1dcb26a to cbfaf3a Compare August 28, 2026 00:43
@dependabot
dependabot Bot deployed to github-app-auth August 28, 2026 00:43 Active
@dependabot
dependabot Bot deployed to github-app-auth August 28, 2026 00:44 Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Usage: [Issues, PRs], Target: dependencies in the project python Usage: [Issues, PRs], Target: Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant