Skip to content

Releases: langchain-ai/langchain

langchain-ollama==0.3.2

16 Apr 13:18
ca39680
Compare
Choose a tag to compare

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

15 Apr 17:14
ef5aff3
Compare
Choose a tag to compare

Changes since langchain-tests==0.3.17

standard-tests: release 0.3.18 (#30854)
multiple: multi-modal content blocks (#30746)
Clean up numpy dependencies and speed up 3.13 CI with numpy>=2.1.0 (#30714)

langchain-perplexity==0.1.1

15 Apr 18:11
8e9569c
Compare
Choose a tag to compare

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

15 Apr 18:08
dd5f590
Compare
Choose a tag to compare

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

15 Apr 16:28
c6a8663
Compare
Choose a tag to compare

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

15 Apr 18:19
cf2697e
Compare
Choose a tag to compare

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

15 Apr 18:34
dd5f590
Compare
Choose a tag to compare

Changes since langchain-anthropic==0.3.10

anthropic: release 0.3.11 (#30857)
multiple: multi-modal content blocks (#30746)
partners[lint]: run pyupgrade to get code in line with 3.9 standards (#30781)
infra: handle flaky tests (#30501)

langchain-xai==0.2.3

11 Apr 14:10
d9b628e
Compare
Choose a tag to compare

Changes since langchain-xai==0.2.2

xai: release 0.2.3 (#30790)
xai[patch]: support reasoning content (#30758)
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)

langchain-ollama==0.3.1

07 Apr 20:35
a2bec5f
Compare
Choose a tag to compare

Changes since langchain-ollama==0.3.0

ollama: release 0.3.1 (#30716)
ollama[patch]: add model_name to response metadata (#30706)
ollama[patch]: Support seed param for OllamaLLM (#30553)

langchain==0.3.23

04 Apr 14:12
901dffe
Compare
Choose a tag to compare

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)