From: Sebastián Ramírez Date: Thu, 5 Sep 2024 15:00:33 +0000 (+0200) Subject: 🔖 Release version 0.112.4 X-Git-Tag: 0.112.4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=999eeb6c76ff37f94612dd140ce8091932f56c54;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.112.4 --- diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 1bc1bfd829..1e10bf5576 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -1,6 +1,6 @@ """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