From f2ee53cc80aad8b43cc010c45105414233143073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 19:43:14 +0000 Subject: [PATCH] build(deps): update langchain-core requirement Updates the requirements on [langchain-core](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==1.4.9...langchain-core==1.6.1) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 02-tutor-study-companion/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-tutor-study-companion/requirements.txt b/02-tutor-study-companion/requirements.txt index d064196..ce91e27 100644 --- a/02-tutor-study-companion/requirements.txt +++ b/02-tutor-study-companion/requirements.txt @@ -1,6 +1,6 @@ # Tutor & Study Companion — runtime dependencies langgraph>=1.2.7 -langchain-core>=1.4.9 +langchain-core>=1.6.1 streamlit>=1.58.0 # LLM providers (install the one you use)