AI-ML
LangChain v1.2.15
RESUMEN
Changes since langchain-core==1.2.14 fix(core): improve error message for non-JSON-serializable tool schemas fix(core): improve typing/docs for onchatmodel_start to clarify required positional args perf(core): defer specific `langsmith` imports to reduce import time rev
Descripción Detallada
Changes since langchain-core==1.2.14 fix(core): improve error message for non-JSON-serializable tool schemas fix(core): improve typing/docs for onchatmodel_start to clarify required positional args perf(core): defer specific `langsmith` imports to reduce import time revert: add ChatAnthropicBedrockWrapper release(core): 1.2.15 fix(anthropic): replace retired model IDs in tests and docstrings feat(anthropic): add ChatAnthropicBedrock wrapper style: fix some ruff noqa
Actualización de LangChain v1.2.15 con mejoras en errores y rendimiento.
- Mejora en mensajes de error para esquemas de herramientas no serializables en JSON.
- Clarificación de argumentos requeridos en on_chat_model_start.
- Reducción del tiempo de importación al diferir importaciones específicas de langsmith.
- Se agregó un nuevo wrapper para ChatAnthropicBedrock.
A quién le importa
Todos los que usan LangChain.
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)