Bump ty from 0.0.25 to 0.0.26
Closed
Number: #2085
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
March 26, 2026 at 10:26 PM UTC
(3 months ago)
(3 months ago)
Updated:
March 26, 2026 at 10:28 PM UTC
(3 months ago)
(3 months ago)
Closed:
March 26, 2026 at 10:28 PM UTC
(3 months ago)
(3 months ago)
Time to Close:
3 minutes
Labels:
dependencies python:uv
dependencies python:uv
Description:
Bumps ty from 0.0.25 to 0.0.26.
Release notes
Sourced from ty's releases.
0.0.26
Release Notes
Released on 2026-03-26.
Bug fixes
- Prevent "too many cycle iteration" panics in more situations (#24061)
- Fix false positives and false negatives when unpacking a union of tuples into a function call (#23298)
Core type checking
- Add support for
typing.Concatenate(#23689)- Validate the return type of generator functions (#24026)
- Support dataclass field
converters (#23088)- Disallow
Selfin metaclass and static methods (#23231)- Improve call inference for keyword-only
dict()(#24103)- Respect non-explicitly defined
dataclass_transformparams (#24170)- Unconditionally silence diagnostics in unreachable code (#24179)
- Respect terminal-function-call narrowing in global scope (#23245)
Performance
- Fix performance regression for narrowing on a larger
Literaltype(#24185)Contributors
Install ty 0.0.26
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ty/releases/download/0.0.26/ty-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ty/releases/download/0.0.26/ty-installer.ps1 | iex"Download ty 0.0.26
... (truncated)
Changelog
Sourced from ty's changelog.
0.0.26
Released on 2026-03-26.
Bug fixes
- Prevent "too many cycle iteration" panics in more situations (#24061)
- Fix false positives and false negatives when unpacking a union of tuples into a function call (#23298)
Core type checking
- Add support for
typing.Concatenate(#23689)- Validate the return type of generator functions (#24026)
- Support dataclass field
converters (#23088)- Disallow
Selfin metaclass and static methods (#23231)- Improve call inference for keyword-only
dict()(#24103)- Respect non-explicitly defined
dataclass_transformparams (#24170)- Unconditionally silence diagnostics in unreachable code (#24179)
- Respect terminal-function-call narrowing in global scope (#23245)
Performance
- Fix performance regression for narrowing on a larger
Literaltype(#24185)Contributors
Commits
9403051Bump version to 0.0.26 (#3145)- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 14840424 |
| UUID: | 4147719106 |
| Node ID: | PR_kwDODM87vM7N4Dgf |
| Host: | GitHub |
| Repository: | VWS-Python/vws-cli |