Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

3 items on 06 Jul 2026
FastAPI GitHub Python

encode/uvicorn: Version 0.50.2

What's Changed Require websockets>=13.0 for the default sansio implementation by @Kludex in #3021 Full Changelog: 0.50.1...0.50.2

Source: Uvicorn Releases Kludex
FastAPI GitHub Python

encode/uvicorn: Version 0.50.1

What's Changed Split comma-separated Sec-WebSocket-Protocol values in the websockets-sansio implementation by @Aayush7352 in #3019 New Contributors @Aayush7352 made their first contribution in #3019 Full Changelog:…

Source: Uvicorn Releases Kludex
Python

Write a coding agent from first principles: better tools

Improve the capabilities of your agent by providing it with better tools. Introduction This tutorial builds on the coding agent you implemented in the tutorial “Write a coding agent from first principles”. In this…

Source: mathspp