runtime error

Exit code: 1. Reason: /app/app.py:7: FutureWarning: All support for the `google.generativeai` package has ended. It will no longer be receiving updates or bug fixes. Please switch to the `google.genai` package as soon as possible. See README for more details: https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/README.md import google.generativeai as genai Traceback (most recent call last): File "/app/app.py", line 8, in <module> from rag_agent import run_agent File "/app/rag_agent.py", line 7, in <module> from langchain.agents import create_openai_functions_agent, AgentExecutor ImportError: cannot import name 'create_openai_functions_agent' from 'langchain.agents' (/usr/local/lib/python3.13/site-packages/langchain/agents/__init__.py)

Container logs:

Fetching error logs...