Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps the development-dependencies group with 1 update: ty.

Updates ty from 0.0.8 to 0.0.9

Release notes

Sourced from ty's releases.

0.0.9

Release Notes

Released on 2026-01-05.

Bug fixes

  • Emit a diagnostic if a class decorator is not a callable accepting a type (#22375)
  • Fix exhaustiveness inference for unions that include enums (#22290)

Core type checking

  • Support typing.TypeGuard (#20974)
  • Treat __setattr__ as fallback-only (#22014)
  • Don't expand type aliases via type mappings unless necessary. This means that the displayed signature of a bound methods will no longer eagerly expand type aliases into their aliased types (#22241)
  • Narrow TypedDict unions with not in (#22349)
  • Don't including property in subclasses properties (#22088)
  • Narrow tagged unions of TypedDicts in match statements (#22299)
  • Teach bidirectional inference about subtyping. This allows x to be inferred as list[int] for x: Iterable[int] = [42] (#21930)
  • Support narrowing for tagged unions of tuples where one element of the tuple is a Literal type (#22303)

LSP server

  • Add autocomplete suggestions for keyword arguments in class statements (#22110)
  • Avoid showing misleading inlay hint for unpacked tuple arguments (#22286)

Other changes

Contributors

Install ty 0.0.9

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.9

Released on 2026-01-05.

Bug fixes

  • Emit a diagnostic if a class decorator is not a callable accepting a type (#22375)
  • Fix exhaustiveness inference for unions that include enums (#22290)

Core type checking

  • Support typing.TypeGuard (#20974)
  • Treat __setattr__ as fallback-only (#22014)
  • Don't expand type aliases via type mappings unless necessary. This means that the displayed signature of a bound methods will no longer eagerly expand type aliases into their aliased types (#22241)
  • Narrow TypedDict unions with not in (#22349)
  • Don't including property in subclasses properties (#22088)
  • Narrow tagged unions of TypedDicts in match statements (#22299)
  • Teach bidirectional inference about subtyping. This allows x to be inferred as list[int] for x: Iterable[int] = [42] (#21930)
  • Support narrowing for tagged unions of tuples where one element of the tuple is a Literal type (#22303)

LSP server

  • Add autocomplete suggestions for keyword arguments in class statements (#22110)
  • Avoid showing misleading inlay hint for unpacked tuple arguments (#22286)

Other changes

Contributors

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development-dependencies group with 1 update: [ty](https://github.com/astral-sh/ty).


Updates `ty` from 0.0.8 to 0.0.9
- [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.8...0.0.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pip dependencies label Jan 5, 2026
@dependabot dependabot bot requested a review from edgarrmondragon as a code owner January 5, 2026 19:02
@edgarrmondragon edgarrmondragon added this pull request to the merge queue Jan 5, 2026
Merged via the queue into main with commit 52f3d22 Jan 5, 2026
16 checks passed
@edgarrmondragon edgarrmondragon deleted the dependabot/pip/development-dependencies-00fba9953c branch January 5, 2026 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pip dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants