Big news: the first-ever ✨ FastAPI Conf ✨ is coming!
📍 Amsterdam
📅 October 28
Meet the FastAPI team, connect with developers ☕️
🎟️ Join the waitlist for early ticket access: fastapiconf.com
FastAPI now has 84k GitHub stars ✨
FastAPI is now the most starred backend framework 🎉
...not only in Python, in all programming languages 🤯
Thanks to all who inspired it and paved the way 🙌
And thank you for adopting it! 🍰☕️
github.com/fastapi/fastapi
🚀 The State of Python 2025 is here!
Our findings from the #Python Developers Survey done in collab with @ThePSF include:
📊 51% use Python for data
🌐 46% use it for web dev
👨💻 Half of the community is new
🔧 83% still use older Python versions
Check out the takeaways by
Happy 20th birthday Django! 💝🎂🎉
djangoproject.com/weblog/2025/ju…
Our open source journey started 20 years ago today, on July 13th 2005. Come celebrate this big milestone at one of our many community events this year #Django#DjangoBirthday
IT'S HERE! 🍾🎉
FastAPI 0.100.0, final release 🚀
Official support for @pydantic v2 😎
Still supporting Pydantic v1 🤓
Is there a better way to celebrate 60k GitHub stars? ✨
Check out the release notes: fastapi.tiangolo.com/release-notes/…
New release! 🎉 FastAPI version 0.78.0 🔖
Now you won't have to use Ellipsis (...) to make parameters required, like in:
q: str = Query(..., title="The query")
New docs: fastapi.tiangolo.com/tutorial/query…
FastAPI 0.95.0 supports and recommends Annotated! 🚀
Probably the biggest feature in months 🎉
Many benefits, re-use your functions in other places (soon you'll be able to use Typer with FastAPI in the same functions), reduce code duplication for dependencies in big apps 😎
Happy New Year with FastAPI 0.89.0! 🚀
You can now declare the response model using the function return type annotation. ✨
It will be used for data validation, automatic docs, data filtering (security), etc. 🤓
Read more in the docs: fastapi.tiangolo.com/tutorial/respo…
Thanks @uriyyo!