Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps ty from 0.0.1a21 to 0.0.1a25.

Release notes

Sourced from ty's releases.

0.0.1-alpha.25

Release Notes

Released on 2025-10-29.

Bug fixes

  • Fix bug where ty would think all types had an __mro__ attribute (#20995)
  • Fix rare panic with highly cyclic TypeVar definitions (#21059)
  • Fix infinite recursion with generic type aliases (#20969)
  • Add missing newline before first diagnostic in CLI output (#21058)
  • Make the ty server's auto-import feature skip symbols in the current module (#21100)
  • Don't provide goto-definition for definitions which are not reexported in builtins (#21127)
  • Avoid duplicate diagnostics during multi-inference of standalone expressions (#21056)

Type inference and diagnostics

  • Use constructor parameter types as context to inform solving type variables (#21054)
  • Consider __len__ when determining the truthiness of an instance of a tuple class or a @final class (#21049)
  • Delegate truthiness inference of an enum Literal type to its enum-instance supertype (#21060)
  • Improve invalid-argument-type diagnostics where a union type was provided (#21044)

LSP server

  • Suggest type_check_only items last in completions (#20910)
  • Render import <...> in completions when "label details" isn't supported (#21109)
  • Update workspace diagnostic progress every 50ms (#21019)

CLI

  • Add --no-progress option to suppress the rendering of a progress bar (#21063)

Contributors

Install ty 0.0.1-alpha.25

Install prebuilt binaries via shell script

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

... (truncated)

Changelog

Sourced from ty's changelog.

Changelog

0.0.1-alpha.25

Released on 2025-10-29.

Bug fixes

  • Fix bug where ty would think all types had an __mro__ attribute (#20995)
  • Fix rare panic with highly cyclic TypeVar definitions (#21059)
  • Fix infinite recursion with generic type aliases (#20969)
  • Add missing newline before first diagnostic in CLI output (#21058)
  • Make the ty server's auto-import feature skip symbols in the current module (#21100)
  • Don't provide goto-definition for definitions which are not reexported in builtins (#21127)
  • Avoid duplicate diagnostics during multi-inference of standalone expressions (#21056)

Type inference and diagnostics

  • Use constructor parameter types as context to inform solving type variables (#21054)
  • Consider __len__ when determining the truthiness of an instance of a tuple class or a @final class (#21049)
  • Delegate truthiness inference of an enum Literal type to its enum-instance supertype (#21060)
  • Improve invalid-argument-type diagnostics where a union type was provided (#21044)

LSP server

  • Suggest type_check_only items last in completions (#20910)
  • Render import <...> in completions when "label details" isn't supported (#21109)
  • Update workspace diagnostic progress every 50ms (#21019)

CLI

  • Add --no-progress option to suppress the rendering of a progress bar (#21063)

Contributors

0.0.1-alpha.24

Released on 2025-10-23.

Breaking changes

  • Rename unknown-rule lint to ignore-comment-unknown-rule (#20948)

... (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.1a21 to 0.0.1a25.
- [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.1-alpha.21...0.0.1-alpha.25)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 1, 2025
@dependabot dependabot bot requested a review from remyleone as a code owner November 1, 2025 13:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 1, 2025
@remyleone remyleone added this pull request to the merge queue Nov 4, 2025
Merged via the queue into main with commit b93e15f Nov 4, 2025
78 checks passed
@remyleone remyleone deleted the dependabot/pip/scaleway-core/ty-0.0.1a25 branch November 4, 2025 11:04
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.

2 participants