Skip to content

Conversation

AdamWozniewski
Copy link

Add update for LangChain example

@jtemporal jtemporal requested a review from deepu105 October 1, 2025 19:33
"langgraph>=0.5.4",
"langchain-openai>=0.3.33",
"langgraph-cli[inmem]>=0.4.2",
"langgraph>=0.6.7",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a few conflicts here.

our current auth0-ai-langchain relies on langgraph >=0.5.3, <0.6.0.
our current auth0-fastapi==1.0.0b4 depends on fastapi>=0.115.11,<0.116.0

Also seeing that langgraph-cli[inmem] is also currently confilcting:

And because langgraph-cli[inmem]==0.4.2 depends on langgraph-api>=0.3
      and only langgraph-cli[inmem]<=0.4.2 is available, we can conclude that
      langgraph-cli[inmem]>=0.4.2 depends on langgraph-api>=0.4.7.
      And because your project depends on langgraph-api==0.2.102 and
      langgraph-cli[inmem]>=0.4.2, we can conclude that your project's requirements
      are unsatisfiable.

Preference here would be to keep current supported versions of those for now, and target this langgraph upgrade with a separate ticket / PR to the auth0-ai-python core first.

Comment on lines +14 to +15
"@langchain/core": "^0.3.75",
"@langchain/langgraph-sdk": "^0.1.2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not positive here w/ these. We will have to again test after backend langgraph SDK updates though.

@priley86
Copy link
Contributor

priley86 commented Oct 1, 2025

proposal here would be to hold this PR for future w/ auth0-ai-python alongside updates. I think async auth updates can be covered alongside #15 for now.

@AdamWozniewski
Copy link
Author

Good idea, this will help avoid the same thing as pr:
PR

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

Successfully merging this pull request may close these issues.

2 participants