From: Sebastián Ramírez Date: Mon, 25 Dec 2023 18:01:26 +0000 (+0100) Subject: 🔖 Release version 0.106.0 X-Git-Tag: 0.106.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91510db62012b817627833e896ddb579056c5922;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.106.0 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index a2424a3832..fc38cb475f 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,8 @@ hide: ## Latest Changes +## 0.106.0 + ### Breaking Changes Using resources from dependencies with `yield` in background tasks is no longer supported. diff --git a/fastapi/__init__.py b/fastapi/__init__.py index dd16ea34db..4348bd98e4 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.105.0" +__version__ = "0.106.0" from starlette import status as status