Skip to content

3.27.1

Latest

Choose a tag to compare

@polyipseity polyipseity released this 20 Jul 02:10
· 124 commits to main since this release
3.27.1
8f332ff

3.27.1

Patch Changes

  • acace18: Fix terminal crash on macOS/Linux due to unconditional typing_extensions import in unix_pseudoterminal.py. The @override decorator is now conditionally imported via a TYPE_CHECKING guard with a runtime no-op fallback, avoiding an unnecessary runtime dependency on platforms where the package is not installed. Fixes GH#178.