]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔖 Release version 0.119.0 0.119.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 11 Oct 2025 17:09:01 +0000 (19:09 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 11 Oct 2025 17:09:01 +0000 (19:09 +0200)
docs/en/docs/release-notes.md
fastapi/__init__.py

index 110ccd74c8b627b155caac88aab78fed98291d41..663e99a23271acf180d5b8ae448d919cedb200ca 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+## 0.119.0
+
 FastAPI now (temporarily) supports both Pydantic v2 models and `pydantic.v1` models at the same time in the same app, to make it easier for any FastAPI apps still using Pydantic v1 to gradually but quickly **migrate to Pydantic v2**.
 
 ```Python
index 297d993d69171451fdb797173f761f172bd87e29..2091f0d1f24b822da442e8c52efbf72773c3128c 100644 (file)
@@ -1,6 +1,6 @@
 """FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
 
-__version__ = "0.118.3"
+__version__ = "0.119.0"
 
 from starlette import status as status