Typing Extensions bug type 'typing.TypeVar' is not an acceptable base type #35

Closed
opened 2026-02-15 23:16:19 -05:00 by yindo · 1 comment
Owner

Originally created by @LETMETYPEAUSERNAME on GitHub (Aug 4, 2024).

Describe the bug
importing revolt on python312 gives the error type 'typing.TypeVar' is not an acceptable base type

To Reproduce
use python 312
"import revolt"
type 'typing.TypeVar' is not an acceptable base type

Expected behavior
being able to import revolt without "type 'typing.TypeVar' is not an acceptable base type" (which may be a TypingExtensions issue)

Originally created by @LETMETYPEAUSERNAME on GitHub (Aug 4, 2024). **Describe the bug** importing revolt on python312 gives the error type 'typing.TypeVar' is not an acceptable base type **To Reproduce** use python 312 "import revolt" type 'typing.TypeVar' is not an acceptable base type **Expected behavior** being able to import revolt without "type 'typing.TypeVar' is not an acceptable base type" (which may be a TypingExtensions issue)
yindo added the unconfirmed bug label 2026-02-15 23:16:19 -05:00
yindo closed this issue 2026-02-15 23:16:19 -05:00
Author
Owner

@LETMETYPEAUSERNAME commented on GitHub (Aug 5, 2024):

closing: turns out to be a typing_extensions issue and if i just use python310 it fixes

@LETMETYPEAUSERNAME commented on GitHub (Aug 5, 2024): closing: turns out to be a typing_extensions issue and if i just use python310 it fixes
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/python-client-sdk#35