Type: <b>Bug</b> # Behaviour The extension is unable to parse TOML files which have lists containing a mixture of types. This is an issue when using [Dependency groups](https://packaging.python.org/en/latest/specifications/dependency-groups/) such as: ```toml [dependency-groups] dev = [ "ruff==0.12.9", { include-group = "test" }, ] test = ["pytest"] ``` ## Steps to reproduce: 1. Add the above section to a project using `pyproject.toml`, and watch the logs. ## Additional Details The error originates from the [isPipInstallableToml](https://github.com/microsoft/vscode-python/blob/ebc683abd492a73fe9c707094e39ab18ae8f6bd4/src/client/pythonEnvironments/creation/provider/venvUtils.ts#L144) function and is in fact an error within the upstream `@iarna/toml` package. See the [upstream bug report](https://github.com/iarna/iarna-toml/issues/60). Extension version: 2025.13.2025082101 VS Code version: Code - Insiders 1.104.0-insider (986f8e6054200db6e8215bbcb216f3cd2429eb4d, 2025-08-21T05:03:53.575Z) OS version: Darwin arm64 24.6.0 Modes: <!-- generated by issue reporter -->