Please Bump Starlette Version
hamie96 opened this issue · 1 comments
hamie96 commented
Expected Behavior
No dependency conflicts with FastAPI
Actual Behavior
Newer FastAPI versions have incompatible Starlette version (72.0+)
Steps to Reproduce the Problem
- Install FastAPI 72.0 or newer
- See dependencies version error
Specifications
- Python version: ^3.9
- GINO version: n/a
- Starlette version: ^0.17.1
- FastAPI version: ^72.0
tech-cobber commented
I'm having the same error. Following official doc