Skip to content

build(deps-dev): bump ty from 0.0.66 to 0.0.68 - #417

Merged
Paul-B98 merged 1 commit into
mainfrom
dependabot/uv/ty-0.0.68
Aug 13, 2026
Merged

build(deps-dev): bump ty from 0.0.66 to 0.0.68#417
Paul-B98 merged 1 commit into
mainfrom
dependabot/uv/ty-0.0.68

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

Bumps ty from 0.0.66 to 0.0.68.

Release notes

Sourced from ty's releases.

0.0.68

Release Notes

Released on 2026-08-05.

Diagnostics

  • Preserve property getter call errors (#27509)
  • Simplify numeric tower displays (e.g., float over int | float) (#27406)
  • Suggest closing open TypedDict types for Mapping compatibility (#27512)

Core type checking

  • Avoid double inference of Unpack operands in Union (#27525)
  • Fix panic from mismatched OR-pattern bindings (#27533)

Contributors

Install ty 0.0.68

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ty/releases/download/0.0.68/ty-installer.ps1 | iex"

Download ty 0.0.68

File Platform Checksum
ty-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ty-x86_64-apple-darwin.tar.gz Intel macOS checksum
ty-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ty-i686-pc-windows-msvc.zip x86 Windows checksum
ty-x86_64-pc-windows-msvc.zip x64 Windows checksum
ty-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ty-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ty-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ty-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ty-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.68

Released on 2026-08-05.

Diagnostics

  • Preserve property getter call errors (#27509)
  • Simplify numeric tower displays (e.g., float over int | float) (#27406)
  • Suggest closing open TypedDict types for Mapping compatibility (#27512)

Core type checking

  • Avoid double inference of Unpack operands in Union (#27525)
  • Fix panic from mismatched OR-pattern bindings (#27533)

Contributors

0.0.67

Released on 2026-08-05.

LSP server

  • Fix unused hints for OR-pattern captures (#27438)
  • Index match-pattern bindings as symbols (#27260)
  • Retain typing-only symbols in explicit completions (#27435)

Diagnostics

  • Preserve called types in intersection diagnostics (#27475)
  • Suppress unimported-reveal diagnostics in stub files and if TYPE_CHECKING blocks (#27508)

Configuration

  • Remove deprecated src.root setting in favor of environment.root (#27456)

Core type checking

  • Check property compatibility when matching class objects to protocols (#27402)
  • Fix constructor calls on narrowed type-variable intersections (#27493)
  • Fix specialization cycle with deferred TypeVar defaults (#27453)
  • Infer generic TypedDicts from unpacked TypedDicts (#27439)
  • Infer generic TypedDicts through synthesized constructor signatures (#27436)
  • Normalize unpacked callable signatures for assignability (#27450)
  • Preserve class type parameters through generic decorators (#27442)
  • Preserve generic class type variables in constructor inference (#27340)

... (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 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.66 to 0.0.68.
- [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.66...0.0.68)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.68
  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:uv Pull requests that update python:uv code labels Aug 13, 2026
@dependabot
dependabot Bot requested a review from Paul-B98 as a code owner August 13, 2026 05:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 13, 2026
@Paul-B98
Paul-B98 merged commit 7456cd6 into main Aug 13, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/uv/ty-0.0.68 branch August 13, 2026 11:33
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant