Skip to content

Releases: langchain-ai/langchain

langchain==0.3.16

28 Jan 07:38
737a68f
Compare
Choose a tag to compare

Changes since langchain==0.3.15

langchain: release 0.3.16 (#29451)
langchain: add deepseek provider to init chat model (#29449)
langchain[patch]: support ollama in init_embeddings (#29349)
langchain: added vectorstore docstring linting (#29241)
langchain: Bump ruff version to 0.9 (#29211)

langchain-mistralai==0.2.5

28 Jan 23:34
585f467
Compare
Choose a tag to compare

Changes since langchain-mistralai==0.2.4

mistral[patch]: release 0.2.5 (#29463)
mistralai: support method="json_schema" in structured output (#29461)
[Doc] Improve api doc (#29324)
Revert "integrations[patch]: remove non-required chat param defaults" (#29048)
integrations[patch]: remove non-required chat param defaults (#26730)
partners: allow to set Prefix in AIMessage (for MistralAI) (#28846)

langchain-core==0.3.32

28 Jan 07:26
8bf9c71
Compare
Choose a tag to compare

Changes since langchain-core==0.3.31

core: release 0.3.32 (#29450)
change behavior for converting a string to openai messages (#29446)
core: Add ruff rules TRY (tryceratops) (#29388)
core: Cache RunnableLambda repr (#29199)
core: Cache RunnableLambda deps (#29200)
core[patch]: fix API reference for draw_ascii (#29370)
core: Bump ruff version to 0.9 (#29201)
core: Auto-fix some docstrings (#29337)
core: fix call to get closure vars for partial-wrapped funcs (#29316)

langchain-community==0.3.16

28 Jan 07:53
2d77635
Compare
Choose a tag to compare

Changes since langchain-community==0.3.15

community: release 0.3.16 (#29452)
community(doc_loaders): allow any credential type in AzureAIDocumentIโ€ฆ (#29289)
libs: add sambanova-lagchain integration package (#29417)
fixed similarity search with score error #29407 (#29413)
community: Fixed the procedure of initializing pad_token_id (#29434)
community: missing mandatory parameter partition_key for AzureCosmosDBNoSqlVectorSearch (#29382)
community: fix Google Scholar tool errors (#29371)
community: Fix the problem of error reporting when OCR extracts text from PDF. (#29378)
community; allow to set gitlab url in gitlab tool in constrictor (#29380)
community: adds support for getting github releases for the configured repository (#29318)
community: Fix for Pydantic model validator of GoogleApiClient (#29346)

langchain-chroma==0.2.1

27 Jan 20:49
f00c66c
Compare
Choose a tag to compare

Changes since langchain-chroma==0.2.0

chroma[patch]: release 0.2.1 (#29440)
partners[chroma]: Upgrade Chroma to 0.6.x (#29404)

langchain-openai==0.3.2

23 Jan 21:41
317fb86
Compare
Choose a tag to compare

Changes since langchain-openai==0.3.1

openai[patch]: fix int test (#29395)
openai[patch]: detect old models in with_structured_output (#29392)
Community: fix missing f-string modifier in oai structured output parsing error (#29326)

langchain-anthropic==0.3.4

24 Jan 00:02
bbc50f6
Compare
Choose a tag to compare

Changes since langchain-anthropic==0.3.3

anthropic[patch]: release 0.3.4 (#29399)
anthropic[patch]: always return content blocks if citations are generated (#29398)
[Doc] Improve api doc (#29324)

langchain-tests==0.3.9

22 Jan 17:50
3f1d209
Compare
Choose a tag to compare

Changes since langchain-tests==0.3.8

standard-tests: release 0.3.9 (#29356)
standard-tests: Bump ruff version to 0.9 (#29230)
standard-tests: double messages test (#29237)

langchain==0.3.15

21 Jan 02:39
ec5fae7
Compare
Choose a tag to compare

Changes since langchain==0.3.14

langchain[patch]: Release 0.3.15 (#29322)
core[patch]: 0.3.31 (#29320)
Add Google-style docstring linting and update pyproject.toml (#29303)
community: Additional parameters for OpenAIAssistantV2Runnable (#29207)
langchain: support api key argument with OpenAI moderation chain (#29140)
Add additional_instructions on openai assistan runs create. (#29164)
langchain[patch]: update extended tests for compatibility with langchain-openai==0.3 (#29174)

langchain-core==0.3.31

21 Jan 01:41
923e6fb
Compare
Choose a tag to compare

Changes since langchain-core==0.3.30

core[patch]: 0.3.31 (#29320)
core: Add ruff rule S101 (no assert) (#29267)
core: Add ruff rule W293 (whitespaces) (#29272)