mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2327] [MERGED] bump the related deps to 3.1.4 #2403
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/2327
Author: @crazywoola
Created: 12/25/2025
Status: ✅ Merged
Merged: 12/25/2025
Merged by: @crazywoola
Base:
main← Head:chore/bump-werkzurg📝 Commits (1)
2a91db3sec: fix📊 Changes
7 files changed (+7 additions, -7 deletions)
View changed files
📝
datasources/confluence_datasource/requirements.txt(+1 -1)📝
extensions/aws_bedrock_knowledge_base/requirements.txt(+1 -1)📝
extensions/llamacloud/requirements.txt(+1 -1)📝
extensions/slack_bot/requirements.txt(+1 -1)📝
models/gemini/requirements.txt(+1 -1)📝
models/openrouter/requirements.txt(+1 -1)📝
tools/google/requirements.txt(+1 -1)📄 Description
Related Issues or Context
This pull request updates the
werkzeugdependency version from3.0.6to3.1.4across multiple requirements files in the project. This ensures all components use a consistent and up-to-date version ofwerkzeug, which may include important bug fixes and security updates.Dependency version updates:
werkzeugfrom3.0.6to3.1.4in the following files:datasources/confluence_datasource/requirements.txtextensions/aws_bedrock_knowledge_base/requirements.txtextensions/llamacloud/requirements.txtextensions/slack_bot/requirements.txtmodels/gemini/requirements.txtmodels/openrouter/requirements.txttools/google/requirements.txtThis PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.