Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2026

Bumps ty from 0.0.9 to 0.0.10.

Release notes

Sourced from ty's releases.

0.0.10

Release Notes

Released on 2026-01-07.

Due to an error in our wheel metadata, this release was partially published to PyPI and manually finished. Consequently, PyPI temporarily did not include all of the artifacts and the GitHub Release was published by a maintainer instead of GitHub Actions. The artifacts from GitHub Actions were used without alteration. The GitHub release attestations for the artifacts are not available for this release.

Bug fixes

  • Fix stack overflow due to too small stack size (#22433)
  • Fix stale semantic tokens after opening the same document with new content (#22414)
  • Fix handling of ParamSpec in overloaded functions (#22416)
  • Fix comparisons and arithmetic with NewTypes of float (#22105)
  • Fix several issues with unannotated function return types (#22425)
  • Fix handling of subclasses in Callables (#22411)

LSP server

  • Add support for explicit markdown code fences in docstring rendering (#22373, #22408)
  • Offer completions for T when a value has type Unknown | T (#22436)
  • Sort keyword argument completions higher (#22297)

Core type checking

  • Add support for @total_ordering (#22181, #22183)
  • Better simplification of intersections of tuples (#22094)
  • Support comparisons between variable-length tuples (#21824)
  • Emit diagnostics for method definitions and other invalid statements in TypedDict class bodies (#22351)
  • Improve type-narrowing in calls to len() (#22330)

CLI

  • Add --add-ignore CLI option (#21696)

Configuration

  • include = ["myscript"] will now check myscript even though it doesn't have a Python extension (#22243)

Performance

  • Optimize intersections with a single negated element (#22344)
  • Optimize negated types (#22402)

Documentation

  • Link to Callable __name__ FAQ directly from unresolved-attribute diagnostic (#22437)

Contributors

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.10

Released on 2026-01-07.

Bug fixes

  • Fix stack overflow due to too small stack size (#22433)
  • Fix stale semantic tokens after opening the same document with new content (#22414)
  • Fix handling of ParamSpec in overloaded functions (#22416)
  • Fix comparisons and arithmetic with NewTypes of float (#22105)
  • Fix several issues with unannotated function return types (#22425)
  • Fix handling of subclasses in Callables (#22411)

LSP server

  • Add support for explicit markdown code fences in docstring rendering (#22373, #22408)
  • Offer completions for T when a value has type Unknown | T (#22436)
  • Sort keyword argument completions higher (#22297)

Core type checking

  • Add support for @total_ordering (#22181, #22183)
  • Better simplification of intersections of tuples (#22094)
  • Support comparisons between variable-length tuples (#21824)
  • Emit diagnostics for method definitions and other invalid statements in TypedDict class bodies (#22351)
  • Improve type-narrowing in calls to len() (#22330)

CLI

  • Add --add-ignore CLI option (#21696)

Configuration

  • include = ["myscript"] will now check myscript even though it doesn't have a Python extension (#22243)

Performance

  • Optimize intersections with a single negated element (#22344)
  • Optimize negated types (#22402)

Documentation

  • Link to Callable __name__ FAQ directly from unresolved-attribute diagnostic (#22437)

Contributors

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ty](https://github.com/astral-sh/ty) from 0.0.9 to 0.0.10.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.9...0.0.10)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 8, 2026
@github-actions github-actions bot enabled auto-merge January 8, 2026 05:08
@github-actions github-actions bot merged commit 14c7fb0 into main Jan 8, 2026
103 checks passed
@github-actions github-actions bot deleted the dependabot/pip/ty-0.0.10 branch January 8, 2026 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant