You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No hurry for us. This caused some tests to fail, but those tests can use typing.TypedDict instead. Most likely the typing_extension usage was from time we supported Python 3.7.
pekkaklarck
added a commit
to robotframework/robotframework
that referenced
this issue
May 8, 2025
No need to use typing_extensions.TypedDict in these tests when
typing.TypedDict works just fine. That avoids problems with
Python 3.14 (#5352) caused by a bug in typing_extensions:
python/typing_extensions#593
Tested with typing_extensions v4.13.2. There are no problems with earlier Python versions nor were there with Python 3.14 alphas that I tested.
The text was updated successfully, but these errors were encountered: