python-openapi / openapi-core

Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI v3.0 and OpenAPI v3.1 specification.
BSD 3-Clause "New" or "Revised" License
288 stars 131 forks source link

FastAPI integration #738

Closed p1c2u closed 5 months ago

p1c2u commented 7 months ago

FastAPI requires Starlette <0.28.0 but we need at least Starlette => 0.32.0 because of CachedRequest for request's body buffer https://github.com/encode/starlette/pull/1692

p1c2u commented 7 months ago

The issue in Starlette <0.32.0 https://github.com/encode/starlette/issues/495