Update dependency ty to v0.0.75 - autoclosed - #95
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Test Results
|
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
2 times, most recently
from
July 8, 2026 12:54
68056e6 to
3856304
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
2 times, most recently
from
July 12, 2026 22:52
d6bf9e9 to
d92adf4
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
July 16, 2026 17:25
d92adf4 to
79f19b9
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
2 times, most recently
from
July 22, 2026 03:08
9a650c5 to
652dd8a
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
July 23, 2026 14:43
652dd8a to
25f083e
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
July 27, 2026 18:53
25f083e to
be8f51a
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
July 29, 2026 21:34
be8f51a to
2842b2b
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
August 4, 2026 05:06
2842b2b to
328a1f0
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
August 5, 2026 20:33
328a1f0 to
6ab4dbd
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
2 times, most recently
from
August 6, 2026 18:01
e454645 to
f45eb0a
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
2 times, most recently
from
August 13, 2026 03:40
2c2d57b to
5eac95b
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
August 14, 2026 22:16
5eac95b to
98dc26a
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
August 19, 2026 05:28
98dc26a to
87bc552
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
August 22, 2026 16:54
87bc552 to
f55fc5c
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
August 26, 2026 23:57
f55fc5c to
51e9da2
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.52→==0.0.75Release Notes
astral-sh/ty (ty)
v0.0.75Compare Source
Released on 2026-08-26.
Preview features
Bug fixes
Selfbounds of inherited methods (#27990)LSP server
Documentation
Library support
Diagnostics
Core type checking
ParamSpecsignatures inferred from bound receivers (#28020)Selfbinding inParamSpecprotocols (#28016)TypedDictvariance inference (#28052)yield fromsend/return types from the iterator returned by__iter__(#27987)TypeVarTuples in tuple annotations (#27950)TypeVarTuples (#27943)TypeVarTuple(#27957)typing.Unionas a class on Python 3.14+ (#28003)collections.abc.Callableis an instance oftype(#27991)Contributors
v0.0.74Compare Source
Released on 2026-08-22.
Bug fixes
TypedDictdictionary compatibility (#27951)TypedDicttypes (#27914)LSP server
untrustedWorkspaceoption to the LSP (#27828)Documentation
Diagnostics
unsound-assignmentrule for variables (#27874)LiteralStringsuggestions in string annotations (#27931)invalid-type-formfor non-generic class annotations (#27889)Core type checking
__slots__(#27730)Performance
Contributors
v0.0.73Compare Source
Released on 2026-08-18.
LSP server
Library support
functools.partial(#27774)Diagnostics
Core type checking
TypedDictor callable (#27740)TypeAliasTyperuntime origin (#27813)Performance
py.typedcontents (#27805)Contributors
v0.0.72Compare Source
Released on 2026-08-14.
Preview features
Library support
Diagnostics
TypedDicttypes (#27717)Core type checking
__getattr__calls (#27507)TypedDictaliases (#27760)Never(#27580)TypeVarTuplein call binding (#26886)Performance
Contributors
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.58](https://redirect.github.com/Configuration
📅 Schedule: (UTC)
* * * * 0)🚦 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.