Skip to content

chore(deps-dev): Bump ty from 0.0.35 to 0.0.36#141

Merged
jodal merged 1 commit into
mainfrom
dependabot/pip/ty-0.0.36
May 15, 2026
Merged

chore(deps-dev): Bump ty from 0.0.35 to 0.0.36#141
jodal merged 1 commit into
mainfrom
dependabot/pip/ty-0.0.36

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps ty from 0.0.35 to 0.0.36.

Release notes

Sourced from ty's releases.

0.0.36

Release Notes

Released on 2026-05-14.

Bug fixes

  • Fix Go To-Definition for self-imported submodules (#25106)
  • Fix ClassVar[Self] assignment checks for class objects (#24657)
  • Fix attribute access on Callable-bounded TypeVars (#24793)
  • Fix panic from TypedDict schema cycle with Self fields (#25094)
  • Fix panic from accessing args[0] for static_assert (#25149)
  • Fix panic from non-name walrus target access (#25121)
  • Fix singleton classification for runtime typing objects (#25099)
  • Guard self-referential TypeOf recursion in generic callables (#24668)
  • Preserve lexical ParamSpec scope for returned Callable annotations (#24909)
  • Preserve walrus bindings through negated short-circuit conditions (#25163)
  • Run full iteration analysis on narrowed typevars (#25143)

LSP server

  • Classify TypeVar semantic tokens as type parameters (#24891)
  • Emit folding ranges for an entire block (#25113)
  • Respect the includeDeclaration request parameter (#24960)
  • Support TypedDict key completions in incomplete, anonymous contexts (#25147)

Performance

  • Bound loop-header analysis for large loops (#24972)
  • Convert inference hash maps to boxed slices on finish (#25102)

Core type checking

  • Add support for sentinel values (PEP 661) (#25082)
  • Hoist path assignment implication checks (#25107)
  • Preserve TypedDict keys through dict unpacking (#24523)
  • Treat custom enum __new__ values as dynamic (#25136)

Contributors

Install ty 0.0.36

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.36

Released on 2026-05-14.

Bug fixes

  • Fix Go To-Definition for self-imported submodules (#25106)
  • Fix ClassVar[Self] assignment checks for class objects (#24657)
  • Fix attribute access on Callable-bounded TypeVars (#24793)
  • Fix panic from TypedDict schema cycle with Self fields (#25094)
  • Fix panic from accessing args[0] for static_assert (#25149)
  • Fix panic from non-name walrus target access (#25121)
  • Fix singleton classification for runtime typing objects (#25099)
  • Guard self-referential TypeOf recursion in generic callables (#24668)
  • Preserve lexical ParamSpec scope for returned Callable annotations (#24909)
  • Preserve walrus bindings through negated short-circuit conditions (#25163)
  • Run full iteration analysis on narrowed typevars (#25143)

LSP server

  • Classify TypeVar semantic tokens as type parameters (#24891)
  • Emit folding ranges for an entire block (#25113)
  • Respect the includeDeclaration request parameter (#24960)
  • Support TypedDict key completions in incomplete, anonymous contexts (#25147)

Performance

  • Bound loop-header analysis for large loops (#24972)
  • Convert inference hash maps to boxed slices on finish (#25102)

Core type checking

  • Add support for sentinel values (PEP 661) (#25082)
  • Hoist path assignment implication checks (#25107)
  • Preserve TypedDict keys through dict unpacking (#24523)
  • Treat custom enum __new__ values as dynamic (#25136)

Contributors

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.35 to 0.0.36.
- [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.35...0.0.36)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.36
  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 Pull requests that update Python code labels May 15, 2026
@jodal jodal merged commit ba852c2 into main May 15, 2026
12 checks passed
@jodal jodal deleted the dependabot/pip/ty-0.0.36 branch May 15, 2026 16:05
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

Development

Successfully merging this pull request may close these issues.

1 participant