fix: narrow version ranges for project dependencies (#5005)
This commit is contained in:
parent
fe6ec1690b
commit
c39515065b
2 changed files with 767 additions and 382 deletions
145
pyproject.toml
145
pyproject.toml
|
|
@ -30,90 +30,93 @@ maintainers = [
|
|||
# Define your main dependencies here
|
||||
dependencies = [
|
||||
"langflow-base==0.1.1",
|
||||
"beautifulsoup4>=4.12.2,<5.0.0",
|
||||
"beautifulsoup4==4.12.3",
|
||||
|
||||
"google-search-results>=2.4.1,<3.0.0",
|
||||
"google-api-python-client>=2.130.0,<3.0.0",
|
||||
"google-api-python-client==2.154.0",
|
||||
|
||||
"huggingface-hub[inference]>=0.23.2,<1.0.0",
|
||||
"networkx>=3.1,<4.0.0",
|
||||
"fake-useragent>=1.5.0,<2.0.0",
|
||||
"pyarrow>=14.0.0,<18.0.0",
|
||||
"wikipedia>=1.4.0,<2.0.0",
|
||||
"qdrant-client~=1.9.2",
|
||||
"weaviate-client>=4.8,<5.0.0",
|
||||
"cohere>=5.5.3,<6.0.0",
|
||||
"faiss-cpu>=1.8.0,<2.0.0",
|
||||
"types-cachetools>=5.3.0.5,<6.0.0",
|
||||
"pymongo>=4.6.0,<5.0.0",
|
||||
"supabase~=2.6.0",
|
||||
"networkx==3.4.2",
|
||||
|
||||
"fake-useragent==1.5.1",
|
||||
"pyarrow==17.0.0",
|
||||
|
||||
"wikipedia==1.4.0",
|
||||
"qdrant-client==1.9.2",
|
||||
"weaviate-client==4.9.6",
|
||||
"cohere==5.13.3",
|
||||
"faiss-cpu==1.9.0.post1",
|
||||
"types-cachetools==5.5.0.20240820",
|
||||
"pymongo==4.10.1",
|
||||
"supabase==2.6.0",
|
||||
"certifi>=2023.11.17,<2025.0.0",
|
||||
"fastavro>=1.8.0,<2.0.0",
|
||||
"redis>=5.0.1,<6.0.0",
|
||||
"metaphor-python>=0.1.11,<1.0.0",
|
||||
"certifi==2024.8.30",
|
||||
"fastavro==1.9.7",
|
||||
"redis==5.2.1",
|
||||
"metaphor-python==0.1.23",
|
||||
'pywin32>=306,<307; sys_platform == "win32"',
|
||||
"langfuse~=2.53.1",
|
||||
"metal-sdk>=2.5.0,<3.0.0",
|
||||
"markupsafe>=2.1.3,<4.0.0",
|
||||
"boto3~=1.34.162",
|
||||
"numexpr>=2.8.6,<3.0.0",
|
||||
"langfuse==2.53.9",
|
||||
"metal_sdk==2.5.1",
|
||||
"MarkupSafe==3.0.2",
|
||||
"boto3==1.34.162",
|
||||
"numexpr==2.10.2",
|
||||
"qianfan==0.3.5",
|
||||
"pgvector>=0.2.3,<1.0.0",
|
||||
"pyautogen>=0.2.0,<1.0.0",
|
||||
"langchain~=0.3.3",
|
||||
"elasticsearch>=8.12.0,<9.0.0",
|
||||
"pytube>=15.0.0,<16.0.0",
|
||||
"dspy-ai>=2.4.0,<3.0.0",
|
||||
"assemblyai>=0.33.0,<1.0.0",
|
||||
"litellm>=1.44.0,<2.0.0",
|
||||
"chromadb>=0.4,<1.0.0",
|
||||
"zep-python>=2.0.0,<3.0.0",
|
||||
"langchain-groq>=0.1.9,<1.0.0",
|
||||
"langchain-pinecone>=0.1.3,<1.0.0",
|
||||
"youtube-transcript-api>=0.6.2,<1.0.0",
|
||||
"markdown>=3.7,<4.0.0",
|
||||
"upstash-vector>=0.5.0,<1.0.0",
|
||||
"gitpython>=3.1.43,<4.0.0",
|
||||
"kubernetes>=30.1.0,<32.0.0",
|
||||
"json-repair>=0.25.2,<1.0.0",
|
||||
"langchain-google-calendar-tools>=0.0.1,<1.0.0",
|
||||
"langchain-milvus>=0.1.1,<1.0.0",
|
||||
"pgvector==0.3.6",
|
||||
"pyautogen==0.5.0",
|
||||
"langchain==0.3.10",
|
||||
"elasticsearch==8.16.0",
|
||||
"pytube==15.0.0",
|
||||
"dspy-ai==2.5.41",
|
||||
"assemblyai==0.35.1",
|
||||
"litellm==1.54.1",
|
||||
"chromadb==0.5.23",
|
||||
"zep-python==2.0.2",
|
||||
"youtube-transcript-api==0.6.3",
|
||||
"Markdown==3.7",
|
||||
"upstash-vector==0.6.0",
|
||||
"GitPython==3.1.43",
|
||||
"kubernetes==31.0.0",
|
||||
"json_repair==0.30.3",
|
||||
"langwatch==0.1.16",
|
||||
"langsmith~=0.1.137",
|
||||
"yfinance>=0.2.40,<1.0.0",
|
||||
"wolframalpha>=5.1.3,<6.0.0",
|
||||
"langsmith==0.1.147",
|
||||
"yfinance==0.2.50",
|
||||
"wolframalpha==5.1.3",
|
||||
"astra-assistants[tools]~=2.2.6",
|
||||
"composio-langchain==0.5.42",
|
||||
"spider-client>=0.0.27,<1.0.0",
|
||||
"nltk>=3.9.1,<4.0.0",
|
||||
"lark>=1.2.2,<2.0.0",
|
||||
"jq>=1.8.0,<2.0.0",
|
||||
"spider-client==0.1.24",
|
||||
"nltk==3.9.1",
|
||||
"lark==1.2.2",
|
||||
"jq==1.8.0",
|
||||
"pydantic-settings==2.4.0",
|
||||
"ragstack-ai-knowledge-store>=0.2.1,<1.0.0",
|
||||
"duckduckgo-search>=6.3.4,<7.0.0",
|
||||
"opensearch-py>=2.7.1,<3.0.0",
|
||||
"langchain-google-genai>=2.0.1,<3.0.0",
|
||||
"langchain-cohere>=0.1.5,<1.0.0",
|
||||
"langchain-anthropic>=0.1.23,<1.0.0",
|
||||
"langchain-astradb~=0.5.2",
|
||||
"langchain-openai~=0.2.2",
|
||||
"langchain-google-vertexai~=2.0.5",
|
||||
"langchain-groq>=0.1.9,<1.0.0",
|
||||
"langchain-pinecone~=0.2.0",
|
||||
"langchain-mistralai~=0.2.0",
|
||||
"langchain-chroma>=0.1.1,<1.0.0",
|
||||
"langchain-aws>=0.1.16,<1.0.0",
|
||||
"langchain-unstructured~=0.1.5",
|
||||
"langchain-mongodb>=0.1.6,<1.0.0",
|
||||
"langchain-nvidia-ai-endpoints~=0.3.0",
|
||||
"langchain-google-community~=2.0.1",
|
||||
"langchain-elasticsearch>=0.2.0,<1.0.0",
|
||||
"langchain-ollama>=0.2.0,<1.0.0",
|
||||
"ragstack-ai-knowledge-store==0.2.1",
|
||||
"duckduckgo_search==6.3.7",
|
||||
"opensearch-py==2.8.0",
|
||||
"langchain-google-genai==2.0.6",
|
||||
"langchain-cohere==0.3.3",
|
||||
"langchain-anthropic==0.3.0",
|
||||
"langchain-astradb==0.5.2",
|
||||
"langchain-openai==0.2.12",
|
||||
"langchain-google-vertexai==2.0.7",
|
||||
"langchain-groq==0.2.1",
|
||||
"langchain-pinecone==0.2.0",
|
||||
"langchain-mistralai==0.2.3",
|
||||
"langchain-chroma==0.1.4",
|
||||
"langchain-aws==0.2.7",
|
||||
"langchain-unstructured==0.1.5",
|
||||
"langchain-milvus==0.1.7",
|
||||
"langchain-mongodb==0.2.0",
|
||||
"langchain-nvidia-ai-endpoints==0.3.5",
|
||||
"langchain-google-calendar-tools==0.0.1",
|
||||
"langchain-google-community==2.0.3",
|
||||
"langchain-elasticsearch==0.3.0",
|
||||
"langchain-ollama==0.2.1",
|
||||
"sqlalchemy[aiosqlite,postgresql_psycopg2binary,postgresql_psycopgbinary]>=2.0.36,<3.0.0",
|
||||
"atlassian-python-api>=3.41.16,<4.0.0",
|
||||
"mem0ai>=0.1.26,<1.0.0",
|
||||
"atlassian-python-api==3.41.16",
|
||||
"mem0ai==0.1.34",
|
||||
"aiofile>=3.9.0,<4.0.0",
|
||||
"sseclient-py==1.8.0",
|
||||
"arize-phoenix-otel>=0.6.1",
|
||||
"openinference-instrumentation-langchain>=0.1.29",
|
||||
"openinference-instrumentation-langchain==0.1.29",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue