From 617fbdb58e37a011a5030ec9e15ce8f50e6ed553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:11:48 +0000 Subject: [PATCH] Bump langchain from 1.0.3 to 1.0.7 Bumps [langchain](https://github.com/langchain-ai/langchain) from 1.0.3 to 1.0.7. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==1.0.3...langchain==1.0.7) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.0.7 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..5fac7fd 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.7 ruff sphinx twine diff --git a/pyproject.toml b/pyproject.toml index be9a61b..e16eb8d 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.7", "pydantic", "watchdog", "ruff", "gitpython" ] classifiers = [ "Programming Language :: Python :: 3.10", diff --git a/requirements.txt b/requirements.txt index e468c59..dfb1760 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.7 ruff sphinx twine