Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps 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 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.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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 6, 2026
@dependabot dependabot bot requested a review from jacksonpradolima as a code owner January 6, 2026 11:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 6, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 6, 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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant