Skip to content

2.1.0

Compare
Choose a tag to compare
@rra rra released this 10 Aug 00:23
2.1.0
dae60f0
  • Add safir.models.ErrorModel, which is a model of the error message format preferred by FastAPI. Using the model is not necessary but it's helpful to reference it in API documentation to generate more complete information about the error messages.
  • Mark all FastAPI dependencies as async so that FastAPI doesn't run them in an external thread pool.