mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1849] [MERGED] bump deps version #2116
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1849
Author: @crazywoola
Created: 10/13/2025
Status: ✅ Merged
Merged: 10/13/2025
Merged by: @crazywoola
Base:
main← Head:chore/bump-deps📝 Commits (3)
758cb88bump version264e9e5bump version9b9d75cbump version📊 Changes
104 files changed (+234 additions, -263 deletions)
View changed files
📝
agent-strategies/cot_agent/requirements.txt(+1 -1)📝
datasources/aws_s3_storage/requirements.txt(+2 -2)📝
datasources/azure_blob/requirements.txt(+2 -2)📝
datasources/box_datasource/requirements.txt(+1 -1)📝
datasources/brightdata_datasource/requirements.txt(+1 -1)📝
datasources/confluence_datasource/requirements.txt(+4 -4)📝
datasources/dropbox_datasource/requirements.txt(+2 -2)📝
datasources/firecrawl_datasource/requirements.txt(+1 -1)📝
datasources/github/requirements.txt(+2 -2)📝
datasources/gitlab_datasource/requirements.txt(+1 -1)📝
datasources/google_cloud_storage/requirements.txt(+2 -2)📝
datasources/google_drive/requirements.txt(+2 -2)📝
datasources/jina_datasource/requirements.txt(+1 -1)📝
datasources/notion_datasource/requirements.txt(+1 -1)📝
datasources/onedrive/requirements.txt(+2 -2)📝
datasources/sharepoint_datasource/requirements.txt(+1 -1)📝
datasources/tavily_datasource/requirements.txt(+2 -2)📝
datasources/tencent_cos_storage/requirements.txt(+2 -2)📝
extensions/aws_bedrock_knowledge_base/requirements.txt(+4 -4)📝
extensions/badapple/requirements.txt(+1 -1)...and 80 more files
📄 Description
This pull request updates Python dependency versions across multiple
requirements.txtfiles for various models and tools. The main focus is to keep dependencies up to date with the latest compatible versions, which includes bug fixes, security patches, and new features. Most changes are minor version bumps, but some libraries (such asrequests,pandas, andopenai) receive more significant updates.Dependency updates by theme:
Core library updates:
requeststo version2.32.7(or latest compatible) in nearly all tools and model requirements, ensuring consistent and secure HTTP request handling. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]pandasto2.2.5in all relevant tools, improving performance and bug fixes. [1] [2] [3]Model-specific dependency updates:
geminimodel, updated several Google-related libraries (google-api-core,google-api-python-client,google-auth,google-genai, etc.) and other dependencies to their latest compatible versions, ensuring improved compatibility and security. [1] [2] [3] [4] [5] [6] [7] [8]lemonadeandopenai_api_compatiblemodels, upgradedopenaito2.3.0, and updated related dependencies such asdify-plugin,jiter, andmultidict. [1] [2]Tool-specific dependency updates:
boto3to1.40.45andPillowto11.2.2in AWS and QR code tools for better AWS and image support. [1] [2]requests_cache,pillow, and other libraries in tools likecomfyuianddify_extractorfor improved performance and compatibility. [1] [2]General maintenance:
typing-extensions,werkzeug,jinja2,urllib3, and others to their latest compatible versions across multiple files, ensuring general stability and compatibility. [1] [2] [3] [4] [5] [6] [7] [8] [9]These updates help keep the codebase secure, maintainable, and compatible with the latest features and bug fixes from upstream libraries.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.