mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-02 14:15:58 -04:00
🔖 Release version 0.68.2
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
|
||||
## Latest Changes
|
||||
|
||||
## 0.68.2
|
||||
|
||||
This release has **no breaking changes**. 🎉
|
||||
|
||||
It upgrades the version ranges of sub-dependencies to allow applications using FastAPI to easily upgrade them.
|
||||
|
||||
Soon there will be a new FastAPI release upgrading Starlette to take advantage of recent improvements, but as that has a higher chance of having breaking changes, it will be in a separate release.
|
||||
|
||||
### Features
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||
|
||||
__version__ = "0.68.1"
|
||||
__version__ = "0.68.2"
|
||||
|
||||
from starlette import status as status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user