Change8
Symbol30 releases

init_chat_model

Found in 1 package: langchain

langchain(30 releases)

langchain==1.4.0a1
Aug 27, 2026

This release introduces significant improvements to the MCP (Multi-modal Conversational Protocol) handling, including new elicitation features and tool conversion. It also brings general bug fixes and refactors across various components.

langchain==1.3.15
Aug 11, 2026

This release introduces new features like exposing `trace_policy` on `AgentMiddleware` and adding `reasoning_effort` as a chat model parameter. It also includes several bug fixes, such as preserving history on summarization failures and handling malformed structured-output responses.

langchain==1.3.13
Jul 10, 2026

This release introduces new features for prompt caching in OpenAI and enhanced initialization capabilities for chat models with the `meta` extra. It also includes dependency updates.

langchain==1.3.0a2
May 6, 2026

This release introduces significant updates to streaming protocols (v2 and v3), enhances agent capabilities with new middleware features, and includes numerous dependency bumps and bug fixes across various components.

langchain==1.3.0a1
May 1, 2026

This release includes numerous performance improvements, dependency bumps, and feature additions like content-block-centric streaming (v2) and integration of stream_events(version='v3'). Several bug fixes address token counting, model recognition, and middleware configuration.

langchain-core==1.4.0a2
May 1, 2026

This release introduces content-block-centric streaming (v2) and support for the v3 stream protocol, alongside numerous bug fixes related to tracing, validation, and dependency updates. Path saving/loading functions for prompts have been deprecated.

langchain-core==1.4.0a1
May 1, 2026

This release introduces significant feature updates, including content-block-centric streaming (v2) and support for the v3 event protocol. Numerous bug fixes address issues related to tracing, serialization, SSRF hardening, and model wrapper compatibility.

langchain-core==1.3.0a2
Apr 13, 2026

This release focuses heavily on stability, security hardening (anti-SSRF), and improved token counting, especially for multimodal inputs and tool schemas. Several prompt loading/saving methods have been deprecated due to path validation improvements.

langchain-core==1.3.0a1
Apr 10, 2026

This release focuses heavily on stability, security hardening (anti-SSRF, pygments update), and feature parity, including adding Bedrock and OpenRouter support, and enhancing token counting for multimodal inputs and tool schemas. Several internal cleanups and deprecations related to prompt saving paths were also introduced.

langchain==1.2.13
Mar 19, 2026

This release includes minor dependency bumps, CI improvements, and adds LangSmith integration metadata to agent and chat model initialization functions. A bug fix was also applied to the OpenAI Responses API input typing.

langchain-core==1.2.20
Mar 18, 2026

Version 1.2.20 of langchain-core includes security hardening, improved LangSmith integration metadata, and a fix for tracing invocation parameters.

langchain==1.2.11
Mar 10, 2026

This release introduces support for OpenRouter and automatic server-side compaction in OpenAI, alongside several dependency updates and bug fixes related to model initialization and detector output.

langchain==0.3.28Breaking
Mar 6, 2026

This release bumps the minimum required version for `langchain-core` to 0.3.73 and patches a critical ReDoS vulnerability in MRKL/ReAct regexes. It also includes numerous internal cleanups, dependency bumps (like Ruff), and updates to model handling, particularly for Anthropic and Google models.

langchain==1.2.1Breaking
Jan 7, 2026

This release focuses on bug fixes for message summarization and tool schemas, adds Google GenAI support to embeddings, and introduces several linting and type-checking improvements.

langchain-classic==1.0.1Breaking
Dec 23, 2025

This release updates langchain-classic to 1.0.1, featuring enhanced model initialization for Anthropic and Google GenAI, a transition to uuid7 for run IDs, and the removal of the Tigris provider.

langchain==1.2.0
Dec 15, 2025

This release introduces a strict mode for structured outputs in ProviderStrategy and adds an extras field to BaseTool, alongside fixes for multithreading race conditions and HuggingFace model initialization.

langchain-huggingface==1.2.0
Dec 12, 2025

Release 1.2.0 focuses on fixing and improving the init_chat_model integration for HuggingFace backends and updating core dependencies.

langchain==1.1.3
Dec 8, 2025

This release introduces support for Upstage models in the chat model initializer and adds an agent name field to AIMessage, alongside typing improvements in core message utilities.

langchain==1.0.0Breaking
Oct 17, 2025

LangChain v1.0.0 release introduces Python 3.14 support, a suite of new tool and model middleware, and significant refactoring of the agents and tools namespaces for production stability.

langchain==1.0.0rc2Breaking
Oct 17, 2025

Initial release of LangChain v1.0.0 and Core v1.0.0rc, featuring a major refactor of middleware hooks (wrap_model_call/wrap_tool_call), async support for agents, and the removal of global variables.

langchain==1.0.0rc1Breaking
Oct 16, 2025

LangChain v1.0.0 release featuring a major refactor of the agents API, introduction of a robust middleware system (PII, retries, limits), and namespace consolidation. It transitions the project to a stable versioning scheme with enhanced async support and improved Human-In-The-Loop patterns.

langchain==1.0.0a15Breaking
Oct 15, 2025

Initial release of LangChain v1.0.0 series, featuring a major refactor of middleware hooks (wrap_model_call/wrap_tool_call), improved HITL capabilities, and namespace consolidation.

langchain==1.0.0a14Breaking
Oct 11, 2025

LangChain v1.0.0 introduces a revamped agent API, a new middleware system for model and tool calls, and significant namespace consolidation. It transitions the codebase to Python 3.10+ and standardizes asynchronous support across core components.

langchain==1.0.0a13Breaking
Oct 10, 2025

Initial release of LangChain v1.0.0 (alpha stages), featuring a major refactor of the agent API, the introduction of a middleware system for LLM calls, and the removal of legacy globals and Python 3.9 support.

langchain==1.0.0a12Breaking
Oct 6, 2025

LangChain v1.0.0 introduces a major architectural shift focusing on agent middleware, improved HITL patterns, and a streamlined core namespace. It officially drops support for Python 3.9 and renames several key agent APIs for better consistency.

langchain==1.0.0a11Breaking
Oct 6, 2025

LangChain v1.0.0 introduces a major architectural shift focusing on a new middleware system, improved agent hooks, and the removal of legacy global variables and Python 3.9 support. It standardizes the agent API and enhances production features like HITL and PII filtering.

langchain-deepseek==1.0.0a1Breaking
Oct 2, 2025

Official release of the langchain-deepseek partner package (v1.0.0), featuring integration with init_chat_model, reasoning content fixes for R1 models, and a migration to uv for dependency management.

langchain==0.3.19
Feb 17, 2025

This release introduces support for xAI and IBM WatsonX AI models in init_chat_model, improves JSON parsing for null action inputs, and enhances async testing with Blockbuster.

langchain-deepseek==0.1.0Breaking
Feb 4, 2025

This release marks the initial launch of the langchain-deepseek package, renaming it from its official placeholder and integrating ChatDeepSeek into the LangChain ecosystem.

langchain==0.3.16
Jan 28, 2025

LangChain 0.3.16 introduces DeepSeek support for chat models, Ollama support for embeddings, and updates the ruff linting version to 0.9.

Track Symbol Changes

Use the Change8 MCP server or GitHub Action to get notified when init_chat_model changes.

Learn More