Releases: langchain-ai/langchain
langchain==0.3.19
Changes since langchain==0.3.18
langchain[patch]: release 0.3.19 (#29851)
langchain[patch]: add xai to extras (#29850)
langchain[patch]: init_chat_model xai support (#29849)
all: Bump blockbuster version to 1.5.18 (#29806)
multiple: fix uv path deps (#29790)
feat(langchain): Infer o3 modelstrings passed to init_chat_model as OpenAI (#29743)
feat: add support for IBM WatsonX AI chat models (#29688)
langchain: support the situation when action_input is null in json output_parser (#29680)
langchain: Use Blockbuster to detect blocking calls in asyncio during tests (#29616)
docs: use init_chat_model (#29623)
langchain-xai==0.2.1
langchain-openai==0.3.6
langchain-tests==0.3.12
langchain-chroma==0.2.2
langchain-core==0.3.35
Changes since langchain-core==0.3.34
core[patch]: release 0.3.35 (#29764)
core: Fix output of convert_messages when called with BaseMessage.model_dump() (#29763)
core: Make abatch_as_completed respect max_concurrency (#29426)
Core: Fix add for concatting two BaseMessageChunk's (#29531)
core: Handle unterminated escape character when parsing partial JSON (#29065)
langchain-pinecone==0.2.3
langchain-openai==0.3.5
Changes since langchain-openai==0.3.4
openai[patch]: release 0.3.5 (#29740)
openai, deepseek: make _convert_chunk_to_generation_chunk an instance method (#29731)
Community/Partner: Adding Azure community and partner user agent to better track usage in Python (#29561)
openai[patch]: make parallel_tool_calls explicit kwarg of bind_tools (#29669)
openai: Removed tool_calls from completion chunk after other chunks have already been sent. (#29649)