From e5f4bedb2f04fc8c612ba2e1a6b77e8d138cd273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 22:43:25 +0000 Subject: [PATCH] chore(deps): bump langchain-core Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 1.2.26 to 1.2.28. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.2.26...langchain-core==1.2.28) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.28 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/040-langchain-stt-tool-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/040-langchain-stt-tool-python/requirements.txt b/examples/040-langchain-stt-tool-python/requirements.txt index 617c12d..133fa11 100644 --- a/examples/040-langchain-stt-tool-python/requirements.txt +++ b/examples/040-langchain-stt-tool-python/requirements.txt @@ -1,5 +1,5 @@ deepgram-sdk==6.1.1 -langchain-core==1.2.26 +langchain-core==1.2.28 langchain-openai==1.1.12 langchain==1.2.15 python-dotenv==1.2.2