🔖 Release version 0.123.7

This commit is contained in:
Sebastián Ramírez 2025-12-04 09:27:38 +01:00
parent 6c565482cf
commit 603df6e36f
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ hide:
## Latest Changes
## 0.123.7
### Fixes
* 🐛 Fix evaluating stringified annotations in Python 3.10. PR [#11355](https://github.com/fastapi/fastapi/pull/11355) by [@chaen](https://github.com/chaen).

View File

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