langflow-ai / langflow

⛓️ Langflow is a visual framework for building multi-agent and RAG applications. It's open-source, Python-powered, fully customizable, model and vector store agnostic.
http://www.langflow.org
MIT License
20.07k stars 2.98k forks source link

[pre-release alpha] unable to update due to dependency resolver error 'ResolutiontooDeep' #2021

Closed suggsadc closed 5 days ago

suggsadc commented 1 month ago

Describe the bug Attempting to run 'pip install langflow -U --pre' results in PIP resolvers.py error '_vendor.resolvelib.resolvers.ResolutionTooDeep: 200000'

Version

To Reproduce

  1. Assumes langflow-ai v1.0.0a32 installed
  2. on a windows machine CMD window enter 'pip install langflow -U --pre'
  3. Allow the dependency resolution process to continue as normal

Additional context It seems to consistently die once its tries to resolve 'langchain_cohere' versions

Log from most recent attempt

pip install langflow -U --pre Requirement already satisfied: langflow in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (1.0.0a32) Collecting langflow Using cached langflow-1.0.0a42-py3-none-any.whl.metadata (10 kB) Collecting assemblyai<0.27.0,>=0.26.0 (from langflow) Using cached assemblyai-0.26.0-py3-none-any.whl.metadata (26 kB) Requirement already satisfied: beautifulsoup4<5.0.0,>=4.12.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (4.12.3) Requirement already satisfied: boto3<2.0.0,>=1.34.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (1.34.100) Requirement already satisfied: certifi<2024.0.0,>=2023.11.17 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (2023.11.17) Collecting chromadb<0.6.0,>=0.5.0 (from langflow) Using cached chromadb-0.5.0-py3-none-any.whl.metadata (7.3 kB) Collecting cohere<6.0.0,>=5.5.3 (from langflow) Downloading cohere-5.5.4-py3-none-any.whl.metadata (3.6 kB) Collecting couchbase<5.0.0,>=4.2.1 (from langflow) Using cached couchbase-4.2.1-cp311-cp311-win_amd64.whl.metadata (23 kB) Requirement already satisfied: dspy-ai<3.0.0,>=2.4.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (2.4.9) Requirement already satisfied: elasticsearch<9.0.0,>=8.12.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (8.13.1) Requirement already satisfied: faiss-cpu<2.0.0,>=1.8.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (1.8.0) Requirement already satisfied: fake-useragent<2.0.0,>=1.5.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (1.5.1) Requirement already satisfied: fastavro<2.0.0,>=1.8.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (1.9.4) Collecting google-api-python-client<3.0.0,>=2.130.0 (from langflow) Using cached google_api_python_client-2.131.0-py2.py3-none-any.whl.metadata (6.7 kB) Requirement already satisfied: google-search-results<3.0.0,>=2.4.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (2.4.2) Requirement already satisfied: huggingface-hub<0.21.0,>=0.20.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from huggingface-hub[inference]<0.21.0,>=0.20.0->langflow) (0.20.3) Requirement already satisfied: langchain-anthropic<0.2.0,>=0.1.6 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (0.1.11) Collecting langchain-astradb<0.4.0,>=0.3.0 (from langflow) Downloading langchain_astradb-0.3.3-py3-none-any.whl.metadata (2.9 kB) Collecting langchain-chroma<0.2.0,>=0.1.1 (from langflow) Using cached langchain_chroma-0.1.1-py3-none-any.whl.metadata (1.3 kB) Requirement already satisfied: langchain-cohere<0.2.0,>=0.1.0rc1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (0.1.4) Requirement already satisfied: langchain-google-genai<2.0.0,>=1.0.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (1.0.3) Requirement already satisfied: langchain-google-vertexai<2.0.0,>=1.0.3 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (1.0.3) Requirement already satisfied: langchain-groq<0.2.0,>=0.1.3 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (0.1.3) Requirement already satisfied: langchain-mistralai<0.2.0,>=0.1.6 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (0.1.6) Requirement already satisfied: langchain-openai<0.2.0,>=0.1.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (0.1.6) Requirement already satisfied: langchain-pinecone<0.2.0,>=0.1.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (0.1.0) Collecting langflow-base<0.0.54,>=0.0.53 (from langflow) Using cached langflow_base-0.0.53-py3-none-any.whl.metadata (2.3 kB) Collecting langfuse<3.0.0,>=2.33.0 (from langflow) Using cached langfuse-2.33.1a0-py3-none-any.whl.metadata (3.1 kB) Collecting litellm<2.0.0,>=1.38.0 (from langflow) Downloading litellm-1.39.3-py3-none-any.whl.metadata (26 kB) Requirement already satisfied: markdown<4.0,>=3.6 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (3.6) Requirement already satisfied: markupsafe<3.0.0,>=2.1.3 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (2.1.5) Requirement already satisfied: metal-sdk<3.0.0,>=2.5.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (2.5.1) Requirement already satisfied: metaphor-python<0.2.0,>=0.1.11 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (0.1.23) Requirement already satisfied: networkx<4.0,>=3.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (3.3) Requirement already satisfied: numexpr<3.0.0,>=2.8.6 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (2.10.0) Requirement already satisfied: pgvector<0.3.0,>=0.2.3 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (0.2.5) Requirement already satisfied: pinecone-client<4.0.0,>=3.0.3 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (3.2.2) Requirement already satisfied: psycopg<4.0.0,>=3.1.9 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (3.1.18) Requirement already satisfied: psycopg-binary<4.0.0,>=3.1.9 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (3.1.18) Requirement already satisfied: psycopg2-binary<3.0.0,>=2.9.6 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (2.9.9) Requirement already satisfied: pyarrow<15.0.0,>=14.0.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (14.0.2) Requirement already satisfied: pyautogen<0.3.0,>=0.2.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (0.2.27) Requirement already satisfied: pymongo<5.0.0,>=4.6.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (4.7.2) Requirement already satisfied: pytube<16.0.0,>=15.0.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (15.0.0) Requirement already satisfied: pywin32<307,>=306 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (306) Requirement already satisfied: qdrant-client<2.0.0,>=1.9.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (1.9.1) Requirement already satisfied: qianfan==0.3.5 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (0.3.5) Requirement already satisfied: supabase<3.0.0,>=2.3.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (2.4.5) Requirement already satisfied: types-cachetools<6.0.0.0,>=5.3.0.5 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (5.3.0.7) Requirement already satisfied: weaviate-client in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (4.6.0b1) Requirement already satisfied: wikipedia<2.0.0,>=1.4.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (1.4.0) Collecting youtube-transcript-api<0.7.0,>=0.6.2 (from langflow) Using cached youtube_transcript_api-0.6.2-py3-none-any.whl.metadata (15 kB) Requirement already satisfied: zep-python<3.0.0,>=2.0.0rc5 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow) (2.0.0rc6) Requirement already satisfied: aiohttp>=3.7.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (3.9.5) Requirement already satisfied: aiolimiter>=1.1.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (1.1.0) Requirement already satisfied: bce-python-sdk>=0.8.79 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (0.9.7) Requirement already satisfied: clevercsv in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (0.8.2) Requirement already satisfied: ijson in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (3.2.3) Requirement already satisfied: multiprocess in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (0.70.15) Requirement already satisfied: numpy>=1.22.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (1.26.4) Requirement already satisfied: prompt-toolkit>=3.0.38 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (3.0.43) Requirement already satisfied: pydantic in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (2.7.1) Requirement already satisfied: python-dateutil<3.0.0,>=2.8.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (2.9.0.post0) Requirement already satisfied: python-dotenv>=1.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (1.0.1) Requirement already satisfied: pyyaml<7.0.0,>=6.0.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (6.0.1) Requirement already satisfied: requests>=2.24 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (2.31.0) Requirement already satisfied: rich>=13.0.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (13.7.1) Requirement already satisfied: tenacity<9.0.0,>=8.2.3 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (8.3.0) Requirement already satisfied: typer>=0.9.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qianfan==0.3.5->langflow) (0.12.3) Requirement already satisfied: httpx>=0.19.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from assemblyai<0.27.0,>=0.26.0->langflow) (0.27.0) Requirement already satisfied: typing-extensions>=3.7 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from assemblyai<0.27.0,>=0.26.0->langflow) (4.11.0) Requirement already satisfied: websockets>=11.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from assemblyai<0.27.0,>=0.26.0->langflow) (12.0) Requirement already satisfied: soupsieve>1.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from beautifulsoup4<5.0.0,>=4.12.2->langflow) (2.5) Requirement already satisfied: botocore<1.35.0,>=1.34.100 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from boto3<2.0.0,>=1.34.0->langflow) (1.34.100) Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from boto3<2.0.0,>=1.34.0->langflow) (1.0.1) Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from boto3<2.0.0,>=1.34.0->langflow) (0.10.1) Requirement already satisfied: build>=1.0.3 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (1.2.1) Requirement already satisfied: chroma-hnswlib==0.7.3 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (0.7.3) Requirement already satisfied: fastapi>=0.95.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (0.110.3) Requirement already satisfied: uvicorn>=0.18.3 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from uvicorn[standard]>=0.18.3->chromadb<0.6.0,>=0.5.0->langflow) (0.29.0) Requirement already satisfied: posthog>=2.4.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (3.5.0) Requirement already satisfied: onnxruntime>=1.14.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (1.17.3) Requirement already satisfied: opentelemetry-api>=1.2.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (1.24.0) Requirement already satisfied: opentelemetry-exporter-otlp-proto-grpc>=1.2.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (1.24.0) Requirement already satisfied: opentelemetry-instrumentation-fastapi>=0.41b0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (0.45b0) Requirement already satisfied: opentelemetry-sdk>=1.2.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (1.24.0) Requirement already satisfied: tokenizers>=0.13.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (0.15.2) Requirement already satisfied: pypika>=0.48.9 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (0.48.9) Requirement already satisfied: tqdm>=4.65.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (4.66.4) Requirement already satisfied: overrides>=7.3.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (7.7.0) Requirement already satisfied: importlib-resources in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (6.4.0) Requirement already satisfied: grpcio>=1.58.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (1.64.0rc1) Requirement already satisfied: bcrypt>=4.0.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (4.0.1) Requirement already satisfied: kubernetes>=28.1.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (29.0.0) Requirement already satisfied: mmh3>=4.0.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (4.1.0) Requirement already satisfied: orjson>=3.9.12 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from chromadb<0.6.0,>=0.5.0->langflow) (3.10.0) Requirement already satisfied: httpx-sse<0.5.0,>=0.4.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from cohere<6.0.0,>=5.5.3->langflow) (0.4.0) Requirement already satisfied: types-requests<3.0.0,>=2.0.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from cohere<6.0.0,>=5.5.3->langflow) (2.31.0.20240406) Requirement already satisfied: backoff~=2.2.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from dspy-ai<3.0.0,>=2.4.0->langflow) (2.2.1) Requirement already satisfied: joblib~=1.3.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from dspy-ai<3.0.0,>=2.4.0->langflow) (1.3.2) Requirement already satisfied: openai<2.0.0,>=0.28.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from dspy-ai<3.0.0,>=2.4.0->langflow) (1.26.0) Requirement already satisfied: pandas in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from dspy-ai<3.0.0,>=2.4.0->langflow) (2.2.0) Requirement already satisfied: regex in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from dspy-ai<3.0.0,>=2.4.0->langflow) (2024.4.28) Requirement already satisfied: ujson in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from dspy-ai<3.0.0,>=2.4.0->langflow) (5.9.0) Requirement already satisfied: datasets<3.0.0,~=2.14.6 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from dspy-ai<3.0.0,>=2.4.0->langflow) (2.14.7) Requirement already satisfied: optuna in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from dspy-ai<3.0.0,>=2.4.0->langflow) (3.6.1) Requirement already satisfied: structlog in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from dspy-ai<3.0.0,>=2.4.0->langflow) (24.1.0) Requirement already satisfied: elastic-transport<9,>=8.13 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from elasticsearch<9.0.0,>=8.12.0->langflow) (8.13.0) Requirement already satisfied: httplib2<1.dev0,>=0.19.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-api-python-client<3.0.0,>=2.130.0->langflow) (0.22.0) Requirement already satisfied: google-auth!=2.24.0,!=2.25.0,<3.0.0.dev0,>=1.32.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-api-python-client<3.0.0,>=2.130.0->langflow) (2.29.0) Requirement already satisfied: google-auth-httplib2<1.0.0,>=0.2.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-api-python-client<3.0.0,>=2.130.0->langflow) (0.2.0) Requirement already satisfied: google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-api-python-client<3.0.0,>=2.130.0->langflow) (2.19.0) Requirement already satisfied: uritemplate<5,>=3.0.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-api-python-client<3.0.0,>=2.130.0->langflow) (4.1.1) Requirement already satisfied: filelock in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from huggingface-hub<0.21.0,>=0.20.0->huggingface-hub[inference]<0.21.0,>=0.20.0->langflow) (3.14.0) Requirement already satisfied: fsspec>=2023.5.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from huggingface-hub<0.21.0,>=0.20.0->huggingface-hub[inference]<0.21.0,>=0.20.0->langflow) (2023.10.0) Requirement already satisfied: packaging>=20.9 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from huggingface-hub<0.21.0,>=0.20.0->huggingface-hub[inference]<0.21.0,>=0.20.0->langflow) (23.2) Requirement already satisfied: anthropic<1,>=0.23.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langchain-anthropic<0.2.0,>=0.1.6->langflow) (0.25.8) Requirement already satisfied: defusedxml<0.8.0,>=0.7.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langchain-anthropic<0.2.0,>=0.1.6->langflow) (0.7.1) Requirement already satisfied: langchain-core<0.2.0,>=0.1.43 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langchain-anthropic<0.2.0,>=0.1.6->langflow) (0.1.52) Collecting astrapy<2.0,>=1.2 (from langchain-astradb<0.4.0,>=0.3.0->langflow) Using cached astrapy-1.2.0-py3-none-any.whl.metadata (12 kB) Requirement already satisfied: google-generativeai<0.6.0,>=0.5.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langchain-google-genai<2.0.0,>=1.0.1->langflow) (0.5.2) Requirement already satisfied: google-cloud-aiplatform<2.0.0,>=1.47.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langchain-google-vertexai<2.0.0,>=1.0.3->langflow) (1.51.0) Requirement already satisfied: google-cloud-storage<3.0.0,>=2.14.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langchain-google-vertexai<2.0.0,>=1.0.3->langflow) (2.16.0) Requirement already satisfied: types-protobuf<5.0.0.0,>=4.24.0.4 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langchain-google-vertexai<2.0.0,>=1.0.3->langflow) (4.25.0.20240417) Requirement already satisfied: groq<1,>=0.4.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langchain-groq<0.2.0,>=0.1.3->langflow) (0.5.0) Requirement already satisfied: tiktoken<1,>=0.5.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langchain-openai<0.2.0,>=0.1.1->langflow) (0.6.0) Requirement already satisfied: alembic<2.0.0,>=1.13.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (1.13.1) Requirement already satisfied: asyncer<0.0.6,>=0.0.5 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (0.0.5) Requirement already satisfied: cachetools<6.0.0,>=5.3.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (5.3.3) Requirement already satisfied: cryptography<43.0.0,>=42.0.5 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (42.0.7) Requirement already satisfied: docstring-parser<0.16,>=0.15 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (0.15) Requirement already satisfied: duckdb<0.11.0,>=0.10.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (0.10.3.dev848) Collecting emoji<3.0.0,>=2.12.0 (from langflow-base<0.0.54,>=0.0.53->langflow) Using cached emoji-2.12.1-py3-none-any.whl.metadata (5.4 kB) Collecting fastapi>=0.95.2 (from chromadb<0.6.0,>=0.5.0->langflow) Using cached fastapi-0.111.0-py3-none-any.whl.metadata (25 kB) Requirement already satisfied: gunicorn<23.0.0,>=22.0.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (22.0.0) Collecting langchain<0.3.0,>=0.2.0 (from langflow-base<0.0.54,>=0.0.53->langflow) Using cached langchain-0.2.1-py3-none-any.whl.metadata (13 kB) Requirement already satisfied: langchain-experimental in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (0.0.58) Requirement already satisfied: langchainhub<0.2.0,>=0.1.15 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (0.1.15) Requirement already satisfied: loguru<0.8.0,>=0.7.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (0.7.2) Requirement already satisfied: nest-asyncio<2.0.0,>=1.6.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (1.6.0) Requirement already satisfied: passlib<2.0.0,>=1.7.4 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (1.7.4) Requirement already satisfied: pillow<11.0.0,>=10.2.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (10.3.0) Requirement already satisfied: platformdirs<5.0.0,>=4.2.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (4.2.1) Requirement already satisfied: pydantic-settings<3.0.0,>=2.2.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (2.2.1) Requirement already satisfied: pypdf<5.0.0,>=4.2.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (4.2.0) Collecting pyperclip<2.0.0,>=1.8.2 (from langflow-base<0.0.54,>=0.0.53->langflow) Using cached pyperclip-1.8.2.tar.gz (20 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: python-docx<2.0.0,>=1.1.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (1.1.2) Requirement already satisfied: python-jose<4.0.0,>=3.3.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (3.3.0) Requirement already satisfied: python-multipart<0.0.8,>=0.0.7 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (0.0.7) Requirement already satisfied: python-socketio<6.0.0,>=5.11.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langflow-base<0.0.54,>=0.0.53->langflow) (5.11.2) Collecting sqlmodel<0.0.19,>=0.0.18 (from langflow-base<0.0.54,>=0.0.53->langflow) Using cached sqlmodel-0.0.18-py3-none-any.whl.metadata (9.8 kB) Requirement already satisfied: pytz>=2020.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from pandas->dspy-ai<3.0.0,>=2.4.0->langflow) (2024.1) Requirement already satisfied: tzdata>=2022.7 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from pandas->dspy-ai<3.0.0,>=2.4.0->langflow) (2024.1) Requirement already satisfied: idna<4.0,>=3.7 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langfuse<3.0.0,>=2.33.0->langflow) (3.7) Requirement already satisfied: wrapt<2.0,>=1.14 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langfuse<3.0.0,>=2.33.0->langflow) (1.16.0) Requirement already satisfied: click in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from litellm<2.0.0,>=1.38.0->langflow) (8.1.7) Requirement already satisfied: importlib-metadata>=6.8.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from litellm<2.0.0,>=1.38.0->langflow) (7.0.0) Requirement already satisfied: jinja2<4.0.0,>=3.1.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from litellm<2.0.0,>=1.38.0->langflow) (3.1.4) Collecting openai<2.0.0,>=0.28.1 (from dspy-ai<3.0.0,>=2.4.0->langflow) Downloading openai-1.30.5-py3-none-any.whl.metadata (21 kB) Requirement already satisfied: urllib3>=1.26.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from pinecone-client<4.0.0,>=3.0.3->langflow) (2.2.1) Requirement already satisfied: diskcache in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from pyautogen<0.3.0,>=0.2.0->langflow) (5.6.3) Requirement already satisfied: docker in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from pyautogen<0.3.0,>=0.2.0->langflow) (7.0.0) Requirement already satisfied: flaml in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from pyautogen<0.3.0,>=0.2.0->langflow) (2.1.2) Requirement already satisfied: termcolor in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from pyautogen<0.3.0,>=0.2.0->langflow) (2.4.0) Requirement already satisfied: dnspython<3.0.0,>=1.16.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from pymongo<5.0.0,>=4.6.0->langflow) (2.6.1) Requirement already satisfied: grpcio-tools>=1.41.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qdrant-client<2.0.0,>=1.9.0->langflow) (1.63.0rc1) Requirement already satisfied: portalocker<3.0.0,>=2.7.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from qdrant-client<2.0.0,>=1.9.0->langflow) (2.8.2) Requirement already satisfied: gotrue<3.0,>=1.3 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from supabase<3.0.0,>=2.3.0->langflow) (2.4.2) Requirement already satisfied: postgrest<0.17.0,>=0.14 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from supabase<3.0.0,>=2.3.0->langflow) (0.16.4) Requirement already satisfied: realtime<2.0.0,>=1.0.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from supabase<3.0.0,>=2.3.0->langflow) (1.0.4) Requirement already satisfied: storage3<0.8.0,>=0.5.3 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from supabase<3.0.0,>=2.3.0->langflow) (0.7.4) Requirement already satisfied: supafunc<0.5.0,>=0.3.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from supabase<3.0.0,>=2.3.0->langflow) (0.4.5) Requirement already satisfied: validators==0.28.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from weaviate-client->langflow) (0.28.1) Requirement already satisfied: authlib<2.0.0,>=1.2.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from weaviate-client->langflow) (1.3.0) Requirement already satisfied: grpcio-health-checking<2.0.0,>=1.57.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from weaviate-client->langflow) (1.63.0rc1) Requirement already satisfied: aiosignal>=1.1.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from aiohttp>=3.7.0->qianfan==0.3.5->langflow) (1.3.1) Requirement already satisfied: attrs>=17.3.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from aiohttp>=3.7.0->qianfan==0.3.5->langflow) (23.2.0) Requirement already satisfied: frozenlist>=1.1.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from aiohttp>=3.7.0->qianfan==0.3.5->langflow) (1.4.1) Requirement already satisfied: multidict<7.0,>=4.5 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from aiohttp>=3.7.0->qianfan==0.3.5->langflow) (6.0.5) Requirement already satisfied: yarl<2.0,>=1.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from aiohttp>=3.7.0->qianfan==0.3.5->langflow) (1.9.4) Requirement already satisfied: SQLAlchemy>=1.3.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from alembic<2.0.0,>=1.13.0->langflow-base<0.0.54,>=0.0.53->langflow) (2.0.30) Requirement already satisfied: Mako in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from alembic<2.0.0,>=1.13.0->langflow-base<0.0.54,>=0.0.53->langflow) (1.3.3) Requirement already satisfied: anyio<5,>=3.5.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from anthropic<1,>=0.23.0->langchain-anthropic<0.2.0,>=0.1.6->langflow) (4.3.0) Requirement already satisfied: distro<2,>=1.7.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from anthropic<1,>=0.23.0->langchain-anthropic<0.2.0,>=0.1.6->langflow) (1.9.0) Requirement already satisfied: sniffio in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from anthropic<1,>=0.23.0->langchain-anthropic<0.2.0,>=0.1.6->langflow) (1.3.1) Collecting bson<0.6.0,>=0.5.10 (from astrapy<2.0,>=1.2->langchain-astradb<0.4.0,>=0.3.0->langflow) Using cached bson-0.5.10.tar.gz (10 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: cassio<0.2.0,>=0.1.4 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from astrapy<2.0,>=1.2->langchain-astradb<0.4.0,>=0.3.0->langflow) (0.1.7) Requirement already satisfied: deprecation<2.2.0,>=2.1.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from astrapy<2.0,>=1.2->langchain-astradb<0.4.0,>=0.3.0->langflow) (2.1.0) Requirement already satisfied: toml<0.11.0,>=0.10.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from astrapy<2.0,>=1.2->langchain-astradb<0.4.0,>=0.3.0->langflow) (0.10.2) Collecting uuid6<2024.2.0,>=2024.1.12 (from astrapy<2.0,>=1.2->langchain-astradb<0.4.0,>=0.3.0->langflow) Using cached uuid6-2024.1.12-py3-none-any.whl.metadata (8.6 kB) Requirement already satisfied: pycryptodome>=3.8.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from bce-python-sdk>=0.8.79->qianfan==0.3.5->langflow) (3.20.0) Requirement already satisfied: future>=0.6.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from bce-python-sdk>=0.8.79->qianfan==0.3.5->langflow) (1.0.0) Requirement already satisfied: six>=1.4.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from bce-python-sdk>=0.8.79->qianfan==0.3.5->langflow) (1.16.0) Requirement already satisfied: pyproject_hooks in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from build>=1.0.3->chromadb<0.6.0,>=0.5.0->langflow) (1.1.0) Requirement already satisfied: colorama in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from build>=1.0.3->chromadb<0.6.0,>=0.5.0->langflow) (0.4.6) Requirement already satisfied: cffi>=1.12 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from cryptography<43.0.0,>=42.0.5->langflow-base<0.0.54,>=0.0.53->langflow) (1.16.0) Requirement already satisfied: pyarrow-hotfix in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from datasets<3.0.0,~=2.14.6->dspy-ai<3.0.0,>=2.4.0->langflow) (0.6) Requirement already satisfied: dill<0.3.8,>=0.3.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from datasets<3.0.0,~=2.14.6->dspy-ai<3.0.0,>=2.4.0->langflow) (0.3.7) Requirement already satisfied: xxhash in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from datasets<3.0.0,~=2.14.6->dspy-ai<3.0.0,>=2.4.0->langflow) (3.4.1) Requirement already satisfied: starlette<0.38.0,>=0.37.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from fastapi>=0.95.2->chromadb<0.6.0,>=0.5.0->langflow) (0.37.2) Collecting fastapi-cli>=0.0.2 (from fastapi>=0.95.2->chromadb<0.6.0,>=0.5.0->langflow) Using cached fastapi_cli-0.0.4-py3-none-any.whl.metadata (7.0 kB) Collecting email_validator>=2.0.0 (from fastapi>=0.95.2->chromadb<0.6.0,>=0.5.0->langflow) Using cached email_validator-2.1.1-py3-none-any.whl.metadata (26 kB) Requirement already satisfied: googleapis-common-protos<2.0.dev0,>=1.56.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5->google-api-python-client<3.0.0,>=2.130.0->langflow) (1.63.0) Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0.dev0,>=3.19.5 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5->google-api-python-client<3.0.0,>=2.130.0->langflow) (4.25.3) Requirement already satisfied: proto-plus<2.0.0dev,>=1.22.3 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0.dev0,>=1.31.5->google-api-python-client<3.0.0,>=2.130.0->langflow) (1.24.0.dev1) Requirement already satisfied: pyasn1-modules>=0.2.1 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-auth!=2.24.0,!=2.25.0,<3.0.0.dev0,>=1.32.0->google-api-python-client<3.0.0,>=2.130.0->langflow) (0.4.0) Requirement already satisfied: rsa<5,>=3.1.4 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-auth!=2.24.0,!=2.25.0,<3.0.0.dev0,>=1.32.0->google-api-python-client<3.0.0,>=2.130.0->langflow) (4.9) Requirement already satisfied: google-cloud-bigquery!=3.20.0,<4.0.0dev,>=1.15.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-cloud-aiplatform<2.0.0,>=1.47.0->langchain-google-vertexai<2.0.0,>=1.0.3->langflow) (3.22.0) Requirement already satisfied: google-cloud-resource-manager<3.0.0dev,>=1.3.3 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-cloud-aiplatform<2.0.0,>=1.47.0->langchain-google-vertexai<2.0.0,>=1.0.3->langflow) (1.12.3) Requirement already satisfied: shapely<3.0.0dev in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-cloud-aiplatform<2.0.0,>=1.47.0->langchain-google-vertexai<2.0.0,>=1.0.3->langflow) (2.0.4) Requirement already satisfied: google-cloud-core<3.0dev,>=2.3.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-cloud-storage<3.0.0,>=2.14.0->langchain-google-vertexai<2.0.0,>=1.0.3->langflow) (2.4.1) Requirement already satisfied: google-resumable-media>=2.6.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-cloud-storage<3.0.0,>=2.14.0->langchain-google-vertexai<2.0.0,>=1.0.3->langflow) (2.7.0) Requirement already satisfied: google-crc32c<2.0dev,>=1.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-cloud-storage<3.0.0,>=2.14.0->langchain-google-vertexai<2.0.0,>=1.0.3->langflow) (1.5.0) Requirement already satisfied: google-ai-generativelanguage==0.6.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from google-generativeai<0.6.0,>=0.5.2->langchain-google-genai<2.0.0,>=1.0.1->langflow) (0.6.2) Requirement already satisfied: setuptools in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from grpcio-tools>=1.41.0->qdrant-client<2.0.0,>=1.9.0->langflow) (69.5.1) Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from httplib2<1.dev0,>=0.19.0->google-api-python-client<3.0.0,>=2.130.0->langflow) (2.4.7) Requirement already satisfied: httpcore==1.* in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from httpx>=0.19.0->assemblyai<0.27.0,>=0.26.0->langflow) (1.0.5) Requirement already satisfied: h11<0.15,>=0.13 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from httpcore==1.*->httpx>=0.19.0->assemblyai<0.27.0,>=0.26.0->langflow) (0.14.0) Requirement already satisfied: h2<5,>=3 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from httpx[http2]>=0.20.0->qdrant-client<2.0.0,>=1.9.0->langflow) (4.1.0) Requirement already satisfied: zipp>=0.5 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from importlib-metadata>=6.8.0->litellm<2.0.0,>=1.38.0->langflow) (3.18.1) Requirement already satisfied: websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from kubernetes>=28.1.0->chromadb<0.6.0,>=0.5.0->langflow) (1.8.0) Requirement already satisfied: requests-oauthlib in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from kubernetes>=28.1.0->chromadb<0.6.0,>=0.5.0->langflow) (2.0.0) Requirement already satisfied: oauthlib>=3.2.2 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from kubernetes>=28.1.0->chromadb<0.6.0,>=0.5.0->langflow) (3.2.2) INFO: pip is looking at multiple versions of langchain to determine which version is compatible with other requirements. This could take a while. Collecting langchain<0.3.0,>=0.2.0 (from langflow-base<0.0.54,>=0.0.53->langflow) Using cached langchain-0.2.0-py3-none-any.whl.metadata (13 kB) Requirement already satisfied: dataclasses-json<0.7,>=0.5.7 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langchain<0.3.0,>=0.2.0->langflow-base<0.0.54,>=0.0.53->langflow) (0.6.5) Collecting langchain-pinecone<0.2.0,>=0.1.0 (from langflow) Using cached langchain_pinecone-0.1.1-py3-none-any.whl.metadata (1.4 kB) Requirement already satisfied: jsonpatch<2.0,>=1.33 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langchain-core<0.2.0,>=0.1.43->langchain-anthropic<0.2.0,>=0.1.6->langflow) (1.33) Requirement already satisfied: langsmith<0.2.0,>=0.1.0 in c:\users\hpzws2\appdata\local\programs\python\python311\lib\site-packages (from langchain-core<0.2.0,>=0.1.43->langchain-anthropic<0.2.0,>=0.1.6->langflow) (0.1.55) Using cached langchain_pinecone-0.1.0-py3-none-any.whl.metadata (1.4 kB) Collecting langchain-openai<0.2.0,>=0.1.1 (from langflow) Downloading langchain_openai-0.1.8-py3-none-any.whl.metadata (2.5 kB) INFO: pip is looking at multiple versions of langchain-openai to determine which version is compatible with other requirements. This could take a while. Using cached langchain_openai-0.1.8rc1-py3-none-any.whl.metadata (2.5 kB) Using cached langchain_openai-0.1.7-py3-none-any.whl.metadata (2.5 kB) Collecting tiktoken<1,>=0.7 (from langchain-openai<0.2.0,>=0.1.1->langflow) Using cached tiktoken-0.7.0-cp311-cp311-win_amd64.whl.metadata (6.8 kB) INFO: pip is still looking at multiple versions of langchain to determine which version is compatible with other requirements. This could take a while. Collecting langchain-openai<0.2.0,>=0.1.1 (from langflow) Using cached langchain_openai-0.1.6-py3-none-any.whl.metadata (2.5 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Using cached langchain_openai-0.1.5-py3-none-any.whl.metadata (2.5 kB) INFO: pip is still looking at multiple versions of langchain-openai to determine which version is compatible with other requirements. This could take a while. Using cached langchain_openai-0.1.4-py3-none-any.whl.metadata (2.5 kB) Using cached langchain_openai-0.1.3-py3-none-any.whl.metadata (2.5 kB) Using cached langchain_openai-0.1.3rc1-py3-none-any.whl.metadata (2.5 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Using cached langchain_openai-0.1.2-py3-none-any.whl.metadata (2.5 kB) Using cached langchain_openai-0.1.1-py3-none-any.whl.metadata (2.5 kB) Collecting langchain-mistralai<0.2.0,>=0.1.6 (from langflow) Using cached langchain_mistralai-0.1.7-py3-none-any.whl.metadata (2.2 kB) Downloading langchain_mistralai-0.1.6-py3-none-any.whl.metadata (2.2 kB) Collecting langchain-groq<0.2.0,>=0.1.3 (from langflow) Using cached langchain_groq-0.1.4-py3-none-any.whl.metadata (2.8 kB) Using cached langchain_groq-0.1.3-py3-none-any.whl.metadata (2.8 kB) Collecting langchain-google-vertexai<2.0.0,>=1.0.3 (from langflow) Using cached langchain_google_vertexai-1.0.4-py3-none-any.whl.metadata (3.6 kB) Using cached langchain_google_vertexai-1.0.3-py3-none-any.whl.metadata (3.7 kB) Collecting langchain-google-genai<2.0.0,>=1.0.1 (from langflow) Using cached langchain_google_genai-1.0.5-py3-none-any.whl.metadata (3.8 kB) INFO: pip is looking at multiple versions of langchain-google-genai to determine which version is compatible with other requirements. This could take a while. Using cached langchain_google_genai-1.0.4-py3-none-any.whl.metadata (3.8 kB) Using cached langchain_google_genai-1.0.3-py3-none-any.whl.metadata (3.8 kB) Using cached langchain_google_genai-1.0.2-py3-none-any.whl.metadata (3.8 kB) Using cached langchain_google_genai-1.0.1-py3-none-any.whl.metadata (3.8 kB) Collecting google-generativeai<0.5.0,>=0.4.1 (from langchain-google-genai<2.0.0,>=1.0.1->langflow) Using cached google_generativeai-0.4.1-py3-none-any.whl.metadata (6.2 kB) Collecting google-ai-generativelanguage==0.4.0 (from google-generativeai<0.5.0,>=0.4.1->langchain-google-genai<2.0.0,>=1.0.1->langflow) Using cached google_ai_generativelanguage-0.4.0-py3-none-any.whl.metadata (5.1 kB) Collecting langchain-cohere<0.2.0,>=0.1.0rc1 (from langflow) Using cached langchain_cohere-0.1.5-py3-none-any.whl.metadata (6.4 kB) INFO: pip is still looking at multiple versions of langchain-google-genai to determine which version is compatible with other requirements. This could take a while. Using cached langchain_cohere-0.1.4-py3-none-any.whl.metadata (6.4 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. Using cached langchain_cohere-0.1.4rc1-py3-none-any.whl.metadata (6.4 kB) Using cached langchain_cohere-0.1.4rc0-py3-none-any.whl.metadata (6.4 kB) Using cached langchain_cohere-0.1.3-py3-none-any.whl.metadata (6.4 kB) ERROR: Exception: Traceback (most recent call last): File "C:\Users\HPZWS2\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip\_internal\cli\base_command.py", line 180, in exc_logging_wrapper status = run_func(*args) ^^^^^^^^^^^^^^^ File "C:\Users\HPZWS2\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip\_internal\cli\req_command.py", line 245, in wrapper return func(self, options, args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\HPZWS2\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip\_internal\commands\install.py", line 377, in run requirement_set = resolver.resolve( ^^^^^^^^^^^^^^^^^ File "C:\Users\HPZWS2\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 95, in resolve result = self._result = resolver.resolve( ^^^^^^^^^^^^^^^^^ File "C:\Users\HPZWS2\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 546, in resolve state = resolution.resolve(requirements, max_rounds=max_rounds) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\HPZWS2\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 457, in resolve raise ResolutionTooDeep(max_rounds) pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 200000

dosubot[bot] commented 1 month ago

Hey @suggsadc! I'm here to help you with any bugs, questions, or contributions you may have. Let's work together to resolve this issue.

To resolve the PIP dependency resolver error _vendor.resolvelib.resolvers.ResolutionTooDeep: 200000 when trying to update the langflow package, you can try the following steps:

  1. Update Poetry: Ensure you are using the latest version of Poetry, as dependency resolution improvements are frequently made. You can update Poetry using:

    poetry self update
  2. Increase the Resolver Depth: You can increase the maximum depth of the resolver by setting the PIP_MAX_RETRIES environment variable. This can be done by running:

    export PIP_MAX_RETRIES=1000000
  3. Simplify Dependencies: Review the pyproject.toml file and try to simplify the dependencies. Remove any unnecessary or conflicting dependencies.

  4. Use a Lock File: If you have a poetry.lock file, ensure it is up-to-date by running:

    poetry lock
  5. Clear Cache: Clear the Poetry cache to remove any corrupted or outdated packages:

    poetry cache clear --all pypi
  6. Manual Dependency Resolution: Manually resolve any conflicting dependencies by specifying exact versions in the pyproject.toml file.

Here is an example of how you might adjust the pyproject.toml file to specify exact versions for some dependencies:

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
fastapi = "^0.111.0"
httpx = "*"
uvicorn = "^0.29.0"
gunicorn = "^22.0.0"
langchain = "~0.2.0"
langchainhub = "~0.1.15"
sqlmodel = "^0.0.18"
loguru = "^0.7.1"
rich = "^13.7.0"
langchain-experimental = "*"
pydantic = "^2.7.0"
pydantic-settings = "^2.2.0"
websockets = "*"
typer = "^0.12.0"
cachetools = "^5.3.1"
platformdirs = "^4.2.0"
python-multipart = "^0.0.7"
orjson = "3.10.0"
alembic = "^1.13.0"
passlib = "^1.7.4"
bcrypt = "4.0.1"
pillow = "^10.2.0"
docstring-parser = "^0.15"
python-jose = "^3.3.0"
pandas = "2.2.0"
multiprocess = "^0.70.14"
duckdb = "^0.10.2"
python-socketio = "^5.11.0"
python-docx = "^1.1.0"
jq = { version = "^1.7.0", markers = "sys_platform != 'win32'" }
pypdf = "^4.2.0"
nest-asyncio = "^1.6.0"
emoji = "^2.12.0"
cryptography = "^42.0.5"
asyncer = "^0.0.5"
pyperclip = "^1.8.2"
uncurl = "^0.0.11"

If the issue persists, you may need to manually inspect and resolve any dependency conflicts by checking the compatibility of the specified versions. Additionally, ensure that your pyproject.toml file is correctly configured as shown in the langflow package's pyproject.toml file [1][2][3].

To continue talking to Dosu, mention @dosu.

suggsadc commented 1 month ago

quick follow up... the Dosu auto-response above does not resolve the issue for me

nicoloboschi commented 5 days ago

could you retry with the latest version? If the problem is still there, please re-open the issue.

suggsadc commented 4 days ago

@nicoloboschi ... CONFIRMED!

Release of Langflow 1.0.5 resolved our issue... thank you!