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!