Releases: langchain-ai/langchain
langchain-ollama==0.3.2
Changes since langchain-ollama==0.3.1
ollama: release 0.3.2 (#30865)
ollama[patch]: support standard image format (#30864)
ollama[patch]: fix generation info (#30863)
partners[lint]: run pyupgrade
to get code in line with 3.9 standards (#30781)
fix(ollama): Remove redundant message from response_metadata (#30778)
langchain-tests==0.3.18
langchain-perplexity==0.1.1
Changes since langchain-perplexity==0.1.0
perplexity: release 0.1.1 (#30859)
perplexity[patch]: Fix #30767: Handle missing citations attribute in ChatPerplexity (#30805)
partners[lint]: run pyupgrade
to get code in line with 3.9 standards (#30781)
docs: fix perplexity install instructions in ChatPerplexity
docstring (#30676)
langchain-openai==0.3.13
Changes since langchain-openai==0.3.12
openai: release 0.3.13 (#30858)
multiple: multi-modal content blocks (#30746)
openai[patch]: update imports in test (#30828)
partners[lint]: run pyupgrade
to get code in line with 3.9 standards (#30781)
Clean up numpy
dependencies and speed up 3.13 CI with numpy>=2.1.0
(#30714)
openai[patch]: make computer test more reliable (#30672)
langchain-core==0.3.52
Changes since langchain-core==0.3.51
core[fix]: remove load
from dynamic imports dict (#30849)
core: release 0.3.52 (#30850)
Fix from langchain_core.load.load import load
import (#30843)
core[patch]: dict chat prompt template support (#25674)
multiple: multi-modal content blocks (#30746)
Tinkering with CodSpeed (#30824)
Consistent docstring indentation (#30834)
core[lint]: fix issue with unused ignore in __init__.py
files (#30825)
core[performance]: use custom __getattr__
in __init__.py
files for lazy imports (#30769)
core: Improve mypy config (#30737)
core: Add ruff rules FBT001 and FBT002 (#30695)
core[patch]: Share executor for async callbacks run in sync context (#30779)
core[lint]: Use 3.9 formatting for docs and tests (#30780)
core[lint]: Fix typing in test_async_callbacks
(#30788)
core: Specify code when ignoring type issue (ruff PGH003) (#30675)
core[patch]: support customization of backoff parameters in with_retries
(#30773)
Async callback benchmark (#30777)
[performance]: Use hard coded langchain-core
version to avoid importlib
import (#30744)
Adding more import time benchmarks for langchain-core
(#30770)
core: Add ruff rules PLR (#30696)
core: Add ruff rules ARG (#30732)
[performance]: Adding benchmarks for common langchain-core
imports (#30747)
Clean up numpy
dependencies and speed up 3.13 CI with numpy>=2.1.0
(#30714)
core: Add ruff rules PYI (#29335)
core: Add ruff rules PGH (except PGH003) (#30656)
core: Fix handler removal in BaseCallbackManager (Fixes #30640) (#30659)
core: Add ruff rules DTZ (#30657)
core: Rework pydantic version checks (#30653)
core: Add ruff rules TD and FIX (#30654)
langchain-chroma==0.2.3
Changes since langchain-chroma==0.2.2
chroma: release 0.2.3 (#30860)
partners[lint]: run pyupgrade
to get code in line with 3.9 standards (#30781)
Clean up numpy
dependencies and speed up 3.13 CI with numpy>=2.1.0
(#30714)
docs: updates Chroma integration API ref docs (#29826)
multiple: fix uv path deps (#29790)
langchain-anthropic==0.3.11
langchain-xai==0.2.3
langchain-ollama==0.3.1
langchain==0.3.23
Changes since langchain==0.3.22
langchain: release 0.3.23 (#30670)
Revert "update langchain version and bump min core v"
update langchain version and bump min core v
Adding Perplexity
extra and deprecating the community version of ChatPerplexity
(#30649)
partners: Add Perplexity Chat Integration (#30618)