AI-ML
LangChain v1.3.5
RESUMEN
Changes since langchain-anthropic==1.3.4 release(anthropic): 1.3.5 fix(anthropic): Ignore general usage cache_creation fields if more specific fields are set perf(.github): set a timeout on get min versions HTTP calls feat(model-profiles): new fields + `Makefile` target (
Descripción Detallada
Changes since langchain-anthropic==1.3.4 release(anthropic): 1.3.5 fix(anthropic): Ignore general usage cachecreation fields if more specific fields are set perf(.github): set a timeout on get min versions HTTP calls feat(model-profiles): new fields + `Makefile` target fix(anthropic): support eagerinputstreaming fix(anthropic): move makemessagechunkfromanthropicevent to instance method chore: bump langgraph from 1.0.8 to 1.0.10rc1 in /libs/partners/anthropic fix(anthropic): update integration test fix(anthropic): drop forced toolchoice when thinking is enabled chore: bump langgraph-checkpoint from 3.0.1 to 4.0.0 in /libs/partners/anthropic
LangChain v1.3.5 incluye cambios que rompen compatibilidad y mejoras en el manejo de cachés y flujos de entrada.
- Se ignorarán campos de caché general si hay campos más específicos establecidos.
- Se añadieron nuevos campos y un objetivo en el Makefile.
- Se estableció un timeout en las llamadas HTTP para obtener versiones mínimas.
- Se mejoró el soporte para streaming de entrada ansiosa.
A quién le importa
Solo si usas campos de caché en LangChain, debes revisar estos cambios.
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)