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
choosing Pydantic was not a wise decision at the start of the project!
it has a lot of overhead, and performance loss and we don't need most of its functionality and things that it brings, since we don't want to do any excessive data validation.
my suggestion is to migrate to attrs before we go any further in the project. I think now is the best time to do this, because if we don't, we may need to change a lot of things in the future.
The text was updated successfully, but these errors were encountered:
choosing
Pydantic
was not a wise decision at the start of the project!it has a lot of overhead, and performance loss and we don't need most of its functionality and things that it brings, since we don't want to do any excessive data validation.
my suggestion is to migrate to
attrs
before we go any further in the project. I think now is the best time to do this, because if we don't, we may need to change a lot of things in the future.The text was updated successfully, but these errors were encountered: