From 7921dd663aaac6624e42b66b56f76172777a4cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:43:02 +0000 Subject: [PATCH] build(deps): update langchain requirement from >=1.3.17 to >=1.3.18 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.17...langchain==1.3.18) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.18 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 8c9a409..7a4d55e 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.17", + "langchain>=1.3.18", "langchain-openai>=1.6.0", "langchain-core>=1.6.0", "python-dotenv>=1.2.3",