mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-28 10:49:33 -04:00
🔖 Release version 0.62.0
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## Latest Changes
|
||||
|
||||
## 0.62.0
|
||||
|
||||
### Features
|
||||
|
||||
* ✨ Add support for shared/top-level parameters (dependencies, tags, etc). PR [#2434](https://github.com/tiangolo/fastapi/pull/2434) by [@tiangolo](https://github.com/tiangolo).
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
|
||||
|
||||
__version__ = "0.61.2"
|
||||
__version__ = "0.62.0"
|
||||
|
||||
from starlette import status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user