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! 🙌
First FastAPI thing from @savannah.dev ! 🙌
Also, @crmarsh.com 's uv is awesome, use it. 😎
Install uv: docs.astral.sh/uv/getting-s...
Run:
uvx fastapi-new awesomeapp
✨ Done! ✨
Thanks @savannah.dev ! 🙌
github.com/fastapi/fast...
First FastAPI thing from @savannah.dev ! 🙌
Also, @crmarsh.com 's uv is awesome, use it. 😎
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)
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-...
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...
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...
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
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 🎉😁
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...
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.
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
#Django #Docker #ETL #FastAPI #NoSQL #Couch #& #Mongo #PostgreSQL #Python #REST
Origin | Interest | Match
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...
buff.ly/mc6rbww
#dotnet #docker #containers #apis #markdown #ai #pdf #csharp
buff.ly/mc6rbww
#dotnet #docker #containers #apis #markdown #ai #pdf #csharp
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...
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...
Funktioniert problemlos.
Mit Dashboard und WebUI.
Funktioniert problemlos.
Mit Dashboard und WebUI.
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 🇪🇸!
@patrick.wtf @tiangolo.com @nucleonjohn.bsky.social (and others not on Bluesky!)
@patrick.wtf @tiangolo.com @nucleonjohn.bsky.social (and others not on Bluesky!)
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...
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 ☕️
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...
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 ☕️