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
Importing the __annotations__ from future was leading to some problems. Just reordering the models starting from the subclass and removing the future import could be a nice feature to implement.
The text was updated successfully, but these errors were encountered:
I would happily help you with that but I have no experience with Rust and just trying to read the code base without any knowledge of it gave me a headache 😅
I would consider helping you on this maybe in a few weeks, time to learn more abour Rust 😄
I recently run into an issue with generated models from the website https://stackoverflow.com/questions/74346565/fastapi-typeerror-issubclass-arg-1-must-be-a-class-with-modular-imports/75789412#75789412
Importing the
__annotations__
from future was leading to some problems. Just reordering the models starting from the subclass and removing the future import could be a nice feature to implement.The text was updated successfully, but these errors were encountered: