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
Python 3.12.4 changed the signature of typing.ForwardRef._evaluate so that the exception TypeError: ForwardRef._evaluate() missing 1 required keyword-only argument: 'recursive_guard' is now thrown inside this function:
Python 3.12.4 changed the signature of
typing.ForwardRef._evaluate
so that the exceptionTypeError: ForwardRef._evaluate() missing 1 required keyword-only argument: 'recursive_guard'
is now thrown inside this function:mashumaro/mashumaro/core/meta/helpers.py
Lines 771 to 779 in bffc024
The relevant change in Python 3.12.4 is in python/cpython@5430f61.
The text was updated successfully, but these errors were encountered: