Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

3 items on 06 May 2026
Python GitHub FastAPI

pydantic/pydantic: v2.13.4 2026-05-06

v2.13.4 (2026-05-06) What's Changed Packaging Bump libc from 0.2.155 to 0.2.185 by @Viicos in #13109 Adapt pydantic-core linker flags on macOS by @washingtoneg and @Viicos in #13147 Fixes Preserve RootModel core…

Source: Pydantic Releases Viicos
Python

#547: Parallel Python at Anyscale with Ray

When OpenAI trained GPT-3, they didn't roll their own orchestration layer. They used Ray, an open source Python framework born out of the same Berkeley research lab lineage that gave us Apache Spark. And here's the…

Source: Talk Python To Me Michael Kennedy (@mkennedy)