tiangolo/fastapi (fastapi)
### [`v0.110.2`](https://togithub.com/tiangolo/fastapi/releases/tag/0.110.2)
[Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.110.1...0.110.2)
##### Fixes
- π Fix support for query parameters with list types, handle JSON encoding Pydantic `UndefinedType`. PR [#9929](https://togithub.com/tiangolo/fastapi/pull/9929) by [@arjwilliams](https://togithub.com/arjwilliams).
##### Refactors
- β»οΈ Simplify Pydantic configs in OpenAPI models in `fastapi/openapi/models.py`. PR [#10886](https://togithub.com/tiangolo/fastapi/pull/10886) by [@JoeTanto2](https://togithub.com/JoeTanto2).
- β¨ Add support for Pydantic's 2.7 new deprecated Field parameter, remove URL from validation errors response. PR [#11461](https://togithub.com/tiangolo/fastapi/pull/11461) by [@tiangolo](https://togithub.com/tiangolo).
##### Docs
- π Fix types in examples under `docs_src/extra_data_types`. PR [#10535](https://togithub.com/tiangolo/fastapi/pull/10535) by [@nilslindemann](https://togithub.com/nilslindemann).
- π Update references to UJSON. PR [#11464](https://togithub.com/tiangolo/fastapi/pull/11464) by [@tiangolo](https://togithub.com/tiangolo).
- π Tweak docs and translations links, typos, format. PR [#11389](https://togithub.com/tiangolo/fastapi/pull/11389) by [@nilslindemann](https://togithub.com/nilslindemann).
- π Fix typo in `docs/es/docs/async.md`. PR [#11400](https://togithub.com/tiangolo/fastapi/pull/11400) by [@fabianfalon](https://togithub.com/fabianfalon).
- π Update OpenAPI client generation docs to use `@hey-api/openapi-ts`. PR [#11339](https://togithub.com/tiangolo/fastapi/pull/11339) by [@jordanshatford](https://togithub.com/jordanshatford).
##### Translations
- π Update Chinese translation for `docs/zh/docs/index.html`. PR [#11430](https://togithub.com/tiangolo/fastapi/pull/11430) by [@waketzheng](https://togithub.com/waketzheng).
- π Add Russian translation for `docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md`. PR [#11411](https://togithub.com/tiangolo/fastapi/pull/11411) by [@anton2yakovlev](https://togithub.com/anton2yakovlev).
- π Add Portuguese translations for `learn/index.md` `resources/index.md` `help/index.md` `about/index.md`. PR [#10807](https://togithub.com/tiangolo/fastapi/pull/10807) by [@nazarepiedady](https://togithub.com/nazarepiedady).
- π Update Russian translations for deployments docs. PR [#11271](https://togithub.com/tiangolo/fastapi/pull/11271) by [@Lufa1u](https://togithub.com/Lufa1u).
- π Add Bengali translations for `docs/bn/docs/python-types.md`. PR [#11376](https://togithub.com/tiangolo/fastapi/pull/11376) by [@imtiaz101325](https://togithub.com/imtiaz101325).
- π Add Korean translation for `docs/ko/docs/tutorial/security/simple-oauth2.md`. PR [#5744](https://togithub.com/tiangolo/fastapi/pull/5744) by [@KdHyeon0661](https://togithub.com/KdHyeon0661).
- π Add Korean translation for `docs/ko/docs/help-fastapi.md`. PR [#4139](https://togithub.com/tiangolo/fastapi/pull/4139) by [@kty4119](https://togithub.com/kty4119).
- π Add Korean translation for `docs/ko/docs/advanced/events.md`. PR [#5087](https://togithub.com/tiangolo/fastapi/pull/5087) by [@pers0n4](https://togithub.com/pers0n4).
- π Add Japanese translation for `docs/ja/docs/tutorial/path-operation-configuration.md`. PR [#1954](https://togithub.com/tiangolo/fastapi/pull/1954) by [@SwftAlpc](https://togithub.com/SwftAlpc).
- π Add Japanese translation for `docs/ja/docs/tutorial/request-forms-and-files.md`. PR [#1946](https://togithub.com/tiangolo/fastapi/pull/1946) by [@SwftAlpc](https://togithub.com/SwftAlpc).
- π Add Russian translation for `docs/ru/docs/tutorial/dependencies/dependencies-with-yield.md`. PR [#10532](https://togithub.com/tiangolo/fastapi/pull/10532) by [@AlertRED](https://togithub.com/AlertRED).
- π Add Korean translation for `docs/ko/docs/tutorial/debugging.md`. PR [#5695](https://togithub.com/tiangolo/fastapi/pull/5695) by [@JungWooGeon](https://togithub.com/JungWooGeon).
##### Internal
- β¬οΈ Upgrade version of typer for docs. PR [#11393](https://togithub.com/tiangolo/fastapi/pull/11393) by [@tiangolo](https://togithub.com/tiangolo).
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.110.1
->0.110.2
Release Notes
tiangolo/fastapi (fastapi)
### [`v0.110.2`](https://togithub.com/tiangolo/fastapi/releases/tag/0.110.2) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.110.1...0.110.2) ##### Fixes - π Fix support for query parameters with list types, handle JSON encoding Pydantic `UndefinedType`. PR [#9929](https://togithub.com/tiangolo/fastapi/pull/9929) by [@arjwilliams](https://togithub.com/arjwilliams). ##### Refactors - β»οΈ Simplify Pydantic configs in OpenAPI models in `fastapi/openapi/models.py`. PR [#10886](https://togithub.com/tiangolo/fastapi/pull/10886) by [@JoeTanto2](https://togithub.com/JoeTanto2). - β¨ Add support for Pydantic's 2.7 new deprecated Field parameter, remove URL from validation errors response. PR [#11461](https://togithub.com/tiangolo/fastapi/pull/11461) by [@tiangolo](https://togithub.com/tiangolo). ##### Docs - π Fix types in examples under `docs_src/extra_data_types`. PR [#10535](https://togithub.com/tiangolo/fastapi/pull/10535) by [@nilslindemann](https://togithub.com/nilslindemann). - π Update references to UJSON. PR [#11464](https://togithub.com/tiangolo/fastapi/pull/11464) by [@tiangolo](https://togithub.com/tiangolo). - π Tweak docs and translations links, typos, format. PR [#11389](https://togithub.com/tiangolo/fastapi/pull/11389) by [@nilslindemann](https://togithub.com/nilslindemann). - π Fix typo in `docs/es/docs/async.md`. PR [#11400](https://togithub.com/tiangolo/fastapi/pull/11400) by [@fabianfalon](https://togithub.com/fabianfalon). - π Update OpenAPI client generation docs to use `@hey-api/openapi-ts`. PR [#11339](https://togithub.com/tiangolo/fastapi/pull/11339) by [@jordanshatford](https://togithub.com/jordanshatford). ##### Translations - π Update Chinese translation for `docs/zh/docs/index.html`. PR [#11430](https://togithub.com/tiangolo/fastapi/pull/11430) by [@waketzheng](https://togithub.com/waketzheng). - π Add Russian translation for `docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md`. PR [#11411](https://togithub.com/tiangolo/fastapi/pull/11411) by [@anton2yakovlev](https://togithub.com/anton2yakovlev). - π Add Portuguese translations for `learn/index.md` `resources/index.md` `help/index.md` `about/index.md`. PR [#10807](https://togithub.com/tiangolo/fastapi/pull/10807) by [@nazarepiedady](https://togithub.com/nazarepiedady). - π Update Russian translations for deployments docs. PR [#11271](https://togithub.com/tiangolo/fastapi/pull/11271) by [@Lufa1u](https://togithub.com/Lufa1u). - π Add Bengali translations for `docs/bn/docs/python-types.md`. PR [#11376](https://togithub.com/tiangolo/fastapi/pull/11376) by [@imtiaz101325](https://togithub.com/imtiaz101325). - π Add Korean translation for `docs/ko/docs/tutorial/security/simple-oauth2.md`. PR [#5744](https://togithub.com/tiangolo/fastapi/pull/5744) by [@KdHyeon0661](https://togithub.com/KdHyeon0661). - π Add Korean translation for `docs/ko/docs/help-fastapi.md`. PR [#4139](https://togithub.com/tiangolo/fastapi/pull/4139) by [@kty4119](https://togithub.com/kty4119). - π Add Korean translation for `docs/ko/docs/advanced/events.md`. PR [#5087](https://togithub.com/tiangolo/fastapi/pull/5087) by [@pers0n4](https://togithub.com/pers0n4). - π Add Japanese translation for `docs/ja/docs/tutorial/path-operation-configuration.md`. PR [#1954](https://togithub.com/tiangolo/fastapi/pull/1954) by [@SwftAlpc](https://togithub.com/SwftAlpc). - π Add Japanese translation for `docs/ja/docs/tutorial/request-forms-and-files.md`. PR [#1946](https://togithub.com/tiangolo/fastapi/pull/1946) by [@SwftAlpc](https://togithub.com/SwftAlpc). - π Add Russian translation for `docs/ru/docs/tutorial/dependencies/dependencies-with-yield.md`. PR [#10532](https://togithub.com/tiangolo/fastapi/pull/10532) by [@AlertRED](https://togithub.com/AlertRED). - π Add Korean translation for `docs/ko/docs/tutorial/debugging.md`. PR [#5695](https://togithub.com/tiangolo/fastapi/pull/5695) by [@JungWooGeon](https://togithub.com/JungWooGeon). ##### Internal - β¬οΈ Upgrade version of typer for docs. PR [#11393](https://togithub.com/tiangolo/fastapi/pull/11393) by [@tiangolo](https://togithub.com/tiangolo).Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.