fastapi
fastapi copied to clipboard
Update Starlette Min Version
I don't think we need a max version here, I imagine builds against starlette main would help to diagnose any issues prior to release.
Not sure what Starlette deprecation policy is with respect to breaking changes but we could add a max 0.38 if required.
Starlette broke something on FastAPI at some point.
Thanks for the interest @alimcmaster1, but as FastAPI uses some of the internals from Starlette, we need to keep the constraints a bit closer, there have been issues for not doing it a couple of times in the past. So I'll pass on this one, but thanks for the interest! :coffee: