FastAPI 0.136.0 officially supports: ✨ free-threaded Python 🐍 ✨ (this announcement has no GIL puns) Thanks Sofie, 🍓 Patrick, Nathan, Jonathan 🙌 https://lnkd.in/dvaUFh2F
FastAPI
Technology, Information and Internet
FastAPI framework, high performance, easy to learn, fast to code, ready for production
About us
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints.
- Website
-
https://fastapi.tiangolo.com
External link for FastAPI
- Industry
- Technology, Information and Internet
- Company size
- 1 employee
- Type
- Self-Employed
Updates
-
The FastAPI VS Code extension just shipped "go to tests" ✨ Thanks Savannah! 🙌
We've just released version 0.2.0 of the FastAPI extension for VS Code! New in this release is a CodeLens above your path operations showing how many tests reference them, which you can click to jump straight to the test(s). This is the complement to the existing "Go to route" CodeLens provided by the extension that already appears on your test client calls. Now you can navigate in both directions — path operation to test, test to path operation. Try it out: https://lnkd.in/g8uy62PK
-
-
Here's FastAPI 0.135.3, adding support for fully vibe-coded apps ✨ Use the new app.vibe() decorator, embrace the AI future 🤖 Read the new docs: https://lnkd.in/daXuutVx
-
-
FastAPI reposted this
Hey, you! Are you using FastAPI? Well, I have great news for you! I've been working on something very cool for the past few months and today, it's finally yours! The *official* FastAPI extension for VS Code is now available in the marketplace! 🎉 The extension features: - 🗺️ Path Operation Explorer — A sidebar tree view of all routes in your application; click to jump to any route or router definition. - 🔎 Route Search — Search routes by path, method, or name with Ctrl+Shift+E (Cmd+Shift+E on Mac). - 🧭 CodeLens Navigation — Clickable links above test client calls (e.g. client.get('/items')) that jump to the matching route for quick navigation between tests and implementation. - 🚀 Deploy to FastAPI Cloud — One-click deployment of your app to FastAPI Cloud. - 🪵 Stream Application Logs — Real-time log streaming from your deployed application with level filtering and text search. I might be biased but if you're building a FastAPI application, you're going to want this installed (oh! and it also works in browser environments like vscode.dev and github.dev, and Cursor too!). Install ✨: https://lnkd.in/g8uy62PK Star it on GitHub ⭐: https://lnkd.in/g7rgBf5u
-
-
FastAPI reposted this
FastAPI extension updates 📣! First, FastAPI Labs became a verified OpenVSX and Cursor publisher over the weekend, which means you can now install the extension in Cursor, Google's Antigravity, VSCodium, and more! Go grab it here: https://lnkd.in/gjzz6Vku, or via the integrated marketplace in your editor of choice! Second, we've also just released 0.1.2, which comes with better support for monorepos and better discovery for routes and routers defined with keyword arguments! ...and here's a GIF of one of my favourite extension features - CodeLenses on test calls allowing you to jump between tests and route definitions!
-
-
Do you code with Cursor? ↗️ Try the official (and verified ✅) FastAPI Extension from the marketplace ✨ https://lnkd.in/d2UNiWus
-
Are you using Google Antigravity as your editor? ☄️ Now you can install the official FastAPI Extension https://lnkd.in/d2UNiWus 🎁
-
FastAPI 0.135.0, with Server-Sent Events: https://lnkd.in/dHca5e2D ✨
-
Big features in FastAPI 0.134.0 ✨ 🌊 Stream JSON Lines with yield: https://lnkd.in/dAaqSv8k 🦀 Pydantic serializes each item to JSON (on Rust) for max perf 📦️ Stream binary data with yield: https://lnkd.in/dawaNDhk 🤖 Library Agent Skill updated with this 🥚 Easter egg
-
-
Here's a big one! 🎉 Official FastAPI extension for VS Code 🎁 🗺️ Path operations explorer 🔎 ...and search ✅ From tests: go to definition 🎁 And more! https://lnkd.in/dHA78hkw GitHub: https://lnkd.in/dU9xsRe6 Thank you Savannah 🙌