mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.65.2
This commit is contained in:
parent
aabe2c7d66
commit
4d91f978d2
|
|
@ -3,6 +3,8 @@
|
|||
## Latest Changes
|
||||
|
||||
|
||||
## 0.65.2
|
||||
|
||||
### Security fixes
|
||||
|
||||
* 🔒 Check Content-Type request header before assuming JSON. Initial PR [#2118](https://github.com/tiangolo/fastapi/pull/2118) by [@patrickkwang](https://github.com/patrickkwang).
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||
|
||||
__version__ = "0.65.1"
|
||||
__version__ = "0.65.2"
|
||||
|
||||
from starlette import status as status
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue