Skip to content

Conversation

PavelKorobchuk
Copy link

Updated langgraph deps to the latest versions

Comment on lines 26 to 28
"@langchain/langgraph-cli": "^0.0.17",
"@langchain/langgraph-sdk": "^0.0.57",
"@langchain/openai": "^0.3.14",
Copy link
Contributor

@priley86 priley86 Aug 25, 2025

Choose a reason for hiding this comment

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

can we try to check if upgrading examples' @langchain dependency is breaking or non-breaking as well?

e.g.

   "@langchain/core": "^0.3.72",
  "@langchain/langgraph": "^0.4.6",
  "@langchain/langgraph-checkpoint": "0.0.18",        
  "@langchain/langgraph-cli": "^0.0.60",
  "@langchain/langgraph-sdk": "^0.0.109"

This is a good start though if we can get by w/o breaking changes to the core, but upgrading examples' dependency will also be useful. If we have to modify typings, consumption etc. let's see how much the impact..and change if we can.

Copy link
Author

Choose a reason for hiding this comment

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

@priley86 updated

@@ -17,7 +17,7 @@
"dependencies": {
"@auth0/ai-langchain": "*",
"@langchain/openai": "^0.3.17",
"@openfga/sdk": "^0.8.0",
"@openfga/sdk": "0.8.1",
"dotenv": "^16.4.7",
"langchain": "^0.3.12"
Copy link
Contributor

Choose a reason for hiding this comment

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

is "langchain" still used? Seems it is so slowly being moved to the core @langchain/*. Something to consider, but certainly not required to remove.

@priley86
Copy link
Contributor

looks mostly good here @PavelKorobchuk 👍 👍

tweaked a bit further in: #264 today. Thank you for verifying commits 🙇

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