After upgrading to starlette 0.31.0 today, we run into the following exception when importing starlette:
from starlette import applications, requests, responses, routing
2023-07-24 15:47:43 File "/opt/conda/lib/python3.8/site-packages/starlette/applications.py", line 8, in <module>
2023-07-24 15:47:43 from starlette.middleware.base import BaseHTTPMiddleware
2023-07-24 15:47:43 File "/opt/conda/lib/python3.8/site-packages/starlette/middleware/base.py", line 14, in <module>
2023-07-24 15:47:43 from exceptiongroup import BaseExceptionGroup
2023-07-24 15:47:43 ModuleNotFoundError: No module named 'exceptiongroup'
After upgrading to starlette 0.31.0 today, we run into the following exception when importing starlette:
This is likely introduced from https://github.com/encode/starlette/pull/2211/files