chore: apply changes to pyproject.toml from v1.0.19.1 (#4238)
* apply changes to pyproject.toml from v1.0.19.1 * back out langflow and langflow version for now
This commit is contained in:
parent
48148f0df6
commit
4fc4e49c6c
2 changed files with 170 additions and 72 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.0",
|
||||
"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.3.0",
|
||||
"supabase==2.9.0",
|
||||
"certifi>=2023.11.17,<2025.0.0",
|
||||
"psycopg>=3.1.9",
|
||||
"fastavro>=1.8.0",
|
||||
|
|
@ -74,7 +74,7 @@ dependencies = [
|
|||
"langchain-astradb>=0.3.5",
|
||||
"langchain-openai==0.1.22",
|
||||
"zep-python>=2.0.0",
|
||||
"langchain-google-vertexai>=1.0.10",
|
||||
"langchain-google-vertexai==1.0.10",
|
||||
"langchain-groq>=0.1.9",
|
||||
"langchain-pinecone>=0.1.3",
|
||||
"langchain-mistralai==0.1.12",
|
||||
|
|
@ -92,8 +92,8 @@ dependencies = [
|
|||
"langchain-nvidia-ai-endpoints==0.1.6",
|
||||
"langchain-google-calendar-tools>=0.0.1",
|
||||
"langchain-milvus>=0.1.1",
|
||||
"langwatch>=0.1.16",
|
||||
"langsmith>=0.1.86",
|
||||
"langwatch==0.1.16",
|
||||
"langsmith==0.1.86",
|
||||
"yfinance>=0.2.40",
|
||||
"langchain-google-community==1.0.7",
|
||||
"wolframalpha>=5.1.3",
|
||||
|
|
@ -105,7 +105,7 @@ dependencies = [
|
|||
"jq>=1.8.0",
|
||||
"pydantic-settings==2.4.0",
|
||||
"ragstack-ai-knowledge-store>=0.2.1",
|
||||
"duckduckgo-search>=6.3.1",
|
||||
"duckduckgo-search>=6.3.0",
|
||||
"langchain-elasticsearch>=0.2.0",
|
||||
"opensearch-py>=2.7.1",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue