mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 13:06:43 +00:00
🔖 Release version 0.53.0
This commit is contained in:
parent
10485cad5a
commit
56e43ba204
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Latest changes
|
## Latest changes
|
||||||
|
|
||||||
|
## 0.53.0
|
||||||
|
|
||||||
* Update test coverage badge. PR [#1175](https://github.com/tiangolo/fastapi/pull/1175).
|
* Update test coverage badge. PR [#1175](https://github.com/tiangolo/fastapi/pull/1175).
|
||||||
* Add `orjson` to `pip install fastapi[all]`. PR [#1161](https://github.com/tiangolo/fastapi/pull/1161) by [@michael0liver](https://github.com/michael0liver).
|
* Add `orjson` to `pip install fastapi[all]`. PR [#1161](https://github.com/tiangolo/fastapi/pull/1161) by [@michael0liver](https://github.com/michael0liver).
|
||||||
* Fix included example for `GZipMiddleware`. PR [#1138](https://github.com/tiangolo/fastapi/pull/1138) by [@arimbr](https://github.com/arimbr).
|
* Fix included example for `GZipMiddleware`. PR [#1138](https://github.com/tiangolo/fastapi/pull/1138) by [@arimbr](https://github.com/arimbr).
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||||
|
|
||||||
__version__ = "0.52.0"
|
__version__ = "0.53.0"
|
||||||
|
|
||||||
from starlette import status
|
from starlette import status
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue