chore(deps): update dependency ty to >=0.0.12#263
Merged
aponcedeleonch merged 1 commit intomainfrom Jan 15, 2026
Merged
Conversation
PR Review: Dependency Update - ty 0.0.11 → 0.0.12✅ Approval SummaryThis dependency update is safe to merge. It is a minor version bump of the ty type checker (dev dependency) with bug fixes and improvements. Key PointsWhat changed:
Quality assessment:
Notable improvements in 0.0.12:
RecommendationLGTM - Merge when ready. The update contains only bug fixes and type checking improvements that will benefit the codebase. |
aponcedeleonch
approved these changes
Jan 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=0.0.11→>=0.0.12Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
astral-sh/ty (ty)
v0.0.12Compare Source
Released on 2026-01-14.
Bug fixes
casting an object to a TypedDict or union of TypedDicts (#22509)if type(x) == y(#22531)functools.total_ordering: ensure the signatures of generated methods reflect the signature of the user-provided method (#22496)dataclass_transformas a function call (#22378)if type(x) is ynarrowing. For example,if type(x) is tuplewill cause the type ofxto be intersected withtuple[object, ...]rather thantuple[Unknown, ...]. (#22553)Type checking
type()classes (#22291, #22499, #22537, #22480)namedtuplecreation (#22327, #22573, #22575, #22574)final(#22555)__init_subclass__argument mismatch (#22185)TypeIsandTypeGuarddefinitions (#22300)@total_orderingapplications in non-decorator contexts (#22486)@Todotype for starred expressions (#22503)Callabletypes (#22435)type[Unknown]for calls totype()when overload evaluation is ambiguous (#22569)TypedDicts (#22294)__setitem__dunder calls (#22148)==,!=,isandis notconditions when the left-hand side is not narrowable (#22511)LSP server
__file__type in completions to showstrinstead ofstr | Nonewhen the inferred type isstr(#22510)Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.