fix(anthropic): support Opus 5 effort controls (#5236)

This commit is contained in:
chengyongru
2026-08-04 13:38:54 +08:00
committed by GitHub
parent d99f589a59
commit 4e8702a47b
4 changed files with 124 additions and 20 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ license-files = [
dependencies = [
"typer>=0.20.0,<1.0.0",
"anthropic>=0.45.0,<1.0.0",
"anthropic>=0.100.0,<1.0.0",
"pydantic>=2.12.0,<3.0.0",
"pydantic-settings>=2.12.0,<3.0.0",
# Feishu's lark-oapi currently requires websockets<16; core supports 15 and 16.