chore(deps): update dependency ty to v0.0.71 - #269
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
2 times, most recently
from
July 18, 2026 06:02
4388bdd to
b25bfc6
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
July 22, 2026 01:25
b25bfc6 to
4a5ceca
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
2 times, most recently
from
July 27, 2026 20:59
d65e9a9 to
88d0f28
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
2 times, most recently
from
August 4, 2026 01:56
bb5513d to
54ce684
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
August 5, 2026 21:44
54ce684 to
72900d8
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
August 6, 2026 01:49
72900d8 to
bd27ae8
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
2 times, most recently
from
August 11, 2026 01:56
4ec4a72 to
e12dccf
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
August 13, 2026 04:03
e12dccf to
20d555f
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.56→==0.0.71Release Notes
astral-sh/ty (ty)
v0.0.71Compare Source
Released on 2026-08-12.
Library support
Diagnostics
__getattribute__calls (#27506)Core type checking
type[...]parameters (#27689)TypeVartypes when slicing (#27645)Selfand bounded type variables (#27644)_missing_methods (#27700)type[](#27663)Performance
Contributors
v0.0.70Compare Source
Released on 2026-08-10.
LSP server
TYPE_CHECKINGblocks (#27549)CLI
Diagnostics
unsound-return-statementlint (#27561)unsound-yieldlint (#27593)__getattr__calls (#27502)__get__calls (#27400)Core type checking
Generatoraliases when evaluating return, send, and yield types (#27577)TypedDictkey-membership truthiness (#27579)type[T](#27534)NewTypetypes and their underlying values (#27522)ClassVardeclarations for protocol members (#27530)Annotatedinsidetype[...](#27629)Contributors
v0.0.69Compare Source
Released on 2026-08-06.
Core type checking
isinstancenarrowing for generic classes is now more gradual by default (#27308)This new behavior is more similar to what other major type checkers do. For example:
Note: you might consider enabling
analysis.strict-generic-narrowingif you prefer the strictly correct behavior.
Contributors
v0.0.68Compare Source
Released on 2026-08-05.
Diagnostics
floatoverint | float) (#27406)TypedDicttypes forMappingcompatibility (#27512)Core type checking
Unpackoperands inUnion(#27525)Contributors
v0.0.67Compare Source
Released on 2026-08-05.
LSP server
Diagnostics
unimported-revealdiagnostics in stub files andif TYPE_CHECKINGblocks (#27508)Configuration
src.rootsetting in favor ofenvironment.root(#27456)Core type checking
dataclass_transformparameters (#27458)is_dataclasstype guard (#27455)Performance
Contributors
v0.0.66Compare Source
Released on 2026-08-03.
LSP server
with-statement targets as symbols (#27256)Library support
Diagnostics
__aenter__and__aexit__that do not return awaitables (#27414)Core type checking
TypeIsreturn types (#26864)Unknownout of the experimentalty_extensionsAPI (#27430)TypeVarTuplecontext duringGenericrecovery (#27381)ClassVarandFinalqualifiers inNamedTuplefields (#27380)ParamSpeccomponents (#27378)Contributors
v0.0.65Compare Source
Released on 2026-07-29.
LSP server
Library support
__replace__for models (#27220)Diagnostics
ParamSpecforwarded-argument diagnostic locations (#27263)functools.partialdiagnostic sources (#27265)Core type checking
Performance
Contributors
v0.0.64Compare Source
Released on 2026-07-27.
Bug fixes
LSP server
textDocument/implementationrequest (#25410)CLI
--exclude-scriptsand--include-scripts(#27169)Diagnostics
--add-ignoreto add space after the colon forty: ignore(#27120)missing-override-decoratorsuggestion before Python 3.12 (#27166)Configuration
Core type checking
Selfin__new__calls (#27003)Performance
ModuleTypeglobals (#27182)TypedDictunions (#27108)Contributors
v0.0.63Compare Source
Released on 2026-07-23.
Core type checking
typing.TypeAlias) type aliases (#27092)str(#27104)typeandTypeForm(#27099)matchstatement leads a variablexto be inferred asA & B, infer the type ofx.attras<type of A.attr> & <type of B.attr>(#27103)Library support
BaseSettingsmodels (#27098)Performance
matchsubjects (#27100)Contributors
v0.0.62Compare Source
Released on 2026-07-21.
Bug fixes
ProtocolandTypedDictrelations (#26990)Diagnostics
--add-ignore(#26925)Configuration
rulesandanalysisin PEP 723 script metadata configurations (#26671)Core type checking
__setattr__assignments (#27015)Callableisinstancereachability (#26970)Just[float]protocol matching (#27053)Selfbinding for classmethod__new__constructors (#27030)TypedDictPEP 728 parameters by Python version (#26968)matchreachability inference around value-pattern branches (#26979)__setattr__for class attributes (#27000)Performance
Selfbinding (#26997)Contributors
v0.0.61Compare Source
Released on 2026-07-17.
Bug fixes
LSP server
Library support
Annotatedaliases (#26885)Diagnostics
--add-ignore(#26808)Core type checking
isinstanceresults for aliases and type variables (#26961)isinstanceresults for fixed class tuples (#26935)to_instance(#26892)TypeVarTupleandUnpack(#25240)Performance
ignorecrate (#26933)Contributors
v0.0.60Compare Source
Released on 2026-07-15.
Bug fixes
Awaitable[T](#26761)LSP server
Library support
populate_by_nameand custom initializers (#26764)Diagnostics
invalid-type-guard-call(#26809)Core type checking
matchcases (#26807)type[Protocol](#26649)Performance
PathBoundsfast-path to support both upper and lower bounds (#26782)Selftype scans for non-generic instances (#26703)Contributors
v0.0.59Compare Source
Released on 2026-07-12.
Bug fixes
init=Falsein dataclass field-order checks (#26749)Library support
__init__methods (#26699)Annotated(#26650)Core type checking
LSP server
CLI
Performance
Contributors
v0.0.58Compare Source
Released on 2026-07-09.
Bug fixes
Diagnostics
Library support
validate_by_{name,alias}(#26598)validation_alias(#26629)BaseSettingsfields optional by default (#26628)RootModelfields (#26634)Core type checking
__contains__semantics (#25964)ModuleType.__doc__asstrin the presence of a docstring (#26505)Performance
TypeCollector(#26593)Contributors
v0.0.57Compare Source
Released on 2026-07-07.
Bug fixes
LSP server
__slots__string when renaming an attribute (#26438)Documentation
Library support
Core type checking
@propertyprotocol members (#25332)isinstanceagainst intersections containing invalid member (#26545)functools.partialsignatures (#24583)Performance
CompactString(#26546)is_subclass_of(#26585)Contributors
Configuration
📅 Schedule: (in timezone Europe/Paris)
🚦 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.