[PR #1855] [MERGED] bump Pillow #2120

Closed
opened 2026-02-16 11:16:08 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: chore/update-deps


📝 Commits (1)

📊 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 Pillow library to version 11.3.0 for consistency and security, and updating the transformers library in the Jina model. These changes help ensure compatibility, access to new features, and improved stability.

Dependency upgrades:

  • Upgraded Pillow to version 11.3.0 in the following locations for improved security and compatibility:

    • models/gemini/pyproject.toml
    • models/vertex_ai/requirements.txt
    • tools/aws/requirements.txt
    • tools/dingo/requirements.txt
    • tools/qrcode/requirements.txt
  • Updated the transformers dependency to >=4.53.0,<5.0.0 in models/jina/requirements.txt to 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/1855 **Author:** [@crazywoola](https://github.com/crazywoola) **Created:** 10/14/2025 **Status:** ✅ Merged **Merged:** 10/14/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `chore/update-deps` --- ### 📝 Commits (1) - [`e3389fb`](https://github.com/langgenius/dify-official-plugins/commit/e3389fb1fa44b0ff6fa1461a517cb98c4b34c95a) bump Pillow ### 📊 Changes **6 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This pull request updates several dependencies across multiple project modules, primarily focusing on upgrading the `Pillow` library to version 11.3.0 for consistency and security, and updating the `transformers` library in the Jina model. These changes help ensure compatibility, access to new features, and improved stability. **Dependency upgrades:** * Upgraded `Pillow` to version 11.3.0 in the following locations for improved security and compatibility: * `models/gemini/pyproject.toml` * `models/vertex_ai/requirements.txt` * `tools/aws/requirements.txt` * `tools/dingo/requirements.txt` * `tools/qrcode/requirements.txt` * Updated the `transformers` dependency to `>=4.53.0,<5.0.0` in `models/jina/requirements.txt` to ensure compatibility with the latest features and bug fixes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 11:16:08 -05:00
yindo closed this issue 2026-02-16 11:16:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#2120