### Summary Nesting is not taken care of in the conversion: `Optional[Optional[str]]` yields `str | None | None` This might be related to https://github.com/astral-sh/ruff/issues/18508 ### Version ruff 0.12.1 (32c54189c 2025-06-26)