Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2026

This PR contains the following updates:

Package Change Age Confidence
ty (changelog) ==0.0.11==0.0.12 age confidence

Release Notes

astral-sh/ty (ty)

v0.0.12

Compare Source

Released on 2026-01-14.

Bug fixes
  • Avoid panic that could occur when casting an object to a TypedDict or union of TypedDicts (#​22509)
  • Fix incorrect narrowing for if type(x) == y (#​22531)
  • Fix stack overflow with recursive type aliases containing tuple types (#​22543)
  • functools.total_ordering: ensure the signatures of generated methods reflect the signature of the user-provided method (#​22496)
  • Support dataclass_transform as a function call (#​22378)
  • Use the top materialization of classes for if type(x) is y narrowing. For example, if type(x) is tuple will cause the type of x to be intersected with tuple[object, ...] rather than tuple[Unknown, ...]. (#​22553)
  • Avoid emitting Liskov violations with respect to a grandparent class if such violations could not be fixed without introducing Liskov violations with respect to a parent class (#​22484)
  • Fix interaction between classmethod, contextmanager, and Self (#​22407)
  • Check contravariant type variable bounds contravariantly in specialization inference (#​22488)
  • Fix false positive for bounded type parameters with NewType (#​22542)
Type checking
  • Add support for dynamic type() classes (#​22291, #​22499, #​22537, #​22480)
  • Add support for functional namedtuple creation (#​22327, #​22573, #​22575, #​22574)
  • Add a diagnostic for non-decorator uses of final (#​22555)
  • Add diagnostic to catch generic enums (#​22482)
  • Add diagnostics for __init_subclass__ argument mismatch (#​22185)
  • Add diagnostics to validate TypeIs and TypeGuard definitions (#​22300)
  • Apply type narrowing to walrus targets (#​22369)
  • Detect invalid @total_ordering applications in non-decorator contexts (#​22486)
  • Fix @Todo type for starred expressions (#​22503)
  • Improve disambiguation of types in diagnostics (#​22547)
  • Include type parameters in the display for generic Callable types (#​22435)
  • Infer type[Unknown] for calls to type() when overload evaluation is ambiguous (#​22569)
  • Support assignment to unions of TypedDicts (#​22294)
  • Use the key and value parameter types as type context for __setitem__ dunder calls (#​22148)
  • Narrow the right-hand side of ==, !=, is and is not conditions when the left-hand side is not narrowable (#​22511)
LSP server
  • Fix __file__ type in completions to show str instead of str | None when the inferred type is str (#​22510)
  • Improve rendering of ReST directives in docstrings (#​22512)
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 15, 2026 03:03
@codecov
Copy link

codecov bot commented Jan 15, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1528   +/-   ##
=======================================
  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.

@renovate renovate bot merged commit 1a5a90c into master Jan 15, 2026
27 checks passed
@renovate renovate bot deleted the renovate/ty-0.x branch January 15, 2026 03:08
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