From: Sebastián Ramírez Date: Thu, 28 Sep 2023 19:57:42 +0000 (-0500) Subject: 🔖 Release 0.103.2 X-Git-Tag: 0.103.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bf5e7a10e33d6f65e0f701ec271785fbc9b463c;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release 0.103.2 --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 1a74cc17f6..11333a712e 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.103.2 + ### Refactors * ⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values. PR [#10344](https://github.com/tiangolo/fastapi/pull/10344) by [@tiangolo](https://github.com/tiangolo). diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 329477e412..981ca49455 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.103.1" +__version__ = "0.103.2" from starlette import status as status