Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2026

This PR contains the following updates:

Package Change Age Confidence
ty (changelog) >=0.0.10>=0.0.11 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.11

Compare Source

Released on 2026-01-09.

Bug fixes
  • Fix super() with TypeVar-annotated self and cls parameter (#​22208)
  • Only consider fully static pivots when deriving transitive constraints (#​22444)
LSP server
  • Don't show diagnostics for excluded files (#​22455)
  • Fix goto definition for relative imports in third-party files (#​22457)
  • Improve completion ranking based on origin and exact match (#​22460)
  • Rank top-level module symbols above most other symbols (#​22465)
Configuration
  • Enable unused-type-ignore-comment by default (#​22474)
Performance
  • Improve UnionBuilder performance by changing Type::is_subtype_of calls to Type::is_redundant_with (#​22337)
  • Optimize union building for unions with many enum-literal members (#​22363)-
Other changes
  • Declare support for Python 3.14 (#​2407)
  • Remove dark-mode handling from PyPI-uploaded README (#​2422)
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 9, 2026

PR Review - Dependency Update: ty 0.0.10 → 0.0.11

Summary

This is an automated dependency update from Renovate that bumps the ty package (Python type checker) from version 0.0.10 to 0.0.11.

Analysis

✅ Code Quality & Best Practices

  • Clean dependency update following semantic versioning
  • Properly updates both pyproject.toml and uv.lock in sync
  • Version constraint uses >= as per project conventions

✅ Changes Include

  • Bug fixes for super() with TypeVar-annotated parameters
  • LSP server improvements (diagnostics, goto definition, completion ranking)
  • Performance optimizations for union building
  • Python 3.14 support declaration

⚠️ Recommendation

  1. Verify CI passes (tests, linting, typecheck)
  2. The release enables unused-type-ignore-comment by default - may surface new warnings in codebase
  3. Safe to merge once CI is green

No concerns regarding:

  • Security issues
  • Breaking changes
  • Performance regressions
  • Code verbosity

Verdict

LGTM - Standard dependency update with bug fixes and improvements. Approve and merge once CI passes.

@aponcedeleonch aponcedeleonch merged commit 8c38ef6 into main Jan 12, 2026
7 checks passed
@aponcedeleonch aponcedeleonch deleted the renovate/ty-0.x branch January 12, 2026 10:38
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