Update dependency fastapi to v0.104.1 #34

Merged
profitroll merged 1 commits from renovate/fastapi-0.x into dev 2023-10-31 11:07:53 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
fastapi patch ==0.104.0 -> ==0.104.1

Release Notes

tiangolo/fastapi (fastapi)

v0.104.1

Compare Source

Fixes
  • 📌 Pin Swagger UI version to 5.9.0 temporarily to handle a bug crashing it in 5.9.1. PR #​10529 by @​alejandraklachquin.
    • This is not really a bug in FastAPI but in Swagger UI, nevertheless pinning the version will work while a solution is found on the Swagger UI side.
Docs
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.104.0` -> `==0.104.1` | --- ### Release Notes <details> <summary>tiangolo/fastapi (fastapi)</summary> ### [`v0.104.1`](https://github.com/tiangolo/fastapi/releases/tag/0.104.1) [Compare Source](https://github.com/tiangolo/fastapi/compare/0.104.0...0.104.1) ##### Fixes - 📌 Pin Swagger UI version to 5.9.0 temporarily to handle a bug crashing it in 5.9.1. PR [#&#8203;10529](https://github.com/tiangolo/fastapi/pull/10529) by [@&#8203;alejandraklachquin](https://github.com/alejandraklachquin). - This is not really a bug in FastAPI but in Swagger UI, nevertheless pinning the version will work while a solution is found on the [Swagger UI side](https://github.com/swagger-api/swagger-ui/issues/9337). ##### Docs - 📝 Update data structure and render for external-links. PR [#&#8203;10495](https://github.com/tiangolo/fastapi/pull/10495) by [@&#8203;tiangolo](https://github.com/tiangolo). - ✏️ Fix link to SPDX license identifier in `docs/en/docs/tutorial/metadata.md`. PR [#&#8203;10433](https://github.com/tiangolo/fastapi/pull/10433) by [@&#8203;worldworm](https://github.com/worldworm). - 📝 Update example validation error from Pydantic v1 to match Pydantic v2 in `docs/en/docs/tutorial/path-params.md`. PR [#&#8203;10043](https://github.com/tiangolo/fastapi/pull/10043) by [@&#8203;giuliowaitforitdavide](https://github.com/giuliowaitforitdavide). - ✏️ Fix typos in emoji docs and in some source examples. PR [#&#8203;10438](https://github.com/tiangolo/fastapi/pull/10438) by [@&#8203;afuetterer](https://github.com/afuetterer). - ✏️ Fix typo in `docs/en/docs/reference/dependencies.md`. PR [#&#8203;10465](https://github.com/tiangolo/fastapi/pull/10465) by [@&#8203;suravshresth](https://github.com/suravshresth). - ✏️ Fix typos and rewordings in `docs/en/docs/tutorial/body-nested-models.md`. PR [#&#8203;10468](https://github.com/tiangolo/fastapi/pull/10468) by [@&#8203;yogabonito](https://github.com/yogabonito). - 📝 Update docs, remove references to removed `pydantic.Required` in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#&#8203;10469](https://github.com/tiangolo/fastapi/pull/10469) by [@&#8203;yogabonito](https://github.com/yogabonito). - ✏️ Fix typo in `docs/en/docs/reference/index.md`. PR [#&#8203;10467](https://github.com/tiangolo/fastapi/pull/10467) by [@&#8203;tarsil](https://github.com/tarsil). - 🔥 Remove unnecessary duplicated docstrings. PR [#&#8203;10484](https://github.com/tiangolo/fastapi/pull/10484) by [@&#8203;tiangolo](https://github.com/tiangolo). ##### Internal - ✏️ Update Pydantic links to dotenv support. PR [#&#8203;10511](https://github.com/tiangolo/fastapi/pull/10511) by [@&#8203;White-Mask](https://github.com/White-Mask). - ✏️ Update links in `docs/en/docs/async.md` and `docs/zh/docs/async.md` to make them relative. PR [#&#8203;10498](https://github.com/tiangolo/fastapi/pull/10498) by [@&#8203;hasnatsajid](https://github.com/hasnatsajid). - ✏️ Fix links in `docs/em/docs/async.md`. PR [#&#8203;10507](https://github.com/tiangolo/fastapi/pull/10507) by [@&#8203;hasnatsajid](https://github.com/hasnatsajid). - ✏️ Fix typo in `docs/em/docs/index.md`, Python 3.8. PR [#&#8203;10521](https://github.com/tiangolo/fastapi/pull/10521) by [@&#8203;kerriop](https://github.com/kerriop). - ⬆ Bump pillow from 9.5.0 to 10.1.0. PR [#&#8203;10446](https://github.com/tiangolo/fastapi/pull/10446) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Update mkdocs-material requirement from <9.0.0,>=8.1.4 to >=8.1.4,<10.0.0. PR [#&#8203;5862](https://github.com/tiangolo/fastapi/pull/5862) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump mkdocs-material from 9.1.21 to 9.4.7. PR [#&#8203;10545](https://github.com/tiangolo/fastapi/pull/10545) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - 👷 Install MkDocs Material Insiders only when secrets are available, for Dependabot. PR [#&#8203;10544](https://github.com/tiangolo/fastapi/pull/10544) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Update sponsors badges, Databento. PR [#&#8203;10519](https://github.com/tiangolo/fastapi/pull/10519) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Adopt Ruff format. PR [#&#8203;10517](https://github.com/tiangolo/fastapi/pull/10517) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔧 Add `CITATION.cff` file for academic citations. PR [#&#8203;10496](https://github.com/tiangolo/fastapi/pull/10496) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🐛 Fix overriding MKDocs theme lang in hook. PR [#&#8203;10490](https://github.com/tiangolo/fastapi/pull/10490) by [@&#8203;tiangolo](https://github.com/tiangolo). - 🔥 Drop/close Gitter chat. Questions should go to GitHub Discussions, free conversations to Discord.. PR [#&#8203;10485](https://github.com/tiangolo/fastapi/pull/10485) 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 2023-10-30 12:18:44 +02:00
Renovate scheduled this pull request to auto merge when all checks succeed 2023-10-30 12:18:44 +02:00
profitroll merged commit 3aa171869b into dev 2023-10-31 11:07:53 +02:00
profitroll deleted branch renovate/fastapi-0.x 2023-10-31 11:07:54 +02: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#34
No description provided.