Before: raw paste
$ python app/main.py --config configs/prod.yaml
INFO booting app
INFO booting app
INFO loading plugins
INFO loading plugins
Traceback (most recent call last):
File "/workspace/app/main.py", line 12, in <module>
from app.routes import create_router
File "/workspace/app/routes.py", line 8, in <module>
from pydantic_settings import BaseSettings
ModuleNotFoundError: No module named 'pydantic_settings'
During handling of the above exception, another exception occurred:
File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
app failed: exit status 1