Skip to content

Releases: langchain-ai/langchain

langchain-ollama==0.3.5

16 Jul 22:51
491f63c
Compare
Choose a tag to compare

Changes since langchain-ollama==0.3.4

release(ollama): release 0.3.5 (#32076)
fix(ollama): num_gpu parameter not working in async OllamaEmbeddings method (#32074)

langchain-core==0.3.69

15 Jul 21:20
ad44f06
Compare
Choose a tag to compare

Changes since langchain-core==0.3.68

release(core): release 0.3.69 (#32056)
feat(core): add an option to make deserialization more permissive (#32054)
chore(core): unpin packaging dependency (#32032)
docs: add deprecation notice for PipelinePromptTemplate (#31999)
fix(core): correct return type hints in BaseChatPromptTemplate (#32009)
feat(core): add ruff rules D to tests except D1 (#32000)
fix[core]: added error message if the query vector or embedding contains NaN values (#31822)
ruff: restore stacklevels, disable autofixing (#31919)
core: docs: clarify where the kwargs in on_tool_start and on_tool_end go (#31909)
ruff: more rules across the board & fixes (#31898)
ollama: thinking, tool streaming, docs, tests (#31772)
fix: fix file open with encoding in chat_history.py (#31884)
core: Cleanup pyproject (#31857)
fix: remove unused type ignore from three_values fixture in TestAsyncInMemoryStore (#31895)
core: Ruff preview fixes (#31877)
core: make ruff rule PLW1510 unfixable (#31868)
core: Bump ruff version to 0.12 (#31846)
core[patch]: Int Combine when Merging Dicts (#31572)

langchain-openai==0.3.28

14 Jul 10:51
4b89483
Compare
Choose a tag to compare

Changes since langchain-openai==0.3.27

release(openai): 0.3.28 (#32015)
fix(openai): support acknowledged safety checks in computer use (#31984)
chore: [openai] bump sdk (#31958)
docs(xai): update for Grok 4 (#31953)
ruff: more rules across the board & fixes (#31898)
fix: automatically fix issues with ruff (#31897)
langchain-openai[patch]: Add ruff bandit rules to linter (#31788)

langchain-groq==0.3.6

11 Jul 15:03
56d6d69
Compare
Choose a tag to compare

Changes since langchain-groq==0.3.5

release(groq): 0.3.6 (#31975)
docs(xai): update for Grok 4 (#31953)
fix: bump lockfiles (#31923)
ruff: restore stacklevels, disable autofixing (#31919)
ruff: add bugbear across packages (#31917)
groq[patch]: ruff fixes and rules (#31904)
ruff: more rules across the board & fixes (#31898)
fix: automatically fix issues with ruff (#31897)
groq: Add service tier option to ChatGroq (#31801)

langchain-ollama==0.3.4

08 Jul 20:56
8064d3b
Compare
Choose a tag to compare

Changes since langchain-ollama==0.3.3

ollama: bump core (#31929)
ollama: release 0.3.4 (#31928)
ollama[patch]: fix model validation, ensure per-call reasoning can be set, tests (#31927)
ollama[patch]: ruff fixes and rules (#31924)
ruff: more rules across the board & fixes (#31898)
fix: automatically fix issues with ruff (#31897)
ollama: thinking, tool streaming, docs, tests (#31772)
ollama: add validate_model_on_init, catch more errors (#31784)
langchain-ollama[patch]: Add ruff bandit rules to linter (#31811)
groq: support reasoning_effort, update docs for clarity (#31754)
docs: fix some inline links (#31748)
ollama: update tests, docs (#31736)
docs: ollama nits (#31714)

langchain-mistralai==0.2.11

07 Jul 19:38
706a66e
Compare
Choose a tag to compare

Changes since langchain-mistralai==0.2.10

fix: automatically fix issues with ruff (#31897)
mistralai: release 0.2.11 (#31896)
langchain-mistralai[patch]: Add ruff bandit rules to linter, formatting (#31803)
langchain_mistralai: Include finish_reason in response metadata when parsing MistralAI chunks toAIMessageChunk (#31667)
mistralai[patch]: Fix Typos in Comments and Improve Compatibility Note (#31616)
standard-tests: add benchmarks (#31302)
packaging: remove Python upper bound for langchain and co libs (#31025)
partners[lint]: run pyupgrade to get code in line with 3.9 standards (#30781)

langchain-core==0.3.68

03 Jul 17:02
2166498
Compare
Choose a tag to compare

Changes since langchain-core==0.3.67

core: release 0.3.68 (#31848)
core: Use parametric tests in test_openai_tools (#31839)
core[path]: Use context manager for FileCallbackHandler (#31813)

langchain-anthropic==0.3.17

03 Jul 17:42
c9f45dc
Compare
Choose a tag to compare

Changes since langchain-anthropic==0.3.16

infra: temporarily skip tests (#31853)
anthropic: release 0.3.17 (#31852)
docs: anthropic formatting cleanup (#31847)
langchain-anthropic[patch]: Add ruff bandit rules (#31789)

langchain-groq==0.3.5

01 Jul 17:29
c9e1ce2
Compare
Choose a tag to compare

Changes since langchain-groq==0.3.4

groq: release 0.3.5 (#31809)
langchain-groq[patch]: Add ruff bandit rules to linter (#31797)
groq: support reasoning_effort, update docs for clarity (#31754)
docs: updated ChatGroq docs and example (#31710)

langchain-core==0.3.67

30 Jun 17:09
04cc674
Compare
Choose a tag to compare

Changes since langchain-core==0.3.66

core: release 0.3.67 (#31791)
core: expose tool message recognized block types (#31787)
docs: enhance docstring for disable_streaming parameter in BaseChatModel (#31759)
fix: update import paths for ChatOllama to use langchain_ollama instead of community (#31721)
core[patch]: Add additional hashing options to indexing API, warn on SHA-1 (#31649)
standard-tests: refactoring and fixes (#31703)
core: Use parametrized test in test_correct_get_tracer_project (#31513)
docs: document Anthropic cache TTL count details (#31708)
core[patch]: Improve RunnableWithMessageHistory init arg types (#31639)
core: fix get_buffer_string output for structured message content (#31600)