Feature Request
Now in fory annotation we only have annotations like Int8 = TypeVar('Int8', bound=int), is there some other way to solve the warning when using dataclass_json:
UserWarning: Unknown type ~Float64 at Vector4d.x: ~Float64 It's advised to pass the correct marshmallow type to `mm_field`.
Also, IDE will unhappy when we use TypeVar as a property annotation...
Is your feature request related to a problem? Please describe
No response
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Feature Request
Now in fory annotation we only have annotations like
Int8 = TypeVar('Int8', bound=int), is there some other way to solve the warning when using dataclass_json:Also, IDE will unhappy when we use
TypeVaras a property annotation...Is your feature request related to a problem? Please describe
No response
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response