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
Is your feature request related to a problem? Please describe.
Since Python 3.12 it is possible to create compile-time only type aliases with the new type statement. Sadly, griffe does not appear to parse these new statements yet. It also does not seem to parse type parameters in class and function definitions.
Describe the solution you'd like
I would like for griffe to parse these new constructs.
Describe alternatives you've considered
N/A, I prefer to continue using mkdocstring instead of alternatives.
Additional context
N/A
Boost priority
Boost priority in our backlog through Polar.sh. Higher pledge, higher priority.
Minimum pledge by user/organization is $5, minimum amount for boost is $30.
Is your feature request related to a problem? Please describe.
Since Python 3.12 it is possible to create compile-time only type aliases with the new type statement. Sadly, griffe does not appear to parse these new statements yet. It also does not seem to parse type parameters in class and function definitions.
Describe the solution you'd like
I would like for griffe to parse these new constructs.
Describe alternatives you've considered
N/A, I prefer to continue using mkdocstring instead of alternatives.
Additional context
N/A
Boost priority
The text was updated successfully, but these errors were encountered: