Skip to content

Releases: langchain-ai/langchain

langchain-community==0.3.2

09 Oct 06:40
84c05b0
Compare
Choose a tag to compare

Changes since langchain-community==0.3.1

community: release 0.3.2 (#27214)
[community] Add timeout control and retry for UC tool execution (#26645)
community: Fix database connections for neo4j (#27190)
community[patch]: fix structured_output in llamacpp integration (#27202)
Fixed typo in llibs/community/langchain_community/storage/sql.py (#27029)
community: AzureSearch: fix reranking for empty lists (#27104)
core[minor]: Improve support for id in VectorStore (#26660)
community: sambastudio chat model (#27056)
community[patch]: update gpt-4o cost (#27038)
core,integrations[minor]: Dont error on fields in model_kwargs (#27110)
community[patch]: Fix missing protected_namespaces (#27076)
community[patch]: chore warn deprecate the wandb callback handler (#27062)
community: deprecate community ollama integrations (#26733)
Bug-Fix[Community] Fix FastEmbedEmbeddings (#26764)
multiple: update docs urls to latest 2 (#26837)
Update neo4j vector procedures (#26775)
core[patch]: Add kwargs to Runnable (#27008)
community[patch]: Add docstring for Links (#25969)
community: Add conversions from GVS to networkx (#26906)
community[patch]: callback before yield for cloudflare (#26927)
Fix typo in mlflow code example in mlflow.py (#26931)
community[patch]: callback before yield for mlx pipeline (#26928)
community[patch]: callback before yield for textgen (#26929)
community[patch]: callback before yield for titan takeoff (#26930)
community: add sqlite-vec vectorstore (#25003)
community[patch]: callback before yield for gigachat (#26881)
community[patch]: callback before yield for google palm (#26882)

langchain==0.3.3

08 Oct 23:44
cedf4d9
Compare
Choose a tag to compare

Changes since langchain==0.3.2

langchain: release 0.3.3 (#27213)
core[patch]: exclude model cache from ser (#27086)

langchain-core==0.3.10

08 Oct 23:26
7264fb2
Compare
Choose a tag to compare

Changes since langchain-core==0.3.9

core: release 0.3.10 (#27209)
core[patch]: utils for adding/subtracting usage metadata (#27203)
core[patch]: support ValidationError from pydantic v1 in tools (#27194)
core: Add various ruff rules (#26836)
core: update make format to fix all autofixable things (#27174)
core: Add ruff rules for error messages (EM) (#26965)
core[minor]: Improve support for id in VectorStore (#26660)
core[patch]: Update AsyncCallbackManager to honor run_inline attribute and prevent context loss (#26885)
core[minor]: add **kwargs to index and aindex functions for custom vector_field support (#26998)
core[patch]: correct typo doc-string for astream_events method (#27108)

langchain-openai==0.2.2

04 Oct 21:10
bd5b335
Compare
Choose a tag to compare

Changes since langchain-openai==0.2.1

standard-tests[patch]: fix oai usage metadata test (#27122)
openai[patch]: Release 0.2.2 (#27119)
core,integrations[minor]: Dont error on fields in model_kwargs (#27110)
openai: fix None token detail (#27091)
openai[patch]: add usage metadata details (#27080)
openai[patch]: exclude http client (#26891)
openai[patch]: update deprecation target in API ref (#26921)
openai[patch]: increase token limit in azure integration tests (#26901)

langchain-fireworks==0.2.1

04 Oct 19:04
827bdf4
Compare
Choose a tag to compare

Changes since langchain-fireworks==0.2.0

fireworks[patch]: Release 0.2.1 (#27120)
core,integrations[minor]: Dont error on fields in model_kwargs (#27110)
fireworks[patch]: allow tool_choice with multiple tools (#26999)
core,openai,grow,fw[patch]: deprecate bind_functions, update chat mod… (#26584)

langchain-core==0.3.9

04 Oct 18:40
11df1b2
Compare
Choose a tag to compare

Changes since langchain-core==0.3.8

core[patch]: Release 0.3.9 (#27117)
core,integrations[minor]: Dont error on fields in model_kwargs (#27110)
core: fix batch race condition in FakeListChatModel (#26924)
core[patch]: exclude model cache from ser (#27086)
core[patch]: add UsageMetadata details (#27072)

langchain-anthropic==0.2.3

04 Oct 22:44
06ce5d1
Compare
Choose a tag to compare

Changes since langchain-anthropic==0.2.2

anthropic[patch]: Release 0.2.3 (#27126)
anthropic[patch]: fix input_tokens when cached (#27125)
standard-tests[patch]: fix oai usage metadata test (#27122)

langchain-anthropic==0.2.2

04 Oct 19:01
98942ed
Compare
Choose a tag to compare

Changes since langchain-anthropic==0.2.1

anthropic[patch]: Release 0.2.2 (#27118)
anthropic[patch]: correctly handle tool msg with empty list (#27109)
core,integrations[minor]: Dont error on fields in model_kwargs (#27110)
anthropic[patch]: add usage_metadata details (#27087)

langchain==0.3.2

03 Oct 18:19
2a54448
Compare
Choose a tag to compare

Changes since langchain==0.3.1

langchain[patch]: Release 0.3.2 (#27073)
multiple: update docs urls to latest 2 (#26837)
core[patch]: Add kwargs to Runnable (#27008)
core[patch]: fix structured prompt template format (#27003)

langchain-core==0.3.8

02 Oct 17:07
635c55c
Compare
Choose a tag to compare

Changes since langchain-core==0.3.7

core[patch]: Release 0.3.8 (#27046)
core[patch]: Support injected tool args that are arbitrary types (#27045)
core[patch]: fix init of RunnableAssign (#26903)
multiple: update docs urls to latest 2 (#26837)
core[patch]: improve index/aindex api when batch_size<n_docs (#25754)
core[patch]: Add kwargs to Runnable (#27008)
Merge pull request #26794