mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
🔖 Release version 0.51.0
This commit is contained in:
parent
c65fdc4bed
commit
cf760d6802
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
## Latest changes
|
||||
|
||||
## 0.51.0
|
||||
|
||||
* Re-export utils from Starlette:
|
||||
* This allows using things like `from fastapi.responses import JSONResponse` instead of `from starlette.responses import JSONResponse`.
|
||||
* It's mainly syntax sugar, a convenience for developer experience.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||
|
||||
__version__ = "0.50.0"
|
||||
__version__ = "0.51.0"
|
||||
|
||||
from starlette import status
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue