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

@ -46,10 +46,11 @@ dependencies = [
"firecrawl-py>=4.9.0",
"boto3>=1.35.0",
"langchain-community>=0.3.31",
"langchain-unstructured>=0.1.6",
"langgraph>=1.0.1",
"langchain-unstructured>=1.0.0",
"langchain>=1.2.0",
"litellm>=1.80.10",
"langchain-litellm>=0.3.5",
"litellm>=1.77.5",
"langgraph>=1.0.5",
]
[dependency-groups]