🔖 Release version 0.95.0

This commit is contained in:
Sebastián Ramírez 2023-03-18 20:37:42 +01:00
parent 38f0cad517
commit d666ccb622
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
## Latest Changes
## 0.95.0
### Highlights
This release adds support for dependencies and parameters using `Annotated` and recommends its usage. ✨

View File

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.94.1"
__version__ = "0.95.0"
from starlette import status as status