[PR #45] [CLOSED] Update dependency fastapi to ^0.87.0 #43

Closed
opened 2026-09-02 13:12:24 +02:00 by TheLovinator · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheLovinator1/twitter-image-collage-maker/pull/45
Author: @renovate[bot]
Created: 11/14/2022
Status: Closed

Base: masterHead: renovate/fastapi-0.x


📝 Commits (1)

  • 033d42a Update dependency fastapi to ^0.87.0

📊 Changes

2 files changed (+80 additions, -16 deletions)

View changed files

📝 poetry.lock (+79 -15)
📝 pyproject.toml (+1 -1)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastapi ^0.86.0 -> ^0.87.0 age adoption passing confidence

Release Notes

tiangolo/fastapi

v0.87.0

Compare Source

Highlights of this release:

  • Upgraded Starlette
    • Now the TestClient is based on HTTPX instead of Requests. 🚀
    • There are some possible breaking changes in the TestClient usage, but @​Kludex built bump-testclient to help you automatize migrating your tests. Make sure you are using Git and that you can undo any unnecessary changes (false positive changes, etc) before using bump-testclient.
  • New WebSocketException (and docs), re-exported from Starlette.
  • Upgraded and relaxed dependencies for package extras all (including new Uvicorn version), when you install "fastapi[all]".
  • New docs about how to Help Maintain FastAPI.
Features
Docs
Translations
  • 🌐 Fix highlight lines for Japanese translation for docs/tutorial/query-params.md. PR #​2969 by @​ftnext.
  • 🌐 Add French translation for docs/fr/docs/advanced/additional-status-code.md. PR #​5477 by @​axel584.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/request-forms-and-files.md. PR #​5579 by @​batlopes.
  • 🌐 Add Japanese translation for docs/ja/docs/advanced/websockets.md. PR #​4983 by @​xryuseix.
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 Mend Renovate. View repository job log here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheLovinator1/twitter-image-collage-maker/pull/45 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 11/14/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `renovate/fastapi-0.x` --- ### 📝 Commits (1) - [`033d42a`](https://github.com/TheLovinator1/twitter-image-collage-maker/commit/033d42ae1093f31e524bd2e0f5a175692b370945) Update dependency fastapi to ^0.87.0 ### 📊 Changes **2 files changed** (+80 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+79 -15) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastapi](https://togithub.com/tiangolo/fastapi) | `^0.86.0` -> `^0.87.0` | [![age](https://badges.renovateapi.com/packages/pypi/fastapi/0.87.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/fastapi/0.87.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/fastapi/0.87.0/compatibility-slim/0.86.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/fastapi/0.87.0/confidence-slim/0.86.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tiangolo/fastapi</summary> ### [`v0.87.0`](https://togithub.com/tiangolo/fastapi/releases/tag/0.87.0) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.86.0...0.87.0) Highlights of this release: - [Upgraded Starlette](https://togithub.com/encode/starlette/releases/tag/0.21.0) - Now the `TestClient` is based on HTTPX instead of Requests. 🚀 - There are some possible **breaking changes** in the `TestClient` usage, but [@&#8203;Kludex](https://togithub.com/Kludex) built [bump-testclient](https://togithub.com/Kludex/bump-testclient) to help you automatize migrating your tests. Make sure you are using Git and that you can undo any unnecessary changes (false positive changes, etc) before using `bump-testclient`. - New [WebSocketException (and docs)](https://fastapi.tiangolo.com/advanced/websockets/#using-depends-and-others), re-exported from Starlette. - Upgraded and relaxed dependencies for package extras `all` (including new Uvicorn version), when you install `"fastapi[all]"`. - New docs about how to [**Help Maintain FastAPI**](https://fastapi.tiangolo.com/help-fastapi/#help-maintain-fastapi). ##### Features - ⬆️ Upgrade and relax dependencies for extras "all". PR [#&#8203;5634](https://togithub.com/tiangolo/fastapi/pull/5634) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ✨ Re-export Starlette's `WebSocketException` and add it to docs. PR [#&#8203;5629](https://togithub.com/tiangolo/fastapi/pull/5629) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 📝 Update references to Requests for tests to HTTPX, and add HTTPX to extras. PR [#&#8203;5628](https://togithub.com/tiangolo/fastapi/pull/5628) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ⬆ Upgrade Starlette to `0.21.0`, including the new [`TestClient` based on HTTPX](https://togithub.com/encode/starlette/releases/tag/0.21.0). PR [#&#8203;5471](https://togithub.com/tiangolo/fastapi/pull/5471) by [@&#8203;pawelrubin](https://togithub.com/pawelrubin). ##### Docs - ✏️ Tweak Help FastAPI from PR review after merging. PR [#&#8203;5633](https://togithub.com/tiangolo/fastapi/pull/5633) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ✏️ Clarify docs on CORS. PR [#&#8203;5627](https://togithub.com/tiangolo/fastapi/pull/5627) by [@&#8203;paxcodes](https://togithub.com/paxcodes). - 📝 Update Help FastAPI: Help Maintain FastAPI. PR [#&#8203;5632](https://togithub.com/tiangolo/fastapi/pull/5632) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Translations - 🌐 Fix highlight lines for Japanese translation for `docs/tutorial/query-params.md`. PR [#&#8203;2969](https://togithub.com/tiangolo/fastapi/pull/2969) by [@&#8203;ftnext](https://togithub.com/ftnext). - 🌐 Add French translation for `docs/fr/docs/advanced/additional-status-code.md`. PR [#&#8203;5477](https://togithub.com/tiangolo/fastapi/pull/5477) by [@&#8203;axel584](https://togithub.com/axel584). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request-forms-and-files.md`. PR [#&#8203;5579](https://togithub.com/tiangolo/fastapi/pull/5579) by [@&#8203;batlopes](https://togithub.com/batlopes). - 🌐 Add Japanese translation for `docs/ja/docs/advanced/websockets.md`. PR [#&#8203;4983](https://togithub.com/tiangolo/fastapi/pull/4983) by [@&#8203;xryuseix](https://togithub.com/xryuseix). ##### Internal - ✨ Use Ruff for linting. PR [#&#8203;5630](https://togithub.com/tiangolo/fastapi/pull/5630) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🛠 Add Arabic issue number to Notify Translations GitHub Action. PR [#&#8203;5610](https://togithub.com/tiangolo/fastapi/pull/5610) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ⬆ Bump dawidd6/action-download-artifact from 2.24.1 to 2.24.2. PR [#&#8203;5609](https://togithub.com/tiangolo/fastapi/pull/5609) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Bump dawidd6/action-download-artifact from 2.24.0 to 2.24.1. PR [#&#8203;5603](https://togithub.com/tiangolo/fastapi/pull/5603) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - 📝 Update coverage badge to use Samuel Colvin's Smokeshow. PR [#&#8203;5585](https://togithub.com/tiangolo/fastapi/pull/5585) by [@&#8203;tiangolo](https://togithub.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. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/TheLovinator1/twitter-image-collage-maker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
TheLovinator 2026-09-02 13:12:24 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
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
TheLovinator/twitter-image-collage-maker#43
No description provided.