🔖 Release version 0.112.4

This commit is contained in:
Sebastián Ramírez 2024-09-05 17:00:33 +02:00
parent 96c7e7e0f3
commit 999eeb6c76
1 changed files with 1 additions and 1 deletions

View File

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