mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1855] [MERGED] bump Pillow #2120
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/1855
Author: @crazywoola
Created: 10/14/2025
Status: ✅ Merged
Merged: 10/14/2025
Merged by: @crazywoola
Base:
main← Head:chore/update-deps📝 Commits (1)
e3389fbbump Pillow📊 Changes
6 files changed (+7 additions, -7 deletions)
View changed files
📝
models/gemini/pyproject.toml(+1 -1)📝
models/jina/requirements.txt(+1 -1)📝
models/vertex_ai/requirements.txt(+1 -1)📝
tools/aws/requirements.txt(+2 -2)📝
tools/dingo/requirements.txt(+1 -1)📝
tools/qrcode/requirements.txt(+1 -1)📄 Description
This pull request updates several dependencies across multiple project modules, primarily focusing on upgrading the
Pillowlibrary to version 11.3.0 for consistency and security, and updating thetransformerslibrary in the Jina model. These changes help ensure compatibility, access to new features, and improved stability.Dependency upgrades:
Upgraded
Pillowto version 11.3.0 in the following locations for improved security and compatibility:models/gemini/pyproject.tomlmodels/vertex_ai/requirements.txttools/aws/requirements.txttools/dingo/requirements.txttools/qrcode/requirements.txtUpdated the
transformersdependency to>=4.53.0,<5.0.0inmodels/jina/requirements.txtto ensure compatibility with the latest features and bug fixes.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.