mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
🔖 Release version 0.65.2
This commit is contained in:
parent
aabe2c7d66
commit
4d91f978d2
2 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
## Latest Changes
|
## Latest Changes
|
||||||
|
|
||||||
|
|
||||||
|
## 0.65.2
|
||||||
|
|
||||||
### Security fixes
|
### 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).
|
* 🔒 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"""
|
"""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
|
from starlette import status as status
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue