Skip to content

Releases: langchain-ai/langchain

langchain-community==0.2.19

12 Nov 19:04
b9d892e
Compare
Choose a tag to compare

Changes since langchain-community==0.3.6

community: release 0.2.19 (#28057)
community: patch graphqa chains (CVE-2024-8309) (#28050)
langchain,community[patch]: release with bumped core (#27854)
Added mapping to fix CI for #langchain-aws:227. (#27114)
community: poetry lock for cffi dep (#26674)

langchain-anthropic==0.3.0

12 Nov 20:04
2898b95
Compare
Choose a tag to compare

Version 0.39.0 of the Anthropic Python SDK enables support for Python 3.13. This involved the deletion of a legacy client.count_tokens method. langchain-anthropic 0.3.0 drops support for token counting via this method on the Anthropic LLM.

Anthropic has replaced this functionality with the client.beta.messages.count_tokens() API. This release adds support for token counting using this API via ChatAnthropic.get_num_tokens_from_messages. This required adding an optional tools parameter to the signature of .get_num_tokens_from_messages.

Changes since langchain-anthropic==0.2.4

anthropic[major]: release 0.3.0 (#28063)
anthropic[major]: support python 3.13 (#27916)
anthropic[patch]: remove retired model from tests (#27965)

langchain-qdrant==0.2.0

05 Nov 20:51
c3b7556
Compare
Choose a tag to compare

Changes since langchain-qdrant==0.1.4

qdrant,nomic[minor]: bump core deps (#27849)
multiple: rely on asyncio_mode auto in tests (#27200)

langchain-openai==0.2.6

05 Nov 23:10
66966a6
Compare
Choose a tag to compare

Changes since langchain-openai==0.2.5

openai[patch]: release 0.2.6 (#27924)

langchain-nomic==0.1.4

05 Nov 20:11
b3c8135
Compare
Choose a tag to compare

Changes since langchain-nomic==0.1.3

qdrant,nomic[minor]: bump core deps (#27849)
multiple: rely on asyncio_mode auto in tests (#27200)

langchain==0.2.17

04 Nov 19:15
76e1dc7
Compare
Choose a tag to compare

Changes since langchain==0.3.7

langchain,community[patch]: release with bumped core (#27854)

langchain-community==0.2.18

04 Nov 19:28
76e1dc7
Compare
Choose a tag to compare

Changes since langchain-community==0.3.5

langchain,community[patch]: release with bumped core (#27854)
Added mapping to fix CI for #langchain-aws:227. (#27114)
community: poetry lock for cffi dep (#26674)

langchain-core==0.1.53

02 Nov 00:27
f28e339
Compare
Choose a tag to compare

Release langchain-core==0.1.53

Package-specific release note generation coming soon.

langchain==0.3.7

01 Nov 20:46
ee63d21
Compare
Choose a tag to compare

Changes since langchain==0.3.6

many: use core 0.3.15 (#27834)
langchain[patch]: Add warning in react agent (#26980)

langchain-voyageai==0.1.3

01 Nov 20:47
ee63d21
Compare
Choose a tag to compare

Changes since langchain-voyageai==0.1.2

many: use core 0.3.15 (#27834)
multiple: rely on asyncio_mode auto in tests (#27200)
voyageai: new models (#26907)