Update dependency ty to >=0.0.12 - #692
Conversation
|
Review these changes at https://app.gitnotebooks.com/AlphaSphereDotAI/chattr/pull/692 |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
Here's the code health analysis summary for commits Analysis Summary
|
🔍 Vulnerabilities of
|
| digest | sha256:f612533cbfc95d439bb1ece587209a46b9edf11c0fb08fc52836c05f88546885 |
| vulnerabilities | |
| platform | linux/amd64 |
| size | 272 MB |
| packages | 444 |
# Dockerfile (28:28)
COPY --from=builder --chown=nonroot:nonroot --chmod=555 /home/nonroot/.local/ /home/nonroot/.local/
Description
| ||||||||||||
# Dockerfile (28:28)
COPY --from=builder --chown=nonroot:nonroot --chmod=555 /home/nonroot/.local/ /home/nonroot/.local/
Description
| ||||||||||||
# Dockerfile (28:28)
COPY --from=builder --chown=nonroot:nonroot --chmod=555 /home/nonroot/.local/ /home/nonroot/.local/
Description
| ||||||||||||
# Dockerfile (28:28)
COPY --from=builder --chown=nonroot:nonroot --chmod=555 /home/nonroot/.local/ /home/nonroot/.local/
Description
| ||||||||||||
# Dockerfile (28:28)
COPY --from=builder --chown=nonroot:nonroot --chmod=555 /home/nonroot/.local/ /home/nonroot/.local/
Description
| ||||||||||||
# Dockerfile (28:28)
COPY --from=builder --chown=nonroot:nonroot --chmod=555 /home/nonroot/.local/ /home/nonroot/.local/
Description
|
Merge Queue Status✅ The pull request has been merged at 8396036 This pull request spent 6 seconds in the queue, with no time running CI. Required conditions to merge
|
|
Thank you for your contribution @renovate[bot]! Your pull request has been merged. |
This PR contains the following updates:
>=0.0.11→>=0.0.12Release Notes
astral-sh/ty (ty)
v0.0.12Compare Source
Released on 2026-01-14.
Bug fixes
casting an object to a TypedDict or union of TypedDicts (#22509)if type(x) == y(#22531)functools.total_ordering: ensure the signatures of generated methods reflect the signature of the user-provided method (#22496)dataclass_transformas a function call (#22378)if type(x) is ynarrowing. For example,if type(x) is tuplewill cause the type ofxto be intersected withtuple[object, ...]rather thantuple[Unknown, ...]. (#22553)Type checking
type()classes (#22291, #22499, #22537, #22480)namedtuplecreation (#22327, #22573, #22575, #22574)final(#22555)__init_subclass__argument mismatch (#22185)TypeIsandTypeGuarddefinitions (#22300)@total_orderingapplications in non-decorator contexts (#22486)@Todotype for starred expressions (#22503)Callabletypes (#22435)type[Unknown]for calls totype()when overload evaluation is ambiguous (#22569)TypedDicts (#22294)__setitem__dunder calls (#22148)==,!=,isandis notconditions when the left-hand side is not narrowable (#22511)LSP server
__file__type in completions to showstrinstead ofstr | Nonewhen the inferred type isstr(#22510)Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.