Skip to content

⬆️ Update dependency ty to v0.0.69 - #284

Merged
frenck merged 2 commits into
mainfrom
renovate/ty-0.x
Aug 7, 2026
Merged

⬆️ Update dependency ty to v0.0.69#284
frenck merged 2 commits into
mainfrom
renovate/ty-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ty (changelog) ==0.0.68==0.0.69 age adoption passing confidence

Release Notes

astral-sh/ty (ty)

v0.0.69

Compare Source

Released on 2026-08-06.

Core type checking
  • isinstance narrowing for generic classes is now more gradual by default (#​27308)

    This new behavior is more similar to what other major type checkers do. For example:

    def f(xs: object):
        if isinstance(xs, list):
            reveal_type(xs)  # now: `list[Unknown]`, before: `Top[list[Unknown]]`

    Note: you might consider enabling analysis.strict-generic-narrowing
    if you prefer the strictly correct behavior.

Contributors

Configuration

📅 Schedule: (UTC)

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

@renovate renovate Bot added dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. python labels Aug 6, 2026
@renovate
renovate Bot enabled auto-merge (squash) August 6, 2026 16:31
@renovate
renovate Bot force-pushed the renovate/ty-0.x branch from bfbce71 to 0b9457c Compare August 6, 2026 16:33
@codspeed-hq

codspeed-hq Bot commented Aug 6, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 23 untouched benchmarks


Comparing renovate/ty-0.x (7a8faab) with main (4af4cc2)

Open in CodSpeed

@renovate
renovate Bot force-pushed the renovate/ty-0.x branch from 0b9457c to f8aa15a Compare August 7, 2026 06:01
@codecov-commenter

codecov-commenter commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (4af4cc2) to head (7a8faab).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #284   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           45        45           
  Lines         6588      6588           
  Branches      1220      1220           
=========================================
  Hits          6588      6588           

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

@frenck
frenck disabled auto-merge August 7, 2026 06:28
@renovate

renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@frenck
frenck merged commit af604c8 into main Aug 7, 2026
25 checks passed
@frenck
frenck deleted the renovate/ty-0.x branch August 7, 2026 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants