runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> from deal_agent_framework import DealAgentFramework File "/home/user/app/deal_agent_framework.py", line 9, in <module> from agents.planning_agent import PlanningAgent File "/home/user/app/agents/planning_agent.py", line 3, in <module> from agents.deals import ScrapedDeal, DealSelection, Deal, Opportunity File "/home/user/app/agents/deals.py", line 2, in <module> from typing import List, Dict, Self ImportError: cannot import name 'Self' from 'typing' (/usr/local/lib/python3.10/typing.py)

Container logs:

Fetching error logs...