diff --git a/docs/docs/cloud/deployment/setup_javascript.md b/docs/docs/cloud/deployment/setup_javascript.md index 824ca5407..b3de67bea 100644 --- a/docs/docs/cloud/deployment/setup_javascript.md +++ b/docs/docs/cloud/deployment/setup_javascript.md @@ -45,7 +45,7 @@ When deploying your app, the dependencies will be installed using the package ma ``` "@langchain/core": "^0.3.42", "@langchain/langgraph": "^0.2.57", -"@langchain/langgraph-checkpoint": "^0.0.16", +"@langchain/langgraph-checkpoint": "~0.0.16", ``` Example file directory: