mirror of https://github.com/tiangolo/fastapi.git
🔖 Release version 0.115.4
This commit is contained in:
parent
b270ff1e5e
commit
31887b1cc6
|
|
@ -7,6 +7,8 @@ hide:
|
|||
|
||||
## Latest Changes
|
||||
|
||||
## 0.115.4
|
||||
|
||||
### Refactors
|
||||
|
||||
* ♻️ Update logic to import and check `python-multipart` for compatibility with newer version. PR [#12627](https://github.com/fastapi/fastapi/pull/12627) 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.115.3"
|
||||
__version__ = "0.115.4"
|
||||
|
||||
from starlette import status as status
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue