chore: update langchain

- Updated langchain-unstructured to version 1.0.0 and langchain to 1.2.0.
- Updated litellm to version 1.80.10 and grpcio versions based on Python version.
- Updated fastuuid to version 0.14.0 and langgraph to 1.0.5.
- Updated openai to version 2.12.0 and langgraph-sdk to 0.3.0.
- Added uuid-utils package version 0.12.0.
- Refactored imports in utils.py, chats_routes.py, and query_service.py to use langchain_core.messages.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-12-15 21:25:44 -08:00
parent 8aedead33e
commit fd1f3eaf60
5 changed files with 225 additions and 97 deletions

View file

@ -1,7 +1,7 @@
import datetime
from typing import Any
from langchain.schema import AIMessage, HumanMessage, SystemMessage
from langchain_core.messages import AIMessage, HumanMessage, SystemMessage
from sqlalchemy.ext.asyncio import AsyncSession
from app.services.llm_service import get_strategic_llm