chore(deps): update dependency ty to >=0.0.54#128
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
7fd4be5 to
87a8021
Compare
87a8021 to
1e7cf0d
Compare
1e7cf0d to
b42710f
Compare
cab86d6 to
201c531
Compare
201c531 to
6e11d65
Compare
6e11d65 to
9c089c7
Compare
9c089c7 to
73a08bf
Compare
73a08bf to
72ab8f0
Compare
72ab8f0 to
c0b2d52
Compare
c0b2d52 to
726f5ca
Compare
726f5ca to
8262302
Compare
8262302 to
ecf847c
Compare
ecf847c to
f1fab9b
Compare
f1fab9b to
8a0fe03
Compare
cf70eba to
27ace02
Compare
27ace02 to
fb7850d
Compare
fb7850d to
93858d0
Compare
93858d0 to
4149036
Compare
4149036 to
0ab882a
Compare
0ab882a to
e38490e
Compare
e38490e to
74b6b01
Compare
74b6b01 to
1b2b567
Compare
1b2b567 to
b77120a
Compare
b77120a to
8dd8dfa
Compare
8dd8dfa to
0b4f929
Compare
0b4f929 to
1aada9b
Compare
1aada9b to
0c4c6c6
Compare
0c4c6c6 to
7e80a49
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=0.0.13→>=0.0.54Release Notes
astral-sh/ty (ty)
v0.0.54Compare Source
Released on 2026-06-25.
Bug fixes
TypeOfcycle recovery (#26339)__class__closure cells in methods (#26329)LSP server
Performance
Diagnostics
Core type checking
typing.TypedDictfromtyping_extensions.TypedDict(#25843)type[...]in attribute lookup (#26146)matchstatements: make class-pattern fallthrough member-aware (#26283)matchstatements: prove TypedDict structural patterns exhaustive (#26285)matchstatements: resolve positional class-pattern exhaustiveness (#26284)enum.Flags) (#26277)builtins.sentinel(#26341)rangecalls as non-empty for reachability (#25220)Contributors
v0.0.53Compare Source
Released on 2026-06-23.
Bug fixes
Divergent(#26288)TypeOfcycle recovery monotonic (#26275)LSP server
ty_extensions(#26263)Performance
is_never_satisfiedresults (#26261)Core type checking
Anyspecializations (#26127)Contributors
v0.0.52Compare Source
Released on 2026-06-22.
Bug fixes
TypeOfacross multiple union arms (#26230)TypeOfgrowth during cycle recovery (#26163)LSP server
Divergent(#26162)CLI
error-on-warningthe default (#26157)Diagnostics
Performance
CycleDetector::seen(#26181)Core type checking
Contributors
v0.0.51Compare Source
Released on 2026-06-18.
Bug fixes
Annotated[Any, ...]as a class base (#26133)LSP server
Core type checking
AnyorUnknownbases are descriptors (#26120)Diagnostics
Performance
Documentation
Contributors
v0.0.50Compare Source
Released on 2026-06-17.
Bug fixes
Finalas a special form on hover (#26029)LSP server
TYPE_CHECKING(#26051)Diagnostics
duplicate-basediagnostics (#26107)@no_type_checkin function validation (#25994)Performance
Core type checking
&and~(#26035)==,!=, andmatch(#25788)__match_args__(#25934)Contributors
v0.0.49Compare Source
Released on 2026-06-11.
Bug fixes
Diagnostics
Performance
Core type checking
enum.propertyinstances (#25849)Contributors
v0.0.48Compare Source
Released on 2026-06-10.
Performance
Core type checking
extra_items(#25591)closed=TrueTypedDict precision (#25651)Contributors
v0.0.47Compare Source
Released on 2026-06-10.
Bug fixes
Core type checking
Performance and memory-usage improvements
Box<SystemPath>etc. inFiles(#25554)Contributors
v0.0.46Compare Source
Released on 2026-06-08.
Bug fixes
Core type checking
Callable()in match statement class patterns (#25541)enum.property(#25681)Contributors
v0.0.45Compare Source
Released on 2026-06-08.
Bug fixes
Diagnostics
missing-type-argumentlint rule (#25617)Core type checking
Performance
Arc(#25735)Contributors
v0.0.44Compare Source
Released on 2026-06-04.
Bug fixes
sys.implementation.versionlikesys.version_info(#25608)LSP server
Performance
Core type checking
Contributors
v0.0.43Compare Source
Released on 2026-06-03.
Bug fixes
Unknownfrom non-callable elements of intersection call (#25538)possibly-missing-attribute(#25561)LSP server
Performance
Diagnostics
Core type checking
typing.Callablefromcollections.abc.Callable(#24954)global/nonlocalbindings in type inference (#25387)Selfin type aliases (#25529)__len__methods for literals (#25600)Contributors
v0.0.42Compare Source
Released on 2026-06-01.
Bug fixes
Core type checking
Generatorassignability workaround to Python 3.13+ (#25472)Performance
Contributors
v0.0.41Compare Source
Released on 2026-05-31.
Bug fixes
boolfornotapplied to dynamic values (#25445)LSP server
completeFunctionParentheseseditor setting (#3513)Diagnostics
missing-override-decoratorrule (#25111)Callabletype (#25308)Core type checking
TypeForminty_extensions(#25421)Performance
Contributors
v0.0.40Compare Source
Released on 2026-05-27.
Bug fixes
LiteralStringwhen hovering over an inline of a literal string in an IDE (#25373)LSP server
Diagnostics
invalid-generic-classdiagnostics regarding incompatible variance (#25385)Core type checking
type(...),types.new_type(...), etc. (#25413)Literalenum subsets (#25379)typing.TypeForm(#25334)Contributors
v0.0.39Compare Source
Released on 2026-05-22.
This release removes the Python 3.9 branches from our vendored standard library stubs. ty now only has "full" support for
Python 3.10 and later, but will still report version-specific syntax errors and other diagnostics when
--python-version 3.9is provided via the CLI.
Bug fixes
__new__assignments to classes (#25282)dict-compatible fallbacks in TypedDict unions (#25242)LSP server
Diagnostics
Performance
Core type checking
self(#25077)order=True(#21704)dict(TypedDict)asdict[str, object](#24852)Contributors
v0.0.38Compare Source
Released on 2026-05-19.
Bug fixes
NewTypebase expansion during cycle recovery (#25234)_generate_next_value_with custom construction hooks (#25210)LSP server
excepthandlers (#25231).gitignorechanges (#25183)Core type checking
_generate_next_value_methods in enums (#25196)Contributors
v0.0.37Compare Source
Released on 2026-05-16.
Bug fixes
not innarrowing (#25161)__new__(#25185)reveal_protocol,reveal_mro, etc. with keyword arguments (#25179)LSP server
Core type checking
__new__with custom metaclasses (#25180)Contributors
v0.0.36Compare Source
Released on 2026-05-14.
Bug fixes
ClassVar[Self]assignment checks for class objects (#24657)Callable-bounded TypeVars (#24793)Selffields (#25094)args[0]forstatic_assert(#25149)TypeOfrecursion in generic callables (#24668)LSP server
includeDeclarationrequest parameter (#24960)Performance
Core type checking
__new__values as dynamic (#25136)Contributors
v0.0.35Compare Source
Released on 2026-05-10.
Bug fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.