With Python 3.10 and 3.12, I have the following error:
File "C:\...\env2\Lib\site-packages\trame_dataclass\v2.py", line 19, in <module>
from typing_extensions import evaluate_forward_ref
ImportError: cannot import name 'evaluate_forward_ref' from 'typing_extensions'
The error happens when typing_extensions is < 4.13.
I no longer have the error when typing_extensions>=4.13.0
With Python 3.10 and 3.12, I have the following error:
The error happens when typing_extensions is < 4.13.
I no longer have the error when typing_extensions>=4.13.0