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
Currently, ForwardRefs are not supported. These store their inner types as strings. Therefore they break the serialize and deserialize machinery, which expect the annotations to be valid Python types.
The text was updated successfully, but these errors were encountered:
Currently,
ForwardRef
s are not supported. These store their inner types as strings. Therefore they break theserialize
anddeserialize
machinery, which expect the annotations to be valid Python types.The text was updated successfully, but these errors were encountered: