Browse Source

🔖 Release version 0.123.5

pull/14443/head 0.123.5
Sebastián Ramírez 6 months ago
parent
commit
c57ac7bdf3
  1. 2
      docs/en/docs/release-notes.md
  2. 2
      fastapi/__init__.py

2
docs/en/docs/release-notes.md

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.123.5
### Features
* ✨ Allow using dependables with `functools.partial()`. PR [#9753](https://github.com/fastapi/fastapi/pull/9753) by [@lieryan](https://github.com/lieryan).

2
fastapi/__init__.py

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

Loading…
Cancel
Save