From 7be117384387173393ec0fdc27ea36a4cb6c9474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 03:22:43 +0000 Subject: [PATCH] build(deps): bump the python-dependencies group with 5 updates Updates the requirements on [langchain-community](https://github.com/langchain-ai/langchain), [langgraph](https://github.com/langchain-ai/langgraph), [boto3](https://github.com/boto/boto3), [tencentcloud-sdk-python](https://github.com/TencentCloud/tencentcloud-sdk-python) and [dashscope](https://dashscope.aliyun.com/) to permit the latest version. Updates `langchain-community` to 0.3.23 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.3.22...langchain==0.3.23) Updates `langgraph` to 0.4.0 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](https://github.com/langchain-ai/langgraph/compare/0.3.34...0.4.0) Updates `boto3` to 1.38.5 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.37.36...1.38.5) Updates `tencentcloud-sdk-python` to 3.0.1371 - [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md) - [Commits](https://github.com/TencentCloud/tencentcloud-sdk-python/compare/3.0.1366...3.0.1371) Updates `dashscope` to 1.23.2 --- updated-dependencies: - dependency-name: langchain-community dependency-version: 0.3.23 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 0.4.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.38.5 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: tencentcloud-sdk-python dependency-version: 3.0.1371 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: dashscope dependency-version: 1.23.2 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d9183af1e..3e8dd05c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,20 +20,20 @@ diskcache2 = "1.0.0" captcha = "0.7.1" langchain-openai = "0.3.14" langchain-anthropic = "0.3.12" -langchain-community = "0.3.22" +langchain-community = "0.3.23" langchain-deepseek = "0.1.3" langchain-google-genai = "2.1.3" langchain-mcp-adapters = "0.0.9" langchain-huggingface = "0.1.2" langchain-ollama = "0.3.2" -langgraph = "0.3.34" +langgraph = "0.4.0" qianfan = "0.4.12.3" zhipuai = "2.1.5.20250421" -boto3 = "1.37.36" -tencentcloud-sdk-python = "3.0.1366" +boto3 = "1.38.5" +tencentcloud-sdk-python = "3.0.1371" xinference-client = "1.5.0" anthropic = "0.50.0" -dashscope = "1.23.1" +dashscope = "1.23.2" pylint = "3.3.6" pydub = "0.25.1" cffi = "1.17.1"