Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.3k
Releases: fastapi/fastapi
Releases · fastapi/fastapi
0.123.4
Fixes
- 🐛 Fix OpenAPI schema support for computed fields when using
separate_input_output_schemas=False. PR#13207 by@vgrafe.
Docs
- 📝 Fix docstring of
serversparameter. PR#14405 by@YuriiMotov.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
4 people reacted
0.123.3
Fixes
- 🐛 Fix Query\Header\Cookie parameter model alias. PR#14360 by@YuriiMotov.
- 🐛 Fix optional sequence handling in
serialize sequence valuewith Pydantic V2. PR#14297 by@YuriiMotov.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
5 people reacted
0.123.2
Fixes
- 🐛 Fix unformatted
{type_}in FastAPIError. PR#14416 by@Just-Helpful. - 🐛 Fix parsing extra non-body parameter list. PR#14356 by@YuriiMotov.
- 🐛 Fix parsing extra
Formparameter list. PR#14303 by@YuriiMotov. - 🐛 Fix support for form values with empty strings interpreted as missing (
Noneif that's the default), for compatibility with HTML forms. PR#13537 by@MarinPostma.
Docs
- 📝 Add tip on how to install
pipin case ofNo module named piperror invirtual-environments.md. PR#14211 by@zadevhub. - 📝 Update Primary Key notes for the SQL databases tutorial to avoid confusion. PR#14120 by@FlaviusRaducu.
- 📝 Clarify estimation note in documentation. PR#14070 by@SaisakthiM.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2 people reacted
0.123.1
Fixes
- 🐛 Avoid accessing non-existing "$ref" key for Pydantic v2 compat remapping. PR#14361 by@svlandeg.
- 🐛 Fix
TypeErrorwhen encoding a decimal with aNaNorInfinityvalue. PR#12935 by@kentwelcome.
Internal
- 🐛 Fix Windows UnicodeEncodeError in CLI test. PR#14295 by@hemanth-thirthahalli.
- 🔧 Update sponsors: add Greptile. PR#14429 by@tiangolo.
- 👥 Update FastAPI GitHub topic repositories. PR#14426 by@tiangolo.
- ⬆ Bump markdown-include-variants from 0.0.6 to 0.0.7. PR#14423 by@YuriiMotov.
- 👥 Update FastAPI People - Sponsors. PR#14422 by@tiangolo.
- 👥 Update FastAPI People - Contributors and Translators. PR#14420 by@tiangolo.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2 people reacted
0.123.0
0.122.1
Fixes
- 🐛 Fix hierarchical security scope propagation. PR#5624 by@kristjanvalur.
Docs
Internal
- ⬆ Bump markdown-include-variants from 0.0.5 to 0.0.6. PR#14418 by@YuriiMotov.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
15 people reacted
0.122.0
Fixes
- 🐛 Use
401status code in security classes when credentials are missing. PR#13786 by@YuriiMotov.- If your code depended on these classes raising the old (less correct)
403status code, check the new docs about how to override the classes, to use the same old behavior:Use Old 403 Authentication Error Status Codes.
- If your code depended on these classes raising the old (less correct)
Internal
- 🔧 Configure labeler to exclude files that start from underscore for
lang-alllabel. PR#14213 by@YuriiMotov. - 👷 Add pre-commit config with local script for permalinks. PR#14398 by@tiangolo.
- 💄 Use font Fira Code to fix display of Rich panels in docs in Windows. PR#14387 by@tiangolo.
- 👷 Add custom pre-commit CI. PR#14397 by@tiangolo.
- ⬆ Bump actions/checkout from 5 to 6. PR#14381 by@dependabot[bot].
- 👷 Upgrade
latest-changesGitHub Action and pinactions/checkout@v5. PR#14403 by@svlandeg. - 🛠️ Add
add-permalinksandadd-permalinks-pagetoscripts/docs.py. PR#14033 by@YuriiMotov. - 🔧 Upgrade Material for MkDocs and remove insiders. PR#14375 by@tiangolo.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
27 people reacted
0.121.3
0.121.3
Refactors
- ♻️ Make the result of
Depends()andSecurity()hashable, as a workaround for other tools interacting with these internal parts. PR#14372 by@tiangolo.
Upgrades
- ⬆️ Bump Starlette to <
0.51.0. PR#14282 by@musicinmybrain.
Docs
- 📝 Add missing hash part. PR#14369 by@nilslindemann.
- 📝 Fix typos in code comments. PR#14364 by@Edge-Seven.
- 📝 Add docs for using FastAPI Cloud. PR#14359 by@tiangolo.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
20 people reacted
0.121.2
Fixes
Docs
- 📝 Add EuroPython talk & podcast episode with Sebastián Ramírez. PR#14260 by@clytaemnestra.
- ✏️ Fix links and add missing permalink in docs. PR#14217 by@YuriiMotov.
Translations
- 🌐 Update Portuguese translations with LLM prompt. PR#14228 by@ceb10n.
- 🔨 Add Portuguese translations LLM prompt. PR#14208 by@ceb10n.
- 🌐 Sync Russian docs. PR#14331 by@YuriiMotov.
- 🌐 Sync German docs. PR#14317 by@nilslindemann.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
21 people reacted
0.121.1
Fixes
- 🐛 Fix
Depends(func, scope='function')for top level (parameterless) dependencies. PR#14301 by@luzzodev.
Docs
- 📝 Upate docs for advanced dependencies with
yield, noting the changes in 0.121.0, addingscope. PR#14287 by@tiangolo.
Internal
- ⬆ Bump ruff from 0.13.2 to 0.14.3. PR#14276 by@dependabot[bot].
- ⬆ [pre-commit.ci] pre-commit autoupdate. PR#14289 by@pre-commit-ci[bot].
Assets2
Uh oh!
There was an error while loading.Please reload this page.
26 people reacted