[PR #536] [MERGED] fix: azuredalle not working #1426

Closed
opened 2026-02-16 10:22:54 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/536
Author: @crazywoola
Created: 3/21/2025
Status: Merged
Merged: 3/25/2025
Merged by: @JohnJyong

Base: mainHead: fix/535-azure-dall-e-failing


📝 Commits (1)

📊 Changes

3 files changed (+5 additions, -16 deletions)

View changed files

📝 tools/azuredalle/manifest.yaml (+1 -1)
📝 tools/azuredalle/requirements.txt (+1 -1)
📝 tools/azuredalle/tools/dalle3.py (+3 -14)

📄 Description


🔄 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/536 **Author:** [@crazywoola](https://github.com/crazywoola) **Created:** 3/21/2025 **Status:** ✅ Merged **Merged:** 3/25/2025 **Merged by:** [@JohnJyong](https://github.com/JohnJyong) **Base:** `main` ← **Head:** `fix/535-azure-dall-e-failing` --- ### 📝 Commits (1) - [`9b5e4da`](https://github.com/langgenius/dify-official-plugins/commit/9b5e4daa334fec6d57ca6c32a7134b2826241cd5) fix: azuredalle ### 📊 Changes **3 files changed** (+5 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `tools/azuredalle/manifest.yaml` (+1 -1) 📝 `tools/azuredalle/requirements.txt` (+1 -1) 📝 `tools/azuredalle/tools/dalle3.py` (+3 -14) </details> ### 📄 Description - bump version `0.0.3` - `from base64 import b64decode` => `import base64` - bump sdk version to `dify_plugin==0.0.1b74` Fix https://github.com/langgenius/dify/issues/16797 --- <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 10:22:54 -05:00
yindo closed this issue 2026-02-16 10:22:54 -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#1426