[PR #344] [CLOSED] feat(anthropic): Update Anthropic model integration with new features… #1303

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/344
Author: @Yeuoly
Created: 2/28/2025
Status: Closed

Base: mainHead: upgrade/anthropic


📝 Commits (1)

  • a54c6d5 feat(anthropic): Update Anthropic model integration with new features and dependencies

📊 Changes

3 files changed (+146 additions, -15 deletions)

View changed files

📝 models/anthropic/manifest.yaml (+1 -1)
📝 models/anthropic/models/llm/llm.py (+143 -12)
📝 models/anthropic/requirements.txt (+2 -2)

📄 Description

… and dependencies

  • Upgrade Anthropic library to v0.48.0
  • Add support for reasoning and thinking modes
  • Implement proxy support via environment variables
  • Update dify_plugin to version 0.0.1b67
  • Bump manifest version to 0.0.8

🔄 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/344 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 2/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `upgrade/anthropic` --- ### 📝 Commits (1) - [`a54c6d5`](https://github.com/langgenius/dify-official-plugins/commit/a54c6d5ea689b54c296b02a06913decc506742ab) feat(anthropic): Update Anthropic model integration with new features and dependencies ### 📊 Changes **3 files changed** (+146 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `models/anthropic/manifest.yaml` (+1 -1) 📝 `models/anthropic/models/llm/llm.py` (+143 -12) 📝 `models/anthropic/requirements.txt` (+2 -2) </details> ### 📄 Description … and dependencies - Upgrade Anthropic library to v0.48.0 - Add support for reasoning and thinking modes - Implement proxy support via environment variables - Update dify_plugin to version 0.0.1b67 - Bump manifest version to 0.0.8 --- <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:34 -05:00
yindo closed this issue 2026-02-16 10:22:34 -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#1303