Update dependency fastapi to v0.110.2 #53

Merged
profitroll merged 1 commits from renovate/fastapi-0.x into dev 2024-04-19 21:33:30 +03:00
Collaborator

This PR contains the following updates:

Package Update Change
fastapi patch ==0.110.1 -> ==0.110.2

Release Notes

tiangolo/fastapi (fastapi)

v0.110.2

Compare Source

Fixes
  • 🐛 Fix support for query parameters with list types, handle JSON encoding Pydantic UndefinedType. PR #​9929 by @​arjwilliams.
Refactors
  • ♻️ Simplify Pydantic configs in OpenAPI models in fastapi/openapi/models.py. PR #​10886 by @​JoeTanto2.
  • Add support for Pydantic's 2.7 new deprecated Field parameter, remove URL from validation errors response. PR #​11461 by @​tiangolo.
Docs
Translations
Internal

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [fastapi](https://github.com/tiangolo/fastapi) | patch | `==0.110.1` -> `==0.110.2` | --- ### Release Notes <details> <summary>tiangolo/fastapi (fastapi)</summary> ### [`v0.110.2`](https://github.com/tiangolo/fastapi/releases/tag/0.110.2) [Compare Source](https://github.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 [#&#8203;9929](https://github.com/tiangolo/fastapi/pull/9929) by [@&#8203;arjwilliams](https://github.com/arjwilliams). ##### Refactors - ♻️ Simplify Pydantic configs in OpenAPI models in `fastapi/openapi/models.py`. PR [#&#8203;10886](https://github.com/tiangolo/fastapi/pull/10886) by [@&#8203;JoeTanto2](https://github.com/JoeTanto2). - ✨ Add support for Pydantic's 2.7 new deprecated Field parameter, remove URL from validation errors response. PR [#&#8203;11461](https://github.com/tiangolo/fastapi/pull/11461) by [@&#8203;tiangolo](https://github.com/tiangolo). ##### Docs - 📝 Fix types in examples under `docs_src/extra_data_types`. PR [#&#8203;10535](https://github.com/tiangolo/fastapi/pull/10535) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 📝 Update references to UJSON. PR [#&#8203;11464](https://github.com/tiangolo/fastapi/pull/11464) by [@&#8203;tiangolo](https://github.com/tiangolo). - 📝 Tweak docs and translations links, typos, format. PR [#&#8203;11389](https://github.com/tiangolo/fastapi/pull/11389) by [@&#8203;nilslindemann](https://github.com/nilslindemann). - 📝 Fix typo in `docs/es/docs/async.md`. PR [#&#8203;11400](https://github.com/tiangolo/fastapi/pull/11400) by [@&#8203;fabianfalon](https://github.com/fabianfalon). - 📝 Update OpenAPI client generation docs to use `@hey-api/openapi-ts`. PR [#&#8203;11339](https://github.com/tiangolo/fastapi/pull/11339) by [@&#8203;jordanshatford](https://github.com/jordanshatford). ##### Translations - 🌐 Update Chinese translation for `docs/zh/docs/index.html`. PR [#&#8203;11430](https://github.com/tiangolo/fastapi/pull/11430) by [@&#8203;waketzheng](https://github.com/waketzheng). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md`. PR [#&#8203;11411](https://github.com/tiangolo/fastapi/pull/11411) by [@&#8203;anton2yakovlev](https://github.com/anton2yakovlev). - 🌐 Add Portuguese translations for `learn/index.md` `resources/index.md` `help/index.md` `about/index.md`. PR [#&#8203;10807](https://github.com/tiangolo/fastapi/pull/10807) by [@&#8203;nazarepiedady](https://github.com/nazarepiedady). - 🌐 Update Russian translations for deployments docs. PR [#&#8203;11271](https://github.com/tiangolo/fastapi/pull/11271) by [@&#8203;Lufa1u](https://github.com/Lufa1u). - 🌐 Add Bengali translations for `docs/bn/docs/python-types.md`. PR [#&#8203;11376](https://github.com/tiangolo/fastapi/pull/11376) by [@&#8203;imtiaz101325](https://github.com/imtiaz101325). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/security/simple-oauth2.md`. PR [#&#8203;5744](https://github.com/tiangolo/fastapi/pull/5744) by [@&#8203;KdHyeon0661](https://github.com/KdHyeon0661). - 🌐 Add Korean translation for `docs/ko/docs/help-fastapi.md`. PR [#&#8203;4139](https://github.com/tiangolo/fastapi/pull/4139) by [@&#8203;kty4119](https://github.com/kty4119). - 🌐 Add Korean translation for `docs/ko/docs/advanced/events.md`. PR [#&#8203;5087](https://github.com/tiangolo/fastapi/pull/5087) by [@&#8203;pers0n4](https://github.com/pers0n4). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/path-operation-configuration.md`. PR [#&#8203;1954](https://github.com/tiangolo/fastapi/pull/1954) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Japanese translation for `docs/ja/docs/tutorial/request-forms-and-files.md`. PR [#&#8203;1946](https://github.com/tiangolo/fastapi/pull/1946) by [@&#8203;SwftAlpc](https://github.com/SwftAlpc). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/dependencies/dependencies-with-yield.md`. PR [#&#8203;10532](https://github.com/tiangolo/fastapi/pull/10532) by [@&#8203;AlertRED](https://github.com/AlertRED). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/debugging.md`. PR [#&#8203;5695](https://github.com/tiangolo/fastapi/pull/5695) by [@&#8203;JungWooGeon](https://github.com/JungWooGeon). ##### Internal - ⬆️ Upgrade version of typer for docs. PR [#&#8203;11393](https://github.com/tiangolo/fastapi/pull/11393) by [@&#8203;tiangolo](https://github.com/tiangolo). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMCIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->
Renovate added 1 commit 2024-04-19 04:29:28 +03:00
Renovate scheduled this pull request to auto merge when all checks succeed 2024-04-19 04:29:28 +03:00
profitroll merged commit 37a6b4634c into dev 2024-04-19 21:33:30 +03:00
profitroll deleted branch renovate/fastapi-0.x 2024-04-19 21:33:31 +03:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: profitroll/PhotosAPI#53
No description provided.