Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2026

This PR contains the following updates:

Package Change Age Confidence
ty (changelog) ==0.0.8==0.0.9 age confidence

Release Notes

astral-sh/ty (ty)

v0.0.9

Compare Source

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

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@AlexWaygood AlexWaygood merged commit 472c2db into main Jan 6, 2026
20 checks passed
@AlexWaygood AlexWaygood deleted the renovate/ty branch January 6, 2026 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants