[PR #2497] [MERGED] chore(models/anthropic): add type check #2524

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/2497
Author: @Stream29
Created: 1/27/2026
Status: Merged
Merged: 1/27/2026
Merged by: @Stream29

Base: mainHead: models/anthropic/type-check


📝 Commits (3)

📊 Changes

5 files changed (+93 additions, -27 deletions)

View changed files

📝 models/anthropic/manifest.yaml (+1 -1)
📝 models/anthropic/models/llm/llm.py (+18 -20)
📝 models/anthropic/pyproject.toml (+4 -1)
📝 models/anthropic/tests/test_llm_call.py (+1 -4)
📝 models/anthropic/uv.lock (+69 -1)

📄 Description

This PR contains Changes to LLM Models Plugin

This plugin has integration tests. So it's safe to make such changes.

Version Control (Any Changes to the Plugin Will Require Bumping the Version)

0.3.0 -> 0.3.1


🔄 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/2497 **Author:** [@Stream29](https://github.com/Stream29) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@Stream29](https://github.com/Stream29) **Base:** `main` ← **Head:** `models/anthropic/type-check` --- ### 📝 Commits (3) - [`38ada52`](https://github.com/langgenius/dify-official-plugins/commit/38ada5246b9148eec96f0d8538c3eecb42f54755) chore: introduce type check - [`0292102`](https://github.com/langgenius/dify-official-plugins/commit/02921027fecbd760ec88d499cdbee344f8973479) refactor: pass type check - [`1ad4d57`](https://github.com/langgenius/dify-official-plugins/commit/1ad4d571a4d80138a9a76419c8ac9e1074567ce6) chore: bump version ### 📊 Changes **5 files changed** (+93 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `models/anthropic/manifest.yaml` (+1 -1) 📝 `models/anthropic/models/llm/llm.py` (+18 -20) 📝 `models/anthropic/pyproject.toml` (+4 -1) 📝 `models/anthropic/tests/test_llm_call.py` (+1 -4) 📝 `models/anthropic/uv.lock` (+69 -1) </details> ### 📄 Description ## This PR contains Changes to *LLM Models Plugin* This plugin has integration tests. So it's safe to make such changes. ## Version Control (Any Changes to the Plugin Will Require Bumping the Version) 0.3.0 -> 0.3.1 --- <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:17:14 -05:00
yindo closed this issue 2026-02-16 11:17:14 -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#2524