[PR #233] [MERGED] fix(gmail_trigger): correct types, ensure int, correct permission, and bump sdk #244

Closed
opened 2026-02-15 21:16:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/233
Author: @kurokobo
Created: 10/31/2025
Status: Merged
Merged: 11/3/2025
Merged by: @Mairuis

Base: feat/triggerHead: string


📝 Commits (5)

  • dbb0d38 fix(gmail_trigger): correct types for client_schema
  • 5d32443 fix: ensure int
  • 087195c fix: add storage permission
  • b5e940b fix: bump sdk version
  • fbd0774 fix: bump version

📊 Changes

4 files changed (+9 additions, -6 deletions)

View changed files

📝 python/examples/gmail_trigger/manifest.yaml (+4 -1)
📝 python/examples/gmail_trigger/provider/gmail.py (+2 -2)
📝 python/examples/gmail_trigger/provider/gmail.yaml (+2 -2)
📝 python/examples/gmail_trigger/requirements.txt (+1 -1)

📄 Description

Pull Request Checklist

Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks:

Compatibility Check

  • I have checked whether this change affects the backward compatibility of the plugin declared in README.md
  • I have checked whether this change affects the forward compatibility of the plugin declared in README.md
  • If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the README.md
  • I have described the compatibility impact and the corresponding version number in the PR description
  • I have checked whether the plugin version is updated in the README.md

Available Checks

  • Code has passed local tests
  • Relevant documentation has been updated (if necessary)

🔄 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-plugin-sdks/pull/233 **Author:** [@kurokobo](https://github.com/kurokobo) **Created:** 10/31/2025 **Status:** ✅ Merged **Merged:** 11/3/2025 **Merged by:** [@Mairuis](https://github.com/Mairuis) **Base:** `feat/trigger` ← **Head:** `string` --- ### 📝 Commits (5) - [`dbb0d38`](https://github.com/langgenius/dify-plugin-sdks/commit/dbb0d38248bfc74cfe342666582a4fbd5de1cda2) fix(gmail_trigger): correct types for client_schema - [`5d32443`](https://github.com/langgenius/dify-plugin-sdks/commit/5d324436445fe3603bcd18ec04eca29de832b86c) fix: ensure int - [`087195c`](https://github.com/langgenius/dify-plugin-sdks/commit/087195cfdf752eaf4c0bc9fcc89c434a6c0459b7) fix: add storage permission - [`b5e940b`](https://github.com/langgenius/dify-plugin-sdks/commit/b5e940b928e9f40637839cba3a2771658799ac6e) fix: bump sdk version - [`fbd0774`](https://github.com/langgenius/dify-plugin-sdks/commit/fbd07747b7e7b3cd1344ac5aa2344fb7a4d3073e) fix: bump version ### 📊 Changes **4 files changed** (+9 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `python/examples/gmail_trigger/manifest.yaml` (+4 -1) 📝 `python/examples/gmail_trigger/provider/gmail.py` (+2 -2) 📝 `python/examples/gmail_trigger/provider/gmail.yaml` (+2 -2) 📝 `python/examples/gmail_trigger/requirements.txt` (+1 -1) </details> ### 📄 Description # Pull Request Checklist Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks: ## Compatibility Check - [x] I have checked whether this change affects the **backward compatibility** of the plugin declared in `README.md` - [x] I have checked whether this change affects the **forward compatibility** of the plugin declared in `README.md` - [x] If this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the `README.md` - [x] I have described the compatibility impact and the corresponding version number in the PR description - [x] I have checked whether the plugin version is updated in the `README.md` ## Available Checks - [x] Code has passed local tests - [x] Relevant documentation has been updated (if necessary) --- <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-15 21:16:24 -05:00
yindo closed this issue 2026-02-15 21:16:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#244