From 8325b4f1936c9df1c042fad0532ae0d8d5d08b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 01:43:16 +0000 Subject: [PATCH] build(deps): update langchain-openai requirement from >=1.4.1 to >=1.4.3 Updates the requirements on [langchain-openai](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-openai==1.4.1...langchain-openai==1.4.3) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 1.4.3 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 1462ab8..753b6c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "GCode — a local, interactive AI coding CLI." requires-python = ">=3.10" dependencies = [ "langchain>=1.3.14", - "langchain-openai>=1.4.1", + "langchain-openai>=1.4.3", "langchain-core>=1.5.4", "python-dotenv>=1.2.2", "questionary>=2.1.1",