diff --git a/examples/tg-bot-starter/basic-tg-bot/package.json b/examples/tg-bot-starter/basic-tg-bot/package.json index fc71fb866..254c8e8ea 100644 --- a/examples/tg-bot-starter/basic-tg-bot/package.json +++ b/examples/tg-bot-starter/basic-tg-bot/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@langchain/core": "^0.3.26", + "@langchain/core": "^0.3.80", "@langchain/langgraph": "^0.2.36", "@langchain/openai": "^0.3.16", "grammy": "^1.33.0",