Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 5, 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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

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

@renovate renovate bot enabled auto-merge (squash) January 5, 2026 14:11
@renovate renovate bot merged commit 3796c52 into master Jan 5, 2026
25 checks passed
@renovate renovate bot deleted the renovate/ty-0.x branch January 5, 2026 14:15
@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.99%. Comparing base (d2facfc) to head (e69105b).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1512   +/-   ##
=======================================
  Coverage   78.99%   78.99%           
=======================================
  Files         354      354           
  Lines       11509    11509           
  Branches      526      526           
=======================================
  Hits         9092     9092           
  Misses       2236     2236           
  Partials      181      181           
Flag Coverage Δ
unittests 78.99% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant