The FastAPI CLI now supports declaring the entrypoint (your app location) in pyproject.toml ✨
Configure there once, and then you can just run:
$ fastapi dev
...without having to pass a file path 😎
Thanks @patrick.wtf! 🙌
Configure there once, and then you can just run:
$ fastapi dev
...without having to pass a file path 😎
Thanks @patrick.wtf! 🙌
November 10, 2025 at 3:56 PM
The FastAPI CLI now supports declaring the entrypoint (your app location) in pyproject.toml ✨
Configure there once, and then you can just run:
$ fastapi dev
...without having to pass a file path 😎
Thanks @patrick.wtf! 🙌
Configure there once, and then you can just run:
$ fastapi dev
...without having to pass a file path 😎
Thanks @patrick.wtf! 🙌
A basic @fastapi.tiangolo.com app, just one command away. 🎁
First FastAPI thing from @savannah.dev ! 🙌
Also, @crmarsh.com 's uv is awesome, use it. 😎
First FastAPI thing from @savannah.dev ! 🙌
Also, @crmarsh.com 's uv is awesome, use it. 😎
A basic FastAPI app in one command 🚀
Install uv: docs.astral.sh/uv/getting-s...
Run:
uvx fastapi-new awesomeapp
✨ Done! ✨
Thanks @savannah.dev ! 🙌
github.com/fastapi/fast...
Install uv: docs.astral.sh/uv/getting-s...
Run:
uvx fastapi-new awesomeapp
✨ Done! ✨
Thanks @savannah.dev ! 🙌
github.com/fastapi/fast...
GitHub - fastapi/fastapi-new: Create a new FastAPI project in one command
Create a new FastAPI project in one command. Contribute to fastapi/fastapi-new development by creating an account on GitHub.
github.com
November 10, 2025 at 11:12 PM
A basic @fastapi.tiangolo.com app, just one command away. 🎁
First FastAPI thing from @savannah.dev ! 🙌
Also, @crmarsh.com 's uv is awesome, use it. 😎
First FastAPI thing from @savannah.dev ! 🙌
Also, @crmarsh.com 's uv is awesome, use it. 😎
I have the coolest team ever, for @fastapi.tiangolo.com and FastAPI Cloud 🤩
We had a great time together at an offsite in Seville last month. ...a sneak peek/pic below.
(@marco.ooo, @nucleonjohn.bsky.social, @savannah.dev, @patrick.wtf, @oxykodit.bsky.social)
We had a great time together at an offsite in Seville last month. ...a sneak peek/pic below.
(@marco.ooo, @nucleonjohn.bsky.social, @savannah.dev, @patrick.wtf, @oxykodit.bsky.social)
November 7, 2025 at 9:29 PM
I have the coolest team ever, for @fastapi.tiangolo.com and FastAPI Cloud 🤩
We had a great time together at an offsite in Seville last month. ...a sneak peek/pic below.
(@marco.ooo, @nucleonjohn.bsky.social, @savannah.dev, @patrick.wtf, @oxykodit.bsky.social)
We had a great time together at an offsite in Seville last month. ...a sneak peek/pic below.
(@marco.ooo, @nucleonjohn.bsky.social, @savannah.dev, @patrick.wtf, @oxykodit.bsky.social)
Revise Robotics is looking for a Software Engineer in New York!
They are building robots to automate laptop refurbishment to reduce e-waste
If you have skills in React, Python + FastAPI and are comfortable w/ a fast paced environment, you should check it out!
jobs.diversifytech.com/job/1958373-...
They are building robots to automate laptop refurbishment to reduce e-waste
If you have skills in React, Python + FastAPI and are comfortable w/ a fast paced environment, you should check it out!
jobs.diversifytech.com/job/1958373-...
November 6, 2025 at 9:23 PM
Revise Robotics is looking for a Software Engineer in New York!
They are building robots to automate laptop refurbishment to reduce e-waste
If you have skills in React, Python + FastAPI and are comfortable w/ a fast paced environment, you should check it out!
jobs.diversifytech.com/job/1958373-...
They are building robots to automate laptop refurbishment to reduce e-waste
If you have skills in React, Python + FastAPI and are comfortable w/ a fast paced environment, you should check it out!
jobs.diversifytech.com/job/1958373-...
🐍📰 A Close Look at a FastAPI Example Application
Set up an example FastAPI app, add path and query parameters, and handle CRUD operations with Pydantic for clean, validated endpoints
realpython.com/fastapi-pyth...
Set up an example FastAPI app, add path and query parameters, and handle CRUD operations with Pydantic for clean, validated endpoints
realpython.com/fastapi-pyth...
November 6, 2025 at 2:20 AM
🐍📰 A Close Look at a FastAPI Example Application
Set up an example FastAPI app, add path and query parameters, and handle CRUD operations with Pydantic for clean, validated endpoints
realpython.com/fastapi-pyth...
Set up an example FastAPI app, add path and query parameters, and handle CRUD operations with Pydantic for clean, validated endpoints
realpython.com/fastapi-pyth...
Here's a smol bug-fix release for the weekend, FastAPI 0.121.1 🐛
luzzodev just fixed Depends(func, scope="function") when used in the router, at the top level. 😎
github.com/fastapi/fast...
luzzodev just fixed Depends(func, scope="function") when used in the router, at the top level. 😎
github.com/fastapi/fast...
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
github.com
November 8, 2025 at 9:57 PM
Here's a smol bug-fix release for the weekend, FastAPI 0.121.1 🐛
luzzodev just fixed Depends(func, scope="function") when used in the router, at the top level. 😎
github.com/fastapi/fast...
luzzodev just fixed Depends(func, scope="function") when used in the router, at the top level. 😎
github.com/fastapi/fast...
It's little tricks like these that make my Python day.
You can stack FastAPI decorators to easily make multiple routes point to the same output. This is really neat when you want to declare multiple health endpoints very quickly!
youtu.be/c9dcFmyizJU
You can stack FastAPI decorators to easily make multiple routes point to the same output. This is really neat when you want to declare multiple health endpoints very quickly!
youtu.be/c9dcFmyizJU
The "health-y" FastAPI trick
It's probably in every FastAPI app that I write. If you like my stuff, you might also like to check out https://calmcode.io or marimo (my employer).
www.youtube.com
November 7, 2025 at 7:50 PM
It's little tricks like these that make my Python day.
You can stack FastAPI decorators to easily make multiple routes point to the same output. This is really neat when you want to declare multiple health endpoints very quickly!
youtu.be/c9dcFmyizJU
You can stack FastAPI decorators to easily make multiple routes point to the same output. This is really neat when you want to declare multiple health endpoints very quickly!
youtu.be/c9dcFmyizJU
One more reason to love typst!
I recently experimented with building a REST api in python with fastapi, that receives a json object and compiles it with typst to a pdf.
When I got it working and received my first pdf over http it felt like magic 🎉😁
I recently experimented with building a REST api in python with fastapi, that receives a json object and compiles it with typst to a pdf.
When I got it working and received my first pdf over http it felt like magic 🎉😁
November 7, 2025 at 1:44 PM
One more reason to love typst!
I recently experimented with building a REST api in python with fastapi, that receives a json object and compiles it with typst to a pdf.
When I got it working and received my first pdf over http it felt like magic 🎉😁
I recently experimented with building a REST api in python with fastapi, that receives a json object and compiles it with typst to a pdf.
When I got it working and received my first pdf over http it felt like magic 🎉😁
Here's FastAPI 0.121.0 🍰
In case you needed to exit early from dependencies with yield, you can now opt in with:
Depends(some_func, scope="function")
fastapi.tiangolo.com/tutorial/dep...
In case you needed to exit early from dependencies with yield, you can now opt in with:
Depends(some_func, scope="function")
fastapi.tiangolo.com/tutorial/dep...
Dependencies with yield - FastAPI
FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastapi.tiangolo.com
November 3, 2025 at 1:21 PM
Here's FastAPI 0.121.0 🍰
In case you needed to exit early from dependencies with yield, you can now opt in with:
Depends(some_func, scope="function")
fastapi.tiangolo.com/tutorial/dep...
In case you needed to exit early from dependencies with yield, you can now opt in with:
Depends(some_func, scope="function")
fastapi.tiangolo.com/tutorial/dep...
We just released Vibetuner - FastAPI + MongoDB + HTMX project scaffolding that gets you from zero to production-ready in 30 seconds.
One command:
uvx vibetuner scaffold new my-app
You get: Auth, Docker, hot reload, background jobs, i18n. Everything you need to ship fast.
One command:
uvx vibetuner scaffold new my-app
You get: Auth, Docker, hot reload, background jobs, i18n. Everything you need to ship fast.
November 4, 2025 at 3:46 PM
We just released Vibetuner - FastAPI + MongoDB + HTMX project scaffolding that gets you from zero to production-ready in 30 seconds.
One command:
uvx vibetuner scaffold new my-app
You get: Auth, Docker, hot reload, background jobs, i18n. Everything you need to ship fast.
One command:
uvx vibetuner scaffold new my-app
You get: Auth, Docker, hot reload, background jobs, i18n. Everything you need to ship fast.
🐍📰 A Close Look at a FastAPI Example Application realpython.com/fastapi-pyth...
A Close Look at a FastAPI Example Application – Real Python
Set up an example FastAPI app, add path and query parameters, and handle CRUD operations with Pydantic for clean, validated endpoints.
realpython.com
November 3, 2025 at 2:19 PM
🐍📰 A Close Look at a FastAPI Example Application realpython.com/fastapi-pyth...
whoever is writing the fastapi docs has a good sense of humor
November 4, 2025 at 9:43 PM
whoever is writing the fastapi docs has a good sense of humor
Exciting news — we’re growing again! 🙌 Please share!
Join us @donnellycentre.bsky.social to develop Python (FastAPI) and REST API frameworks that power our AI-driven Self-Driving Laboratory with @accelerationc.bsky.social.
🔗 jobs.utoronto.ca/job/Toronto-...
#SoftwareEngineer #AI #Automation #Hiring
Join us @donnellycentre.bsky.social to develop Python (FastAPI) and REST API frameworks that power our AI-driven Self-Driving Laboratory with @accelerationc.bsky.social.
🔗 jobs.utoronto.ca/job/Toronto-...
#SoftwareEngineer #AI #Automation #Hiring
Software Engineer
Software Engineer
jobs.utoronto.ca
October 29, 2025 at 1:23 PM
Exciting news — we’re growing again! 🙌 Please share!
Join us @donnellycentre.bsky.social to develop Python (FastAPI) and REST API frameworks that power our AI-driven Self-Driving Laboratory with @accelerationc.bsky.social.
🔗 jobs.utoronto.ca/job/Toronto-...
#SoftwareEngineer #AI #Automation #Hiring
Join us @donnellycentre.bsky.social to develop Python (FastAPI) and REST API frameworks that power our AI-driven Self-Driving Laboratory with @accelerationc.bsky.social.
🔗 jobs.utoronto.ca/job/Toronto-...
#SoftwareEngineer #AI #Automation #Hiring
Madre mia que parece que en las prácticas voy a usar la consola de comandos a palo seco casi pa muchas cosas con el python y el fastapi yo desto noseee
a green frog is crying with tears coming out of his eyes while wearing a blue shirt .
ALT: a green frog is crying with tears coming out of his eyes while wearing a blue shirt .
media.tenor.com
October 28, 2025 at 7:59 AM
Madre mia que parece que en las prácticas voy a usar la consola de comandos a palo seco casi pa muchas cosas con el python y el fastapi yo desto noseee
#Django #Docker #ETL #FastAPI #NoSQL #Couch #& #Mongo #PostgreSQL #Python #REST
Origin | Interest | Match
Python PostGIS Geo Backend MVP
Python & PostgreSQL Projects for $250-750 USD. I’m building a climate-tech MVP whose core value lies in smart geospatial analysis. The stack is already sketched out—Pytho
www.freelancer.com
October 26, 2025 at 1:12 PM
Implementei algumas melhorias de NLP no nosso agentezinho :D
Agente de IA especializado em ajudar com pequenos reparos residenciais, construído com LangChain, FastAPI e modelos locais com Ollama
github.com/woliveiras/c...
Agente de IA especializado em ajudar com pequenos reparos residenciais, construído com LangChain, FastAPI e modelos locais com Ollama
github.com/woliveiras/c...
GitHub - woliveiras/cql-agent: Agente de IA especializado em ajudar com pequenos reparos residenciais, construído com LangChain, FastAPI e modelos locais com Ollama
Agente de IA especializado em ajudar com pequenos reparos residenciais, construído com LangChain, FastAPI e modelos locais com Ollama - woliveiras/cql-agent
github.com
October 24, 2025 at 5:44 AM
Implementei algumas melhorias de NLP no nosso agentezinho :D
Agente de IA especializado em ajudar com pequenos reparos residenciais, construído com LangChain, FastAPI e modelos locais com Ollama
github.com/woliveiras/c...
Agente de IA especializado em ajudar com pequenos reparos residenciais, construído com LangChain, FastAPI e modelos locais com Ollama
github.com/woliveiras/c...
Using the inexpensive DeepSeek API with the Cursor IDE creates a powerhouse for writing code in TypeScript/React, Python/FastAPI, C++/Qt, and Java/Spring. We are only talking about a few US dollars a week to use the online API. If it makes you faster and better, you would be silly not to use it.
October 23, 2025 at 5:44 PM
Using the inexpensive DeepSeek API with the Cursor IDE creates a powerhouse for writing code in TypeScript/React, Python/FastAPI, C++/Qt, and Java/Spring. We are only talking about a few US dollars a week to use the online API. If it makes you faster and better, you would be silly not to use it.
From PDFs to Markdown in Seconds: FastAPI + MarkItDown + .NET (in Docker) | by Bruno Capuano
buff.ly/mc6rbww
#dotnet #docker #containers #apis #markdown #ai #pdf #csharp
buff.ly/mc6rbww
#dotnet #docker #containers #apis #markdown #ai #pdf #csharp
From PDFs to Markdown in Seconds: FastAPI + MarkItDown + .NET (in Docker)
Hi! f you work with LLMs, you want structured text—not mystery meat. Here’s a tiny FastAPI service that wraps Microsoft’s MarkItDown to convert PDFs, Word, PPTs, and more into clean Markdown. We’ll…
buff.ly
October 21, 2025 at 3:01 PM
From PDFs to Markdown in Seconds: FastAPI + MarkItDown + .NET (in Docker) | by Bruno Capuano
buff.ly/mc6rbww
#dotnet #docker #containers #apis #markdown #ai #pdf #csharp
buff.ly/mc6rbww
#dotnet #docker #containers #apis #markdown #ai #pdf #csharp
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...
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...
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
github.com
October 20, 2025 at 11:41 AM
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...
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...
Looking for a fun weekend project? 🧑💻
Learn how to build a text-to-speech app using Dia 1.6B, @FastAPI, and @sveltejs 🔥
www.youtube.com/watch?v=mVQ...
Learn how to build a text-to-speech app using Dia 1.6B, @FastAPI, and @sveltejs 🔥
www.youtube.com/watch?v=mVQ...
Using Dia 1.6B to Build a Text-to-Speech App on Serverless GPUs
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
www.youtube.com
October 18, 2025 at 11:15 AM
Looking for a fun weekend project? 🧑💻
Learn how to build a text-to-speech app using Dia 1.6B, @FastAPI, and @sveltejs 🔥
www.youtube.com/watch?v=mVQ...
Learn how to build a text-to-speech app using Dia 1.6B, @FastAPI, and @sveltejs 🔥
www.youtube.com/watch?v=mVQ...
Ich habe mit Codex ein Tool geschrieben (docker compose setup, react/Vite, FastAPI), das meine IMAP Inbox automatisch in einem festgelegten Turnus nach Terminen scannt und sie in meinen Kalender (CalDAV) überträgt.
Funktioniert problemlos.
Mit Dashboard und WebUI.
Funktioniert problemlos.
Mit Dashboard und WebUI.
October 17, 2025 at 5:29 PM
Ich habe mit Codex ein Tool geschrieben (docker compose setup, react/Vite, FastAPI), das meine IMAP Inbox automatisch in einem festgelegten Turnus nach Terminen scannt und sie in meinen Kalender (CalDAV) überträgt.
Funktioniert problemlos.
Mit Dashboard und WebUI.
Funktioniert problemlos.
Mit Dashboard und WebUI.
Wrapping up the FastAPI Labs offsite in Sevilla! What a great way to start my second week of work. Feeling really lucky to be part of such an awesome team ❤️
We also got to celebrate 90k GitHub stars for @fastapi.tiangolo.com this week!! 💫
On to PyCon ES tomorrow 🇪🇸!
We also got to celebrate 90k GitHub stars for @fastapi.tiangolo.com this week!! 💫
On to PyCon ES tomorrow 🇪🇸!
October 16, 2025 at 2:33 PM
Wrapping up the FastAPI Labs offsite in Sevilla! What a great way to start my second week of work. Feeling really lucky to be part of such an awesome team ❤️
We also got to celebrate 90k GitHub stars for @fastapi.tiangolo.com this week!! 💫
On to PyCon ES tomorrow 🇪🇸!
We also got to celebrate 90k GitHub stars for @fastapi.tiangolo.com this week!! 💫
On to PyCon ES tomorrow 🇪🇸!
FastAPI Labs team goes fast 🚲💨
@patrick.wtf @tiangolo.com @nucleonjohn.bsky.social (and others not on Bluesky!)
@patrick.wtf @tiangolo.com @nucleonjohn.bsky.social (and others not on Bluesky!)
October 15, 2025 at 5:51 PM
FastAPI Labs team goes fast 🚲💨
@patrick.wtf @tiangolo.com @nucleonjohn.bsky.social (and others not on Bluesky!)
@patrick.wtf @tiangolo.com @nucleonjohn.bsky.social (and others not on Bluesky!)
Here's FastAPI 0.119.0 🚀
With support for both @pydantic.dev v2 and v1 on the same app, at the same time 🤯
This is just so you can migrate to Pydantic v2 if you haven't done it yet, here's your (last) chance! 🤓
Pydantic v1 is now deprecated ⛔️
Read more fastapi.tiangolo.com/how-to/migra...
With support for both @pydantic.dev v2 and v1 on the same app, at the same time 🤯
This is just so you can migrate to Pydantic v2 if you haven't done it yet, here's your (last) chance! 🤓
Pydantic v1 is now deprecated ⛔️
Read more fastapi.tiangolo.com/how-to/migra...
October 11, 2025 at 5:33 PM
Here's FastAPI 0.119.0 🚀
With support for both @pydantic.dev v2 and v1 on the same app, at the same time 🤯
This is just so you can migrate to Pydantic v2 if you haven't done it yet, here's your (last) chance! 🤓
Pydantic v1 is now deprecated ⛔️
Read more fastapi.tiangolo.com/how-to/migra...
With support for both @pydantic.dev v2 and v1 on the same app, at the same time 🤯
This is just so you can migrate to Pydantic v2 if you haven't done it yet, here's your (last) chance! 🤓
Pydantic v1 is now deprecated ⛔️
Read more fastapi.tiangolo.com/how-to/migra...
This is the most black magic I've done since adding support for @pydantic.dev v2 (or v1) to @fastapi.tiangolo.com... 🧙♂️
Now it has support for both Pydantic v2 AND v1 ✨
So much work just so you can migrate that old (or big) FastAPI app to Pydantic v2, please make it worth it, migrate to v2 ☕️
Now it has support for both Pydantic v2 AND v1 ✨
So much work just so you can migrate that old (or big) FastAPI app to Pydantic v2, please make it worth it, migrate to v2 ☕️
Here's FastAPI 0.119.0 🚀
With support for both @pydantic.dev v2 and v1 on the same app, at the same time 🤯
This is just so you can migrate to Pydantic v2 if you haven't done it yet, here's your (last) chance! 🤓
Pydantic v1 is now deprecated ⛔️
Read more fastapi.tiangolo.com/how-to/migra...
With support for both @pydantic.dev v2 and v1 on the same app, at the same time 🤯
This is just so you can migrate to Pydantic v2 if you haven't done it yet, here's your (last) chance! 🤓
Pydantic v1 is now deprecated ⛔️
Read more fastapi.tiangolo.com/how-to/migra...
October 11, 2025 at 5:39 PM
This is the most black magic I've done since adding support for @pydantic.dev v2 (or v1) to @fastapi.tiangolo.com... 🧙♂️
Now it has support for both Pydantic v2 AND v1 ✨
So much work just so you can migrate that old (or big) FastAPI app to Pydantic v2, please make it worth it, migrate to v2 ☕️
Now it has support for both Pydantic v2 AND v1 ✨
So much work just so you can migrate that old (or big) FastAPI app to Pydantic v2, please make it worth it, migrate to v2 ☕️