FastAPI

916 posts

FastAPI banner
FastAPI

FastAPI

@FastAPI

FastAPI framework, high performance, easy to learn, fast to code, ready for production. 🚀 Web APIs with Python type hints. 🐍 By @tiangolo 🤓

Internet Katılım Eylül 2020
1 Takip Edilen42.9K Takipçiler
Sabitlenmiş Tweet
FastAPI
FastAPI@FastAPI·
Hello World! 👋 This is the new official FastAPI Twitter account! 🎉 (Tweets by @tiangolo 🤓)
FastAPI tweet media
English
30
166
1.4K
0
FastAPI retweetledi
Brian Osora
Brian Osora@BryanOsora·
I usually read docs when learning a new technology, and @FastAPI has one of the most comprehensible docs.
English
3
4
42
2.9K
Yezz123
Yezz123@yezz123·
This 1$ partnership made me do that, unfortunately 😔
Yezz123 tweet media
English
1
0
2
217
FastAPI
FastAPI@FastAPI·
@gauthampai You had to do everything by hand, now it's as easy as it could be. 🤓
English
1
0
3
432
Gautham Pai
Gautham Pai@gauthampai·
@FastAPI Are you telling me there was no SSE in FastAPI all this while? I recently vibe coded a prototype using Codex and asked it to implement SSE in a FastAPI based app. Need to see how it has done it. 🤨
English
1
0
2
606
FastAPI
FastAPI@FastAPI·
Sneak peek, that's it: response_class and yield ⚡️
FastAPI tweet media
English
1
0
43
6K
FastAPI retweetledi
Ömer Kaplan
Ömer Kaplan@omer_ckaplan·
Fawad! Just pushed FastAPI to its limits with 1,000 concurrent mixed-speed clients on our production-grade stack. Results are solid: 100% success rate with zero dropped connections. Even with 50% slow clients (simulating high backpressure), async handled it perfectly. Zero RAM spikes observed—buffering is truly a thing of the past. It’s rock solid under heavy p95 load
Ömer Kaplan tweet media
English
3
5
93
9.4K
FastAPI retweetledi
Ömer Kaplan
Ömer Kaplan@omer_ckaplan·
FastAPI 0.134.0 is fire! 🚀 Streaming thousands of items via the new JSON streaming feature has made our inventory system faster than ever. Stable RAM and low latency thanks to Pydantic's Rust core. Kudos to @tiangolo @FastAPI 🔥
Ömer Kaplan tweet media
FastAPI@FastAPI

Big features in FastAPI 0.134.0 ✨ 🌊 Stream JSON Lines with yield: fastapi.tiangolo.com/tutorial/strea… 🦀 @pydantic serializes each item to JSON (on Rust) for max perf 📦️Stream binary data with yield: fastapi.tiangolo.com/advanced/strea… 🤖 Library Agent Skill updated with this 🥚 Easter egg

English
2
23
381
32.9K
FastAPI
FastAPI@FastAPI·
FastAPI 0.133.1 comes with the official FastAPI Agent Skill bundled 📦️ More important than the current skill content is that it will be kept up to date with new versions of FastAPI 😎 AI coding agents will be able to use best practices and new features as they come 🤖
English
17
42
492
68.8K
FastAPI
FastAPI@FastAPI·
FastAPI 0.132.0 adds strict Content-Type checking for JSON requests 🏰 This would solve a CSRF risk in local-network apps (apps intended to run on users' machines, on localhost) 🔒️ If your clients don't send a Content-Type, you can also disable it: fastapi.tiangolo.com/advanced/stric…
English
3
5
86
5.1K
Sarthak Singh
Sarthak Singh@sarthak_singh2·
@FastAPI @pydantic Is this faster than using ORJSONResponse as default class? Or it works in combination of it?
English
1
0
5
3.1K
FastAPI
FastAPI@FastAPI·
Increase your FastAPI JSON response performance by 2x or more 🚄 1. Upgrade to the just released FastAPI 0.131.0 🎁 2. Declare your response model - return type ✨ With that, now @pydantic handles the JSON serialization on the Rust side 🦀 #json-performance" target="_blank" rel="nofollow noopener">fastapi.tiangolo.com/advanced/custo…
FastAPI tweet media
English
24
96
1.3K
349.6K
FastAPI retweetledi
Ömer Kaplan
Ömer Kaplan@omer_ckaplan·
Amazing update! 🚀 Since we are already using response_model across all our API routes, the transition to 0.131.0 immediately activated Pydantic’s Rust engine. We’ve seen an incredible drop in loading times on our admin panels, where hundreds of products are listed. Great work, team!
FastAPI@FastAPI

Increase your FastAPI JSON response performance by 2x or more 🚄 1. Upgrade to the just released FastAPI 0.131.0 🎁 2. Declare your response model - return type ✨ With that, now @pydantic handles the JSON serialization on the Rust side 🦀 #json-performance" target="_blank" rel="nofollow noopener">fastapi.tiangolo.com/advanced/custo…

English
1
1
15
3.8K
FastAPI
FastAPI@FastAPI·
1. Upgrade to FastAPI 0.131.0 2. Declare a return type (response model) 3. Profit ✨ (Maybe not "profit", but better performance for sure 🤷)
Navneet@navneet_rabdiya

@FastAPI @pydantic just benchmarked this - the Rust-based serialization in 0.131.0 cut our p99 from 89ms to 41ms on a response payload with nested arrays if you're not declaring response models you're missing the biggest perf win in recent FastAPI releases

English
2
5
152
11.3K
FastAPI
FastAPI@FastAPI·
🐛 Here's FastAPI 0.129.1 with a bug fix in the JSON Schema for binary data and file uploads. 📝 And a new guide to use base64 binary data in JSON payloads: fastapi.tiangolo.com/advanced/json-…
English
1
7
72
5.3K