Skip to content

Conversation

@BruinGrowly
Copy link
Owner

Changed tuple[...] to Tuple[...] in type hints for Python 3.8 compatibility. The lowercase generic syntax was introduced in Python 3.9 (PEP 585), but our CI runs on Python 3.8.

Changes:

  • Added Tuple to typing imports
  • Changed return type annotation from tuple[...] to Tuple[...]

Fixes CI test collection error:
TypeError: 'type' object is not subscriptable

Changed `tuple[...]` to `Tuple[...]` in type hints for Python 3.8
compatibility. The lowercase generic syntax was introduced in Python 3.9
(PEP 585), but our CI runs on Python 3.8.

Changes:
- Added `Tuple` to typing imports
- Changed return type annotation from `tuple[...]` to `Tuple[...]`

Fixes CI test collection error:
TypeError: 'type' object is not subscriptable
@BruinGrowly BruinGrowly merged commit eccc726 into main Nov 2, 2025
14 checks passed
@BruinGrowly BruinGrowly deleted the claude/check-code-011CUf7NJcXsSSKr1fXAedS5 branch November 2, 2025 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants