mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[Anthropic]: upgrade to v0.2.3 with critical fixes #331
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?
Originally created by @ixchange-me on GitHub (Oct 27, 2025).
Plugin Name
Anthropic
Function Description
Add missing _validate_credentials method to comply with ToolProvider interface
Simplify provider implementation from 63 lines to 21 lines
Remove complex dynamic loading logic with importlib.util
Optimize dependencies from 43 lines to 21 lines
Remove heavy dependencies (datasets, pandas, numpy, nltk, opencv-python)
Fix installation failures on Dify Cloud
This version addresses the 'internal server error' issue that prevented users from installing the plugin on Dify Cloud. The root cause was the missing _validate_credentials method, which is required by all ToolProvider implementations even when credentials are not needed.
Fixes: Installation failure with internal server error
Version: 0.2.2 -> 0.2.3
Official Website URL
https://github.com/langgenius/dify-official-plugins/pull/1876