FEAT: Upgrade langchain (0.3.x) and associated packages including langchain-astradb (#4229)
* Start on big langchain dep upgrade * Update pyproject.toml * add new lock * Rebase on post1 changes --------- Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
parent
4bb4f02e5b
commit
6180a6daed
3 changed files with 562 additions and 804 deletions
|
|
@ -41,13 +41,13 @@ dependencies = [
|
|||
"psycopg2-binary>=2.9.6",
|
||||
"pyarrow>=14.0.0",
|
||||
"wikipedia>=1.4.0",
|
||||
"qdrant-client==1.9.0",
|
||||
"qdrant-client~=1.9.2",
|
||||
"weaviate-client>=4.8",
|
||||
"cohere>=5.5.3",
|
||||
"faiss-cpu>=1.8.0",
|
||||
"types-cachetools>=5.3.0.5",
|
||||
"pymongo>=4.6.0",
|
||||
"supabase==2.9.0",
|
||||
"supabase~=2.6.0",
|
||||
"certifi>=2023.11.17,<2025.0.0",
|
||||
"psycopg>=3.1.9",
|
||||
"fastavro>=1.8.0",
|
||||
|
|
@ -62,6 +62,7 @@ dependencies = [
|
|||
"qianfan==0.3.5",
|
||||
"pgvector>=0.2.3",
|
||||
"pyautogen>=0.2.0",
|
||||
"langchain~=0.3.3",
|
||||
"langchain-google-genai>=1.0.8",
|
||||
"langchain-cohere>=0.1.5",
|
||||
"elasticsearch>=8.12.0",
|
||||
|
|
@ -71,13 +72,13 @@ dependencies = [
|
|||
"litellm>=1.44.0",
|
||||
"chromadb>=0.4",
|
||||
"langchain-anthropic>=0.1.23",
|
||||
"langchain-astradb>=0.3.5",
|
||||
"langchain-openai==0.1.22",
|
||||
"langchain-astradb~=0.5.1",
|
||||
"langchain-openai~=0.2.2",
|
||||
"zep-python>=2.0.0",
|
||||
"langchain-google-vertexai==1.0.10",
|
||||
"langchain-google-vertexai~=2.0.5",
|
||||
"langchain-groq>=0.1.9",
|
||||
"langchain-pinecone>=0.1.3",
|
||||
"langchain-mistralai==0.1.12",
|
||||
"langchain-pinecone~=0.2.0",
|
||||
"langchain-mistralai~=0.2.0",
|
||||
"youtube-transcript-api>=0.6.2",
|
||||
"markdown>=3.7",
|
||||
"langchain-chroma>=0.1.1",
|
||||
|
|
@ -89,13 +90,13 @@ dependencies = [
|
|||
"kubernetes>=30.1.0",
|
||||
"firecrawl-py>=0.0.16",
|
||||
"json-repair>=0.25.2",
|
||||
"langchain-nvidia-ai-endpoints==0.1.6",
|
||||
"langchain-nvidia-ai-endpoints~=0.3.0",
|
||||
"langchain-google-calendar-tools>=0.0.1",
|
||||
"langchain-milvus>=0.1.1",
|
||||
"langwatch==0.1.16",
|
||||
"langsmith==0.1.86",
|
||||
"langsmith~=0.1.136",
|
||||
"yfinance>=0.2.40",
|
||||
"langchain-google-community==1.0.7",
|
||||
"langchain-google-community~=2.0.1",
|
||||
"wolframalpha>=5.1.3",
|
||||
"astra-assistants~=2.2.2",
|
||||
"composio-langchain==0.5.9",
|
||||
|
|
|
|||
|
|
@ -103,8 +103,8 @@ dependencies = [
|
|||
"httpx>=0.27",
|
||||
"uvicorn>=0.30.0",
|
||||
"gunicorn>=22.0.0",
|
||||
"langchain~=0.2.0",
|
||||
"langchain-core>=0.2.32",
|
||||
"langchain~=0.3.3",
|
||||
"langchain-core~=0.3.10",
|
||||
"langchainhub~=0.1.15",
|
||||
"sqlmodel==0.0.18",
|
||||
"loguru>=0.7.1",
|
||||
|
|
@ -148,7 +148,7 @@ dependencies = [
|
|||
"nanoid>=2.0.0",
|
||||
"filelock>=3.15.4",
|
||||
"grandalf>=0.8.0",
|
||||
"crewai>=0.36.0",
|
||||
"crewai>=0.74.2",
|
||||
"spider-client>=0.0.27",
|
||||
"diskcache>=5.6.3",
|
||||
"clickhouse-connect==0.7.19",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue