Stoked to finally have defer and stream support in Strawberry (though it's still experimental π)
Big thanks to @nucleonjohn.bsky.social β¬ and Thiago for helping me with this!
@patrick.wtf.bsky.social
Strawberry GraphQL π / PyCon Italia - London
Stoked to finally have defer and stream support in Strawberry (though it's still experimental π)
Big thanks to @nucleonjohn.bsky.social β¬ and Thiago for helping me with this!
*Stoked
19.07.2025 10:02 β π 0 π 0 π¬ 0 π 0oh, just found out about this! will there be more? π
03.07.2025 21:40 β π 0 π 0 π¬ 1 π 0Get your favorite soda and go update your @fastapi.tiangolo.com π
Thanks @patrick.wtf! π₯€
Selfie of me in front of a screen where you can see the grandpa from the Simpsons waving a closed fist at my BlueSky/X profile picture with Patrick on the other side.
Just came from the FastAPI Cloud @fastapi.tiangolo.com booth where @patrick.wtf got an old man to shout at me π
#PyConItalia2025
After a full year of working in stealth mode (and keeping my mouth shut about it π€£), I'm excited that we've finally announced FastAPI Cloud (and FastAPI Labs) to everyone!
Can't wait to share more details about what we've been working on (and the silly APIs I've been building π
)!
I'm currently working on a new python library and I'm this close π€ to fork it and actually make it two π
08.04.2025 17:38 β π 8 π 0 π¬ 0 π 0@strawberry.rocks is now on bluesky too!
01.04.2025 19:09 β π 6 π 0 π¬ 0 π 0π
01.04.2025 17:21 β π 2 π 1 π¬ 0 π 0no, but I guess @capt.dev has more pointers π
27.02.2025 20:29 β π 2 π 0 π¬ 1 π 0π The CfP for EuroPython has been extended for one week only! π¨
Get in your ideas by 3rd February: ep2025.europython.eu/programme/cfp/
π€£
18.01.2025 20:27 β π 0 π 0 π¬ 0 π 0ahaha smart :P
06.01.2025 23:14 β π 1 π 0 π¬ 0 π 0if you want to protect a small section of your site what would you use nowadays? I'm looking for something extremely simple π
06.01.2025 23:09 β π 2 π 0 π¬ 1 π 0yup, was going to suggest that too
05.12.2024 16:47 β π 5 π 0 π¬ 1 π 0The command fastapi (the FastAPI CLI) now looks so much nicer π
It now uses @patrick.wtf's rich-toolkit π¨
To get it, upgrade your dependencies with fastapi[standard] π€
Or manually upgrade the package fastapi-cli to the latest version: 0.0.6 π
Here's Typer 0.15.0 π
Now you can have one file per command if you need it β¨
And you can include sub-commands at the top level, not requiring a sub-command to group them π
Thanks @patrick.wtf for implementing this! π
typer.tiangolo.com/tutorial/one...
We can't believe the excitement for PyCon Italia 2025! π
Only 18 Personal Early Bird tickets left and 81 Business ones! Once they're gone, we'll switch to Regular pricing. Secure your spot at the best price - don't wait! πββοΈπββοΈ
Thank you! π
Typer is now the Python library to build CLIs with most GitHub stars β¨
It just surpassed Click a few days ago (it's still built on top of Click) π
To celebrate, a small release, 0.14.0 π
Thanks @patrick.wtf and @oxykodit.bsky.social for the help πββοΈ
github.com/fastapi/typer
Yay! Good to see you here! I'd already added you to my starter pack on OS maintainers (in case you're looking to extend your network and let me know if I'm missing important peeps!) π bsky.app/starter-pack...
25.11.2024 15:45 β π 8 π 2 π¬ 1 π 0Itβs probably time to buy some running shoes that arenβt slippery on mud. π₯²
strava.app.link/GNaziEyXKOb
congrats! π―
18.11.2024 13:23 β π 2 π 0 π¬ 0 π 0amazing work!
16.11.2024 11:25 β π 1 π 0 π¬ 1 π 0A small preview of what I'm working on right now.
This is data fetched via the `<PreloadQuery` component in a React Server Component, rendered in SSR, then hydrated in the browser, and then more data comes streaming in from the RSC server due to the GraphQL `@defer` directive.
as usual, the lists of people who provide resources donβt contain any women, so make sure you take this survey and write in the people who got left out
13.11.2024 14:14 β π 177 π 29 π¬ 13 π 7Screenshot of my GitHub profile. Dawn Gibson Wages. Email, website dawnwages.info bajoranengineer@mastodon.online and bluesky.
It's time for a re-introduction *and* I've been doing some career reflection.
Hi ! I'm Dawn,
I'm currently Chair of the PSF and *slowly* contributing to WebAssembly support in CPython. I've sought out mentorship and hope to be more vocal about this journey.
will there be a switch version? π
07.11.2024 11:41 β π 0 π 0 π¬ 0 π 0when's the next London event? :D
05.11.2024 10:39 β π 0 π 0 π¬ 1 π 0This image shows a code error message from what appears to be a Strawberry Django application. The error occurs because there are two classes named Room defined in different files: 1. First definition in api/household/types.py (line 8): class Room: id: strawberry.auto name: strawberry.auto 2. Second definition in api/rooms/query.py (line 5): class Room: id: str name: str The error message indicates that the type Room is defined multiple times in the schema, which is not allowed. The system suggests two possible solutions: 1. Rename one of the type definitions 2. Remove the duplicated definition There's also a link provided for more information about this error at: https://errors.strawberry.rocks/duplicated-type-name This appears to be a schema validation error in a GraphQL API built with Strawberry, which is a GraphQL library for Python.
I still think Strabwerry's errors are top notch :D
03.11.2024 21:52 β π 3 π 0 π¬ 0 π 0