Skip to content

Releases: langchain-ai/langchain

langchain-core==1.0.5

14 Nov 16:59
d294235

Choose a tag to compare

Changes since langchain-core==1.0.4

release(core): 1.0.5 (#33973)
fix(core): don't mask exceptions (#33959)
docs(core): add clarity to base token counting methods (#33958)
chore(core,infra): nits (#33954)
chore(core): fix some ruff TC rules (#33929)
chore: update README.md files (#33919)
test(core): add comprehensive tests for groq block translator (#33906)
revert(core): "applied secrets_map in load to plain string values" (#33913)
fix(core): applied secrets_map in load to plain string values (#33678)

langchain-anthropic==1.0.4

14 Nov 19:01
ee3fc91

Choose a tag to compare

Changes since langchain-anthropic==1.0.3

fix: cherry picking fixes for langchain + langchain-anthropic releases (#33975)

langchain-nomic==1.0.1

13 Nov 16:27
5d799b3

Choose a tag to compare

Changes since langchain-nomic==1.0.0

release(nomic): 1.0.1 (#33948)
style: misc refs work (#33771)
fix(nomic): support Python 3.14 (#33655)
chore: update pyproject.toml url entries (#33587)

langchain-groq==1.0.1

13 Nov 16:55
ee19a30

Choose a tag to compare

Changes since langchain-groq==1.0.0

fix(groq): bump min ver for core dep (#33949)
release(groq): 1.0.1 (#33947)
chore: update README.md files (#33919)
test(groq,openai): add retries for flaky tests (#33914)
fix(groq): handle tool calls with no args (#33896)
feat(groq): add prompt caching token usage details (#33708)
docs: fix typos in libs/partners/groq/langchain_groq/chat_models.py (#33878)
style: some cleanup (#33857)
chore: attribute package change versions (#33854)
fix: links (#33691)
chore: update pyproject.toml url entries (#33587)

langchain-deepseek==1.0.1

13 Nov 16:29
78eecce

Choose a tag to compare

Changes since langchain-deepseek==1.0.0

release(deepseek): 1.0.1 (#33946)
chore: update README.md files (#33919)
feat(deepseek): support strict beta structured output (#32727)
style: some cleanup (#33857)
fix: links (#33691)
chore: update pyproject.toml url entries (#33587)

langchain-anthropic==1.0.3

12 Nov 15:59
fbe32c8

Choose a tag to compare

Changes since langchain-anthropic==1.0.2

release(anthropic): 1.0.3 (#33935)
feat(anthropic): support code_execution_20250825 (#33925)
chore: update README.md files (#33919)

langchain-model-profiles==0.0.4

10 Nov 17:09
4f3729c

Choose a tag to compare

Changes since langchain-model-profiles==0.0.3

release(model-profiles): 0.0.4 (#33917)
style: some cleanup (#33857)

langchain==1.0.5

07 Nov 23:05
94d5271

Choose a tag to compare

Changes since langchain==1.0.4

release(langchain): 1.0.5 (#33893)
revert: Support for SystemMessage in create_agent (#33889)
fix: bump up default recursion limit (#33881)
chore(langchain): Support for SystemMessage in create_agent (#33640)
fix(langchain): Update langchain-core dependency version (#33775)
style: some cleanup (#33857)
chore: attribute package change versions (#33854)

langchain-core==1.0.4

07 Nov 22:31
3c49257

Choose a tag to compare

Changes since langchain-core==1.0.3

release(core): 1.0.4 (#33886)
feat(core): support draw subgraph using pygraphviz (#32966)
fix(core): Fix tool name check in name_dict for PydanticToolsParser (#33479)
fix(core): Filter empty content blocks from formatted prompts (#32519)
fix(core): context preservation in shielded async callbacks (#32163)
fix(core): RunnablePick may not return a dict if keys is a string (#31321)
fix(core): fix Runnable parallel schema being empty when children runnable input schemas use TypedDict (#28196)
docs: fix typos in libs/core/langchain_core/utils/function_calling.py (#33873)
docs: fix typos in libs/core/tests/unit_tests/utils/test_strings.py (#33875)
docs: fix typos in libs/core/tests/unit_tests/indexing/test_hashed_document.py (#33874)
docs: fix typos in libs/core/tests/unit_tests/test_tools.py (#33876)
docs: fix typos in some files (#33867)
style: some cleanup (#33857)
chore: attribute package change versions (#33854)
fix(core): handle missing dependency version information (#33844)
chore: correct langchain-community references (#33827)
chore(core): add ruff rule PLR2004 (#33706)
chore(core): clean pyproject formatting (#33821)
docs(model-profiles): fix typo (#33820)
style: refs pass (#33813)
fix(core): add no colors check (#33780)

langchain-anthropic==1.0.2

07 Nov 21:51
3c49257

Choose a tag to compare

Changes since langchain-anthropic==1.0.1

release(anthropic): 1.0.2 (#33888)
style: some cleanup (#33857)
chore: attribute package change versions (#33854)
test(anthropic): add vcr to test_search_result_tool_message (#33793)
fix(standard-tests): update multimodal tests (#33781)