You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumps <a href="https://github.com/astral-sh/ty">ty</a> from 0.0.23 to
0.0.25.
### Breaking changes fixed
ty 0.0.25 introduced two breaking changes for this project:
1. **`unresolved-import` errors** for `backports.strenum` — ty now
evaluates the `sys.version_info < (3, 11)` branch using the minimum
Python version from `requires-python` (3.10), but the backports package
isn't installed in the dev venv. Fixed by adding inline `# ty:
ignore[unresolved-import]` comments on each `backports.strenum` import
line across 9 enum files.
2. **`unused-type-ignore-comment` warnings** — ty now flags mypy's `#
type: ignore` comments as unused. Fixed by ignoring the
`unused-type-ignore-comment` rule in `[tool.ty.rules]` since this
project uses both mypy and ty.
<br>
<a
href="https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores"><img
src="https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ty&package-manager=uv&previous-version=0.0.23&new-version=0.0.25"></a>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: iMicknl <1424596+iMicknl@users.noreply.github.com>
0 commit comments