Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the actions group with 2 updates: basedpyright and ty.

Updates basedpyright from 1.37.0 to 1.37.1

Commits

Updates 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 2 updates: [basedpyright](https://github.com/detachhead/basedpyright) and [ty](https://github.com/astral-sh/ty).


Updates `basedpyright` from 1.37.0 to 1.37.1
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](DetachHead/basedpyright@v1.37.0...v1.37.1)

Updates `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: basedpyright
  dependency-version: 1.37.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: ty
  dependency-version: 0.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@jorenham jorenham merged commit 4195326 into master Jan 8, 2026
22 checks passed
@dependabot dependabot bot deleted the dependabot/uv/actions-1e420d617b branch January 8, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants