Update ruff submodule to latest ty-types-2 branch; surface ParamSpec/Concatenate by knutwannheden · Pull Request #14 · openrewrite/ty-types (original) (raw)

@knutwannheden

…Concatenate

Bumps ruff submodule to pull in astral-sh/ruff main through ty 0.0.31 (openrewrite/ruff ty-types-2 tip 1f844143e8).

API shim changes:

New wire-protocol fields on ParameterInfo:

Both fields are omitted when absent, so consumers that ignore unknown fields see no change.

TypedDict.extraItems is noted as a TODO in registry.rs: ty's inference-side parsing landed in astral-sh/ruff#24362, but the public accessor on TypedDictType is still unavailable.