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
beartype offers high performance runtime type checking.
Together with the constraints enforced by Pydantic and FastAPI, beartype would provide additional robustness in the form of fast failures with meaningful exceptions.
The text was updated successfully, but these errors were encountered:
beartype offers high performance runtime type checking based on type annotations.
Runtime checking can contribute to a healthier code base (see fixes)
and also allows fast failures with meaningful exceptions for library users.
Closes#152.
beartype offers high performance runtime type checking.
Together with the constraints enforced by Pydantic and FastAPI, beartype would provide additional robustness in the form of fast failures with meaningful exceptions.
The text was updated successfully, but these errors were encountered: