AI-ML
LangChain v1.2.9
RESUMEN
Changes since langchain==1.2.8 fix(langchain): normalize raw schemas in middleware responseformat override feat: support state updates from `wrapmodelcall` with command(s) test(langchain): types in `testtoolcalllimit` and `testmodelretry` fix(langchain): bump min
Descripción Detallada
Changes since langchain==1.2.8 fix(langchain): normalize raw schemas in middleware responseformat override feat: support state updates from `wrapmodelcall` with command(s) test(langchain): types in `testtoolcalllimit` and `testmodelretry` fix(langchain): bump min core version and improve approximate token counting release: langchain 1.2.9 feat: threading context through `create_agent` flows + middleware chore: add `make type` target revert: "chore: add typing target in `Makefile`" chore: add typing target in `Makefile` revert: use usage metadata scaling in SummarizationMiddleware default token counter fix(langchain): use usage metadata scaling in SummarizationMiddleware default token counter fix(langchain): avoid UnboundLocalError when no AIMessage exists chore: enrich `pyproject.toml` files
Actualización de LangChain a la versión 1.2.9 con correcciones y nuevas características.
- Normaliza esquemas en la respuesta del middleware.
- Soporta actualizaciones de estado desde `wrap_model_call`.
- Mejora el conteo aproximado de tokens y corrige errores en el manejo de mensajes.
- Agrega soporte para contexto de threading en flujos de `create_agent`.
A quién le importa
Todos los que usan LangChain para desarrollo.
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)