Skip to content
TILens What matters today in tech
Theme
Topics - FastAPI
Calendar · JUN 2026
Jun 2026
1 2 4 5 6 7
8 9 10 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30

Daily edition · FastAPI

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

12 Jun 2026 edition
Python FastAPI

I Am Not a Reverse Centaur

About a year ago I wrote on this blog about how coding with LLMs would not work for me, even if there were no ethical or environmental concerns preventing me to use them. I'm not going to repeat the arguments I made…

Source: miguelgrinberg.com Miguel Grinberg
FastAPI GitHub Python

encode/starlette: Version 1.3.1

What's Changed Use StarletteDeprecationWarning instead of DeprecationWarning by @Kludex in #3119 Enforce max_fields and max_part_size in FormParser by @Kludex in #3329 Enforce FormParser limits in parser callbacks by…

Source: Starlette Releases Kludex