Skip to content
TILens What matters today in tech
Theme
Topics - FastAPI
Calendar · JUL 2026
M07 Jul 2026
  1. M01 JAN
  2. M02 FEB
  3. M03 MAR 001
  1. M04 APR 011
  2. M05 MAY 011
  3. M06 JUN 004
  1. M07 JUL 015
  2. M08 AUG 010
  3. M09 SEP
  1. M10 OCT
  2. M11 NOV
  3. M12 DEC
1 2 3 5
7 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
3 30 31

Topic · Edition

FastAPI

3 items on 29 Jul 2026
FastAPI GitHub Python

tiangolo/fastapi: 0.141.1

Fixes 🐛 Fix support for background tasks and headers from dependencies in app.frontend(). PR #16105 by @tiangolo. Docs 📝 Document FASTAPI_ENV in FastAPI CLI guide. PR #16104 by @tiangolo.

Source: FastAPI Releases github-actions[bot]
FastAPI GitHub Python

tiangolo/fastapi: 0.141.0

Features ✨ Add app.frontend(check_dir="auto"), to make local development more convenient with fastapi dev. PR #16102 by @tiangolo.

Source: FastAPI Releases github-actions[bot]
FastAPI GitHub Python

encode/uvicorn: Version 0.52.0

This release adds an experimental HTTP/1.1 implementation backed by zttp, a sans-IO HTTP parser I've been developing on the side: a core written in Zig, with bindings to Python. It has been running under a fuzzer for…

Source: Uvicorn Releases Kludex