You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am thinking that we should set Starlette dependency in Ariadne at <1.0. I don't remember Starlette's release in recent years that broke Ariadne, seeing how its used in ASGI GraphQL app for parsing ASGI request.
This would spare us the need for new release every time Starlette releases new 0.X version.
@aklim007 Noted, next week I'll make 0.17 release that is branched from 0.16.1 release and bumps starlette dependency to <1.0 and I'll make current work on master target 0.18 release instead.
Starlette 0.21.0 fix important issues on the BaseHttpMiddleware side.
encode/starlette#1715
fastapi/fastapi#4544
The text was updated successfully, but these errors were encountered: