runtime error

Exit code: 1. Reason: /usr/local/lib/python3.12/site-packages/pydantic/_internal/_config.py:383: UserWarning: Valid config keys have changed in V2: * 'underscore_attrs_are_private' has been removed warnings.warn(message, UserWarning) Traceback (most recent call last): File "/app/app_hf.py", line 4, in <module> from app.agent.manus import Manus File "/app/app/agent/__init__.py", line 2, in <module> from app.agent.browser import BrowserAgent File "/app/app/agent/browser.py", line 6, in <module> from app.agent.toolcall import ToolCallAgent File "/app/app/agent/toolcall.py", line 12, in <module> from app.tool import CreateChatCompletion, Terminate, ToolCollection File "/app/app/tool/__init__.py", line 3, in <module> from app.tool.browser_use_tool import BrowserUseTool File "/app/app/tool/browser_use_tool.py", line 7, in <module> from browser_use import BrowserConfig ImportError: cannot import name 'BrowserConfig' from 'browser_use' (/usr/local/lib/python3.12/site-packages/browser_use/__init__.py)

Container logs:

Fetching error logs...