Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the actions group with 3 updates: basedpyright, pyrefly and ty.

Updates basedpyright from 1.36.2 to 1.37.0

Commits

Updates pyrefly from 0.46.2 to 0.47.0

Commits
  • 65be741 Update pyrefly version]
  • b104e3b fix: Pyrefly should narrow to intersection, not Never, for a TypeIs call (#1924)
  • 16b0e2b Add test files for pydantic.dataclasses
  • f39c7d1 fix Support types like pydantic.types.PositiveInt #1451 able to check call si...
  • 2d2a146 Report Non-Exhaustive match Statements #400 (#1833)
  • d1979ac fix: Resolve TypeVars in generic TypedDict inheritance with Unpack (#1922)
  • c6ee5ed Update pydantic documentation to explain lax mode
  • 2c2cb49 fix Special output format for Github actions #1599 (#1785)
  • a489d5e fix LSP: Provide key autocompletion on annotated TypedDict #1886 (#1964)
  • cbaf45e Bump qs from 6.13.0 to 6.14.1 in /lsp (#1966)
  • Additional commits viewable in compare view

Updates ty from 0.0.8 to 0.0.9

Release notes

Sourced from ty's releases.

0.0.9

Release Notes

Released on 2026-01-05.

Bug fixes

  • Emit a diagnostic if a class decorator is not a callable accepting a type (#22375)
  • Fix exhaustiveness inference for unions that include enums (#22290)

Core type checking

  • Support typing.TypeGuard (#20974)
  • Treat __setattr__ as fallback-only (#22014)
  • Don't expand type aliases via type mappings unless necessary. This means that the displayed signature of a bound methods will no longer eagerly expand type aliases into their aliased types (#22241)
  • Narrow TypedDict unions with not in (#22349)
  • Don't including property in subclasses properties (#22088)
  • Narrow tagged unions of TypedDicts in match statements (#22299)
  • Teach bidirectional inference about subtyping. This allows x to be inferred as list[int] for x: Iterable[int] = [42] (#21930)
  • Support narrowing for tagged unions of tuples where one element of the tuple is a Literal type (#22303)

LSP server

  • Add autocomplete suggestions for keyword arguments in class statements (#22110)
  • Avoid showing misleading inlay hint for unpacked tuple arguments (#22286)

Other changes

Contributors

Install ty 0.0.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ty/releases/download/0.0.9/ty-installer.sh | sh

Install prebuilt binaries via powershell script

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.9

Released on 2026-01-05.

Bug fixes

  • Emit a diagnostic if a class decorator is not a callable accepting a type (#22375)
  • Fix exhaustiveness inference for unions that include enums (#22290)

Core type checking

  • Support typing.TypeGuard (#20974)
  • Treat __setattr__ as fallback-only (#22014)
  • Don't expand type aliases via type mappings unless necessary. This means that the displayed signature of a bound methods will no longer eagerly expand type aliases into their aliased types (#22241)
  • Narrow TypedDict unions with not in (#22349)
  • Don't including property in subclasses properties (#22088)
  • Narrow tagged unions of TypedDicts in match statements (#22299)
  • Teach bidirectional inference about subtyping. This allows x to be inferred as list[int] for x: Iterable[int] = [42] (#21930)
  • Support narrowing for tagged unions of tuples where one element of the tuple is a Literal type (#22303)

LSP server

  • Add autocomplete suggestions for keyword arguments in class statements (#22110)
  • Avoid showing misleading inlay hint for unpacked tuple arguments (#22286)

Other changes

Contributors

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

@jorenham
Copy link
Owner

jorenham commented Jan 5, 2026

@dependabot rebase

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


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

Updates `pyrefly` from 0.46.2 to 0.47.0
- [Release notes](https://github.com/facebook/pyrefly/releases)
- [Commits](facebook/pyrefly@0.46.2...0.47.0)

Updates `ty` from 0.0.8 to 0.0.9
- [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.8...0.0.9)

---
updated-dependencies:
- dependency-name: basedpyright
  dependency-version: 1.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: pyrefly
  dependency-version: 0.47.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: ty
  dependency-version: 0.0.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/uv/actions-d0612fc9b0 branch from 7054b81 to 6b4848c Compare January 5, 2026 19:23
@jorenham jorenham merged commit 0b0b6f1 into master Jan 5, 2026
30 checks passed
@dependabot dependabot bot deleted the dependabot/uv/actions-d0612fc9b0 branch January 5, 2026 20:31
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.

1 participant