runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/pydantic/_internal/_fields.py:149: UserWarning: Field "model_name" has conflict with protected namespace "model_". You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. warnings.warn( Traceback (most recent call last): File "/app/app.py", line 13, in <module> from shared.models import ChatRequest, ChatResponse, ChatMessage, WorkerStatus, NodeType ImportError: cannot import name 'NodeType' from 'shared.models' (/app/shared/models.py)

Container logs:

Fetching error logs...