mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.92.0
This commit is contained in:
parent
52ca6cb95b
commit
6879082b36
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
## Latest Changes
|
## Latest Changes
|
||||||
|
|
||||||
|
|
||||||
|
## 0.92.0
|
||||||
|
|
||||||
🚨 This is a security fix. Please upgrade as soon as possible.
|
🚨 This is a security fix. Please upgrade as soon as possible.
|
||||||
|
|
||||||
### Upgrades
|
### Upgrades
|
||||||
|
|
|
||||||
|
|
@ -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.91.0"
|
__version__ = "0.92.0"
|
||||||
|
|
||||||
from starlette import status as status
|
from starlette import status as status
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue