AI-ML
LangChain v1.3.4
RESUMEN
Changes since langchain-anthropic==1.3.3 release(anthropic): 1.3.4 fix(anthropic): filter out common OpenAI Responses block types fix(anthropic): update integration tests revert: add ChatAnthropicBedrockWrapper fix(anthropic): replace retired model IDs in tests a
Descripción Detallada
Changes since langchain-anthropic==1.3.3 release(anthropic): 1.3.4 fix(anthropic): filter out common OpenAI Responses block types fix(anthropic): update integration tests revert: add ChatAnthropicBedrockWrapper fix(anthropic): replace retired model IDs in tests and docstrings feat(anthropic): add ChatAnthropicBedrock wrapper fix(model-profiles): sort generated profiles by model ID for stable diffs fix(anthropic): set max input tokens based on 1m context beta header chore: bump model profiles feat(anthropic): add User-Agent header for Anthropic API calls chore(anthropic): add version fix(anthropic): hoist cachecontrol from toolresult content sub-blocks to tool_result level chore(deps): bump langsmith from 0.4.43 to 0.6.3 in /libs/partners/anthropic
Actualización de LangChain v1.3.4 con correcciones y nuevas características para la integración con Anthropic.
- Se filtran tipos de bloque de respuestas comunes de OpenAI.
- Se actualizan las pruebas de integración.
- Se añade un encabezado User-Agent para llamadas a la API de Anthropic.
- Se corrigen IDs de modelos retirados en pruebas y documentación.
A quién le importa
Todos los que usan LangChain con integración de Anthropic.
Generado por IA · puede contener errores
Releases Relacionados
AI-ML
LangChain v1.1.12
Changes since langchain-openai==1.1.11 fix(openai): bump min core version (#36180) release(openai): 1.1.12 (#36178) fix(core,model-profiles): add missing `ModelProfile` fields, warn on schema drift (#36129) fix(openai): support phase parameter (#36161) fix(openai): preserve namespace field in strea
AI-ML
LangChain v1.2.21
Changes since langchain-core==1.2.20 release(core): 1.2.21 (#36179) fix(core,model-profiles): add missing `ModelProfile` fields, warn on schema drift (#36129) chore(core): remove stale blockbuster allowlist for deleted context module (#36168) ci: suppress pytest streaming output in CI (#36092)