Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"langgraph test" doesn't work with latest langgraph #2010

Open
5 tasks done
junan-trustarc opened this issue Oct 4, 2024 · 0 comments
Open
5 tasks done

"langgraph test" doesn't work with latest langgraph #2010

junan-trustarc opened this issue Oct 4, 2024 · 0 comments

Comments

@junan-trustarc
Copy link

Checked other resources

  • I added a very descriptive title to this issue.
  • I searched the LangGraph/LangChain documentation with the integrated search.
  • I used the GitHub search to find a similar question and didn't find it.
  • I am sure that this is a bug in LangGraph/LangChain rather than my code.
  • I am sure this is better as an issue rather than a GitHub discussion, since this is a LangGraph bug and not a design question.

Example Code

uvicorn==0.31.0
python-dotenv==1.0.1
langchain==0.3.2
langchain-core==0.3.9
langchain_openai==0.2.1
langchain-voyageai==0.1.2
langchain_cohere==0.3.0
langchain_experimental==0.3.2
langgraph==0.2.34
langsmith==0.1.131
langchain_pinecone==0.2.0
langgraph-checkpoint-postgres==2.0.0
wikipedia==1.4.0
pinecone-client[grpc]==5.0.1
pinecone-text==0.9.0
psycopg[binary,pool]==3.2.3
psycopg-pool==3.2.3
requests==2.32.3
pytest==8.3.3
setuptools==75.1.0

Error Message and Stack Trace (if applicable)

outer_arc-ai-langgraph/src/requirements.txt" did not complete successfully: exit code: 1
------
 > [3/7] RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -c /api/constraints.txt -r /deps/__outer_arc-ai-langgraph/src/requirements.txt:
2.030
2.030 The conflict is caused by:
2.030     The user requested langchain-core==0.3.9
2.030     The user requested (constraint) langchain-core<0.3.0,>=0.2.27
2.030
2.030 To fix this you could try to:
2.030 1. loosen the range of package versions you've specified
2.030 2. remove package versions to allow pip to attempt to solve the dependency conflict
2.030
2.147 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
------
Dockerfile:6
--------------------
   4 |
   5 |     ADD requirements.txt /deps/__outer_arc-ai-langgraph/src/requirements.txt
   6 | >>> RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -c /api/constraints.txt -r /deps/__outer_arc-ai-langgraph/src/requirements.txt
   7 |
   8 |     ADD . /deps/__outer_arc-ai-langgraph/src
--------------------
ERROR: failed to solve: process "/bin/sh -c PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -c /api/constraints.txt -r /deps/__outer_arc-ai-langgraph/src/requirements.txt" did not complete successfully: exit code: 1

Description

"langgraph up" is working however "langgraph test" complains with dependencies, could you update constraints.txt to make it working? thanks.

System Info

windows
python 3.12.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant