mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-08-24 11:22:54 -04:00
Typing Extensions bug type 'typing.TypeVar' is not an acceptable base type #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)
@LETMETYPEAUSERNAME commented on GitHub (Aug 5, 2024):
closing: turns out to be a typing_extensions issue and if i just use python310 it fixes