Skip to content

chore(deps): update dependency ty to >=0.0.9#235

Merged
aponcedeleonch merged 1 commit intomainfrom
renovate/ty-0.x
Jan 5, 2026
Merged

chore(deps): update dependency ty to >=0.0.9#235
aponcedeleonch merged 1 commit intomainfrom
renovate/ty-0.x

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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

@claude
Copy link

claude bot commented Jan 5, 2026

PR Review

Summary

This is a straightforward dependency update from Renovate, bumping ty from >=0.0.8 to >=0.0.9.

Code Quality ✅

  • Changes are automatically generated and follow the project's dependency management pattern
  • Only touches pyproject.toml and uv.lock as expected

What Changed

The update includes bug fixes and improvements to the ty type checker:

  • Better TypeGuard support
  • Improved narrowing for TypedDict unions
  • Enhanced bidirectional type inference
  • Multiple bug fixes for exhaustiveness and class decorators

Recommendation

LGTM - This is a routine dependency update with bug fixes and improvements. No breaking changes detected.

The changes are minimal, well-scoped, and align with the project's use of uv for dependency management per CLAUDE.md guidelines.

@aponcedeleonch aponcedeleonch merged commit f3a3dec into main Jan 5, 2026
7 checks passed
@aponcedeleonch aponcedeleonch deleted the renovate/ty-0.x branch January 5, 2026 15:49
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.

1 participant