Features
- ⬆ Upgrade version required of Starlette from
0.19.1
to0.20.4
. Initial PR #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
. PR #5401 by @tiangolo.
Internal
- ⬆️ Upgrade dependencies for doc and dev internal extras: Typer, Uvicorn. PR #5400 by @tiangolo.
- ⬆️ Upgrade test dependencies: Black, HTTPX, databases, types-ujson. PR #5399 by @tiangolo.
- ⬆️ Upgrade mypy and tweak internal type annotations. PR #5398 by @tiangolo.
- 🔧 Update test dependencies, upgrade Pytest, move dependencies from dev to test. PR #5396 by @tiangolo.