From 9657dd70964715399b544f27a11186c940b860ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 05:44:26 +0000 Subject: [PATCH] build(deps-dev): Update langchain-openai requirement 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==0.3.0...langchain-openai==1.1.11) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 1.1.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00e1d60..758f466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dev = [ "ruff>=0.15", "langchain-core>=0.3,<1", "langchain-gigachat>=0.3.0", - "langchain-openai>=0.3.0,<1", + "langchain-openai>=0.3.0,<2", "langchain-community>=0.3.0,<0.4", "langchain-anthropic>=0.3.0,<1", "langchain-ollama>=0.3.0,<1",