FastAPI Extension - Visual Studio Marketplace
Extension for Visual Studio Code - VS Code extension for FastAPI development
Here's a big one! ๐
Official FastAPI extension for @vscode.dev ๐
๐บ๏ธ Path operations explorer
๐ ...and search
โ
From tests: go to definition
๐ And more!
marketplace.visualstudio.com/items?itemNa...
GitHub: github.com/fastapi/fast...
Thank you @savannah.dev ๐
26.02.2026 19:51
๐ 3
๐ 1
๐ฌ 0
๐ 1
Somewhere along the line **someone** has to do the uncomfortable work of understanding what the hell is going on with the code and project (and keeping that understanding current in the face of ongoing changes to the project)
Vibe coding is trading that understanding for short-term gains
07.02.2026 02:05
๐ 142
๐ 22
๐ฌ 1
๐ 2
Reference - Typer
Typer, build great CLIs. Easy to code. Based on Python type hints.
Here's Typer 0.21.2 ๐
The highlight, @oxykodit.bsky.social added the official reference docs: typer.tiangolo.com/reference/
And updated the guide to build a Typer package to now use uv: typer.tiangolo.com/tutorial/pac...
10.02.2026 19:41
๐ 2
๐ 1
๐ฌ 0
๐ 0
Typer developer survey
Help us understand how Typer is used, what is needed, and help guide its decisions โจ๏ธ
Only 1 more day to fill the Typer developer survey! โจ๏ธ
The results will guide future features and (breaking) changes. ๐ฅ
forms.gle/XEH3NL2wqpFP...
05.02.2026 19:33
๐ 2
๐ 1
๐ฌ 0
๐ 0
If you're using Typer, please fill in this survey to help us drive future developments in line with what the community needs! ๐
03.02.2026 15:13
๐ 1
๐ 0
๐ฌ 0
๐ 0
SQLModel
SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness.
Here's SQLModel 0.0.32, fix support for Annotated fields with @pydantic.dev 2.12+ ๐
Thanks @vimota.bsky.social ! ๐
And thanks @patrick.wtf , @oxykodit.bsky.social , and YuriiMotov for the work and help. ๐ฐ
sqlmodel.tiangolo.com
01.02.2026 18:30
๐ 5
๐ 1
๐ฌ 0
๐ 0
Index - Asyncer
Asyncer, async and await, focused on developer experience.
I just migrated the docs for Asyncer from Material for MkDocs to @zensical.org โจ
I was expecting a challenge, I was disappointed, it was too easy. ๐
Install and run, that's it. All the configs unchanged, even the CLI preserves the exact same commands. โ๏ธ
asyncer.tiangolo.com
29.12.2025 20:37
๐ 15
๐ 2
๐ฌ 1
๐ 1
You didn't hear it from me! ๐คซ
26.11.2025 21:22
๐ 3
๐ 0
๐ฌ 0
๐ 0
Awesome team! ๐ซถ
10.11.2025 09:50
๐ 2
๐ 0
๐ฌ 0
๐ 0
I'd attend that talk! ๐
21.10.2025 07:42
๐ 2
๐ 0
๐ฌ 0
๐ 0
GitHub - fastapi/fastapi: FastAPI framework, high performance, easy to learn, fast to code, ready for production
FastAPI framework, high performance, easy to learn, fast to code, ready for production - fastapi/fastapi
Quick fix release, 0.119.1 ๐ซ
This fixes compatibility (warnings) with @pydantic.dev 2.12.1 on Python 3.14 ๐
Nothing changed for the final users, but still a lot of work underneath to get it done. ๐
Thanks @oxykodit.bsky.social! ๐
github.com/fastapi/fast...
20.10.2025 11:41
๐ 4
๐ 2
๐ฌ 0
๐ 0
Who's hungry? There's pi ๐ฅง
FastAPI 0.118.3 has official support for Python 3.14 ๐
Big thanks to @oxykodit.bsky.social for a long debugging and preparation process! ๐
And shoutout to @1st1.dev and Fantix from @geldata.com for the new httptools with support for 3.14 ๐
10.10.2025 10:56
๐ 7
๐ 1
๐ฌ 0
๐ 1
GitHub - fastapi/fastapi: FastAPI framework, high performance, easy to learn, fast to code, ready for production
FastAPI framework, high performance, easy to learn, fast to code, ready for production - fastapi/fastapi
Here's FastAPI 0.118.1, with compatibility for the latest @pydantic.dev. ๐
This one had the combined effort of the community, the @pydantic.dev team, and the @fastapi.tiangolo.com team, all together. ๐
github.com/fastapi/fast...
08.10.2025 09:14
๐ 16
๐ 7
๐ฌ 0
๐ 0
Cute illustrated logo featuring a pink/peach colored pie displaying โ3.14โ (pi), surrounded by two snakes in blue and yellow. The design is encircled by text reading โr-strings โข zsid โข free-threading โข support โข sub-interpreters โข REPL highlighting โข note colour โข colourโ in a circular arrangement. The illustration uses a soft pastel color palette with blue, yellow, and pink tones, and includes decorative sparkle elements.
The stable release of Python 3.14 is out now! Go, go, go update! ๐
discuss.python.org/t/python-3-1...
07.10.2025 14:30
๐ 74
๐ 26
๐ฌ 4
๐ 8
๐ฅณ๐ฅณ๐ฅณ
03.10.2025 23:29
๐ 2
๐ 0
๐ฌ 1
๐ 0
GitHub - fastapi/asyncer: Asyncer, async and await, focused on developer experience.
Asyncer, async and await, focused on developer experience. - fastapi/asyncer
New Asyncer release, 0.0.9 ๐
This is the tool you would use to easily mix async and blocking code ๐
@oxykodit.bsky.social just fixed support for the latest AnyIO, used underneath ๐
github.com/fastapi/asyn...
01.10.2025 12:35
๐ 7
๐ 1
๐ฌ 0
๐ 0
๐
23.09.2025 19:31
๐ 3
๐ 0
๐ฌ 0
๐ 0
GitHub - fastapi/typer: Typer, build great CLIs. Easy to code. Based on Python type hints.
Typer, build great CLIs. Easy to code. Based on Python type hints. - fastapi/typer
Quick Typer release 0.18.0 (and 0.17.5) with compatibility for the latest Click just released ๐
Thank you @oxykodit.bsky.social for the fast discovery, analysis, and fix! ๐
github.com/fastapi/typer
19.09.2025 19:39
๐ 9
๐ 2
๐ฌ 0
๐ 1
Thanks for this, @sebbie.dev !
01.09.2025 14:56
๐ 1
๐ 0
๐ฌ 0
๐ 0
I've always wanted this, a Github action that flags PRs that received a merge conflict due to a recent merge into master/main. Yay! More merge conflicts to resolve! Fun times ahead!
01.09.2025 14:54
๐ 0
๐ 0
๐ฌ 1
๐ 0
๐ฆ๐๐๐๐ฎ๐ถ๐ป๐ฎ๐ฏ๐ถ๐น๐ถ๐๐ ๐ถ๐ป ๐ผ๐ฝ๐ฒ๐ป ๐๐ผ๐๐ฟ๐ฐ๐ฒ ๐ถ๐๐ป'๐ ๐ฎ๐ฏ๐ผ๐๐ ๐ฐ๐ผ๐ฑ๐ฒ. ๐๐'๐ ๐ฎ๐ฏ๐ผ๐๐ ๐ฐ๐ฎ๐ฟ๐ฒ.
Open source projects donโt fail because of bad technology.
They fail because contributors burn out, communities fracture, or energy fades.
Technical debt matters.
31.08.2025 03:30
๐ 25
๐ 5
๐ฌ 1
๐ 0
One of the most underrated players in AI models, IBM, released 2 new extremely efficient embedding models: granite-embedding-english-r2 & granite-embedding-small-english-r2, commercially viable.
Details in ๐งต:
18.08.2025 10:32
๐ 10
๐ 1
๐ฌ 1
๐ 0
Genuine question: does the newsletter also cover developments of open-weights LLMs?
01.07.2025 09:00
๐ 1
๐ 0
๐ฌ 1
๐ 0
How can we better understand how models make predictions and which components of a training dataset are shaping their behaviors? In April we introduced OLMoTrace, a feature that lets you trace the outputs of language models back to their full training data in real time. ๐งต
30.06.2025 17:37
๐ 9
๐ 4
๐ฌ 1
๐ 0