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
About using Pydantic, are we going to use it for all the stats and outputs of the all the plugins or just with FastAPI?
I am not sure how much of a performance overhead the runtime validation performed by pydantic would result in. We also have the option of using dataclasses or NamedTuples with proper typing to identify static typing errors.
See: https://pydantic-docs.helpmanual.io/usage/models/
also have a look on: https://github.com/jcrist/msgspec
Need Python 3.7 or higher.
Use it in #2183 ?
The text was updated successfully, but these errors were encountered: