fastapi-react
fastapi-react copied to clipboard
ImportError: cannot import name 'WebSocketException' from 'starlette.exceptions' (/opt/homebrew/lib/python3.9/site-packages/starlette/exceptions.py)
i use command uvicorn main:app --reload and than i got this error
ImportError: cannot import name 'WebSocketException' from 'starlette.exceptions' (/opt/homebrew/lib/python3.9/site-packages/starlette/exceptions.py)
I got this problem too. any solutions?
I got this problem too. any solutions?
Same here
starlette.version '0.37.2'