From 6a57b7266cf2263f423d4c607eb4b5a238e4a495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 16:34:31 +0000 Subject: [PATCH] build(deps): update langchain requirement from >=1.3.15 to >=1.3.17 Updates the requirements on [langchain](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==1.3.15...langchain==1.3.17) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9302c44..a5789fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.2.0" description = "GCode — a local, interactive AI coding CLI." requires-python = ">=3.10" dependencies = [ - "langchain>=1.3.15", + "langchain>=1.3.17", "langchain-openai>=1.6.0", "langchain-core>=1.6.0", "python-dotenv>=1.2.2",