Broken Official Plugin for Amazon Bedrock #2

Closed
opened 2026-02-16 10:17:43 -05:00 by yindo · 2 comments
Owner

Originally created by @ysekiy on GitHub (Jan 11, 2025).

The installation process fails when installing the Amazon Bedrock plugin.

Environment

  • Dify version: 1.0.0-beta.1
  • Self Hosted (Docker)
  • Hosting Environment
    • AWS
    • region: ap-northeast-1
    • service: EC2
    • ami: Amazon Linux 2023 AMI 2023.6.20250107.0 x86_64 HVM kernel-6.1
    • instance type: t3.medium

Actual Behavior

40 validation errors for PluginDaemonBasicResponse[PluginUploadResponse]
data.manifest.model.models.6.parameter_rules.2.label
  Input should be a valid dictionary or instance of I18nObject [type=model_type, input_value=None, input_type=NoneType]
    For further information visit https://errors.pydantic.dev/2.9/v/model_type

You can find detailed information here.
https://github.com/langgenius/dify/issues/12625

Originally created by @ysekiy on GitHub (Jan 11, 2025). The installation process fails when installing the Amazon Bedrock plugin. ## Environment - Dify version: 1.0.0-beta.1 - Self Hosted (Docker) - Hosting Environment - AWS - region: ap-northeast-1 - service: EC2 - ami: Amazon Linux 2023 AMI 2023.6.20250107.0 x86_64 HVM kernel-6.1 - instance type: t3.medium ## Actual Behavior ``` 40 validation errors for PluginDaemonBasicResponse[PluginUploadResponse] data.manifest.model.models.6.parameter_rules.2.label Input should be a valid dictionary or instance of I18nObject [type=model_type, input_value=None, input_type=NoneType] For further information visit https://errors.pydantic.dev/2.9/v/model_type ``` You can find detailed information here. https://github.com/langgenius/dify/issues/12625
yindo closed this issue 2026-02-16 10:17:43 -05:00
Author
Owner

@kurokobo commented on GitHub (Jan 11, 2025):

https://github.com/langgenius/dify/issues/12625#issuecomment-2585257774

@kurokobo commented on GitHub (Jan 11, 2025): https://github.com/langgenius/dify/issues/12625#issuecomment-2585257774
Author
Owner

@kurokobo commented on GitHub (Jan 13, 2025):

The issue can be closed since this has been fixed by the changes on the Plugin Daemon side: https://github.com/langgenius/dify-plugin-daemon/commit/b2f77fd3b97f9413c80d9ea79773bbf6be30ef12

@kurokobo commented on GitHub (Jan 13, 2025): The issue can be closed since this has been fixed by the changes on the Plugin Daemon side: https://github.com/langgenius/dify-plugin-daemon/commit/b2f77fd3b97f9413c80d9ea79773bbf6be30ef12
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#2