From 390baa61a3e93146b4fcd879e98c4a3730925552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:07:03 +0000 Subject: [PATCH] Bump langchain-openai from 1.0.2 to 1.1.1 Bumps [langchain-openai](https://github.com/langchain-ai/langchain) from 1.0.2 to 1.1.1. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==1.0.2...langchain-openai==1.1.1) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 89fa564..a7caf3c 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,5 +1,5 @@ PySide6==6.10.0 -langchain_openai==1.0.2 +langchain_openai==1.1.1 langchain==1.0.3 ruff sphinx diff --git a/pyproject.toml b/pyproject.toml index 8daf4e5..7b07a81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">=3.10" license-files = ["LICENSE"] dependencies = [ "PySide6==6.10.1", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", - "qtconsole", "langchain_openai==1.1.0", "langchain==1.1.2", "pydantic", "watchdog", "ruff", "gitpython" + "qtconsole", "langchain_openai==1.1.1", "langchain==1.1.2", "pydantic", "watchdog", "ruff", "gitpython" ] classifiers = [ "Programming Language :: Python :: 3.10", diff --git a/requirements.txt b/requirements.txt index 70b1793..7f077e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PySide6==6.10.1 -langchain_openai==1.1.0 +langchain_openai==1.1.1 langchain==1.1.2 ruff sphinx