From e489d95b198b5811ba694bd91d3fc25255712eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:15:33 +0000 Subject: [PATCH] Bump langchain from 1.0.3 to 1.0.5 Bumps [langchain](https://github.com/langchain-ai/langchain) from 1.0.3 to 1.0.5. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==1.0.3...langchain==1.0.5) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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..0c1be3a 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,6 +1,6 @@ PySide6==6.10.0 langchain_openai==1.0.2 -langchain==1.0.3 +langchain==1.0.5 ruff sphinx twine diff --git a/pyproject.toml b/pyproject.toml index be9a61b..24e8d48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">=3.10" license-files = ["LICENSE"] dependencies = [ "PySide6==6.10.0", "qt-material", "yapf", "frontengine", "pycodestyle", "jedi", - "qtconsole", "langchain_openai==1.0.2", "langchain==1.0.3", "pydantic", "watchdog", "ruff", "gitpython" + "qtconsole", "langchain_openai==1.0.2", "langchain==1.0.5", "pydantic", "watchdog", "ruff", "gitpython" ] classifiers = [ "Programming Language :: Python :: 3.10", diff --git a/requirements.txt b/requirements.txt index e468c59..ea76372 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ PySide6==6.10.0 langchain_openai==1.0.2 -langchain==1.0.3 +langchain==1.0.5 ruff sphinx twine