fix(deps): update dependency fastapi to ^0.85.0 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
fastapi |
^0.83.0 -> ^0.85.0
|
Release Notes
tiangolo/fastapi
v0.85.1
Fixes
-
🐛 Fix support for strings in OpenAPI status codes:default
,1XX
,2XX
,3XX
,4XX
,5XX
. MR #5187 by @JarroVGIT.
Docs
Internal
-
👥 Update FastAPI People. MR #5447 by @github-actions[bot]. -
🔧 Disable Material for MkDocs search plugin. MR #5495 by @tiangolo. -
🔇 Ignore Trio warning in tests for CI. MR #5483 by @samuelcolvin.
v0.85.0
Features
-
⬆ Upgrade version required of Starlette from0.19.1
to0.20.4
. Initial MR #4820 by @Kludex.- This includes several bug fixes in Starlette.
-
⬆ ️ Upgrade Uvicorn max version in public extras: all. From>=0.12.0,<0.18.0
to>=0.12.0,<0.19.0
. MR #5401 by @tiangolo.
Internal
-
⬆ ️ Upgrade dependencies for doc and dev internal extras: Typer, Uvicorn. MR #5400 by @tiangolo. -
⬆ ️ Upgrade test dependencies: Black, HTTPX, databases, types-ujson. MR #5399 by @tiangolo. -
⬆ ️ Upgrade mypy and tweak internal type annotations. MR #5398 by @tiangolo. -
🔧 Update test dependencies, upgrade Pytest, move dependencies from dev to test. MR #5396 by @tiangolo.
v0.84.0
Breaking Changes
This version of FastAPI drops support for Python 3.6.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.