chore(deps): update dependency ty to >=0.0.84 - #484
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
August 22, 2026 18:13
613880e to
1759937
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
August 27, 2026 00:05
1759937 to
2e1cf78
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
2 times, most recently
from
September 1, 2026 01:53
d542d13 to
1148ae1
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
September 3, 2026 04:06
1148ae1 to
2037c99
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
September 8, 2026 01:10
2037c99 to
17340b9
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
September 9, 2026 23:24
17340b9 to
5919eff
Compare
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
September 15, 2026 05:02
5919eff to
52abb75
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
September 18, 2026 22:59
52abb75 to
75fd564
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
September 22, 2026 00:34
75fd564 to
fb50b3f
Compare
renovate
Bot
force-pushed
the
renovate/ty-0.x
branch
from
September 25, 2026 00:58
fb50b3f to
aaab1e6
Compare
This branch has not been deployed
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.28→>=0.0.84Release Notes
astral-sh/ty (ty)
v0.0.84Compare Source
Released on 2026-09-24.
This release addresses GHSA-vxvm-j4xq-q7m4, a use-after-free vulnerability during incremental type checking that can result in arbitrary code execution when analyzing a specially crafted Python project. Users who run ty on untrusted code should upgrade to 0.0.84 or newer.
Bug fixes
showSyntaxErrors(#28759)LSP server
Performance
Core type checking
TypeIsmaterializations (#28817)"foo" in ["foo"]is now inferred asLiteral[True]) (#28676)Configuration
invalid-legacy-positional-parameterby default (#28834)Other changes
redundant-condition(-strict)due to the condition being defined relative tosys.version_info,sys.platform,os.nameortyping.TYPE_CHECKING(#28788)Contributors
v0.0.83Compare Source
Released on 2026-09-21.
Bug fixes
LSP server
Diagnostic improvements
redundant-condition(-strict)diagnostics (#28666)Other changes
Callable,Iterable,IteratororGeneratortypes in a boolean context (#28554)Unknownfrom unconstrained collection use-sites (#28659)Selfreceivers (#28662)Contributors
v0.0.82Compare Source
Released on 2026-09-17.
Preview features
CLI
--config-file(#28573)LSP server
Diagnostic improvements
redundant-conditionrules warning about reachability implications (#28263)while,assert, andmatchstatements (#28290)Core type checking
functools.partialtypes (#28660)Recursivetypes and fully support recursive implicit type aliases (#28425)frozen=Falseoverrides on Pydantic subclasses (#28515)type[A & B](#27124)Performance
__init__files withoutpkg(#28665)Memory usage improvements
Contributors
v0.0.81Compare Source
Released on 2026-09-14.
Bug fixes
CLI
Core type checking
Performance
Memory usage improvements
Contributors
v0.0.80Compare Source
Released on 2026-09-09.
Bug fixes
--force-excludefor directories with an excluded ancestor (#28451)LSP server
Diagnostic improvements
Core type checking
functools.partialrelations (#28460)__set__itself (#28408)Performance
leninference over unions (#28470)Memory usage improvements
Contributors
v0.0.79Compare Source
Released on 2026-09-07.
Bug fixes
CLI
Diagnostic improvements
Literalfixes for diagnostics flagging invalid type annotations (#28185)awaitfixes for redundant conditions (#28169)assert_neverfixes for redundant finalelifbranches (#28178)eliffixes (#28179)reveal_typebackport fixes (#28177)Core type checking
TypeIsandisinstancenarrowing (#28193)Unknownwhen collecting type context constraints (#28297)f is identity(f)evaluates toLiteral[True](#28360)ParamSpec(#28085)ParamSpecinference (#28306)type[]aliases (#28267)Performance
Memory usage improvements
Other changes
Contributors
v0.0.78Compare Source
Released on 2026-09-02.
Bug fixes
Preview features
Diagnostics
disjoint-castrule (#28129)Core type checking
ParamSpecbindings inferred against type context (#28084)lambdafunctions are always truthy (#28254)Performance
Contributors
v0.0.77Compare Source
Released on 2026-08-31.
Bug fixes
Core type checking
__init_subclass__calls (#28138)TypedDictmethods (#28111)Performance
Contributors
v0.0.76Compare Source
Released on 2026-08-31.
Preview features
Bug fixes
LSP server
Core type checking
Selfthrough generic type aliases (#28117)==andmatch(#28103)Finalvariance in stubs (#28119)Performance
Contributors
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)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.