Skip to content

Releases: langchain-ai/langchain

langchain-core==0.3.13

25 Oct 19:36
06df15c
Compare
Choose a tag to compare

Changes since langchain-core==0.3.12

core[patch]: Release 0.3.13 (#27651)
core: remove mustache in extended deps (#27629)
core: add flake8-bandit (S) ruff rules to core (#27368)
core[patch]: fix repr and str for Serializable (#26786)
core[patch]: convert_to_openai_tool Anthropic support (#27591)
core: fix Image prompt template hardcoded template format (#27495)

langchain==0.3.4

18 Oct 19:05
3066078
Compare
Choose a tag to compare

Changes since langchain==0.3.3

langchain: release 0.3.4 (#27458)
core[patch]: add convert_to_openai_messages util (#27263)
core[patch],langchain[patch],community[patch]: Bump version dependency of tenacity to >=8.1.0,!=8.4.0,<10 (#27201)

langchain-openai==0.2.3

18 Oct 15:27
2cf2cef
Compare
Choose a tag to compare

Changes since langchain-openai==0.2.2

partners/openai: release 0.2.3 (#27457)
openai: audio modality, remove sockets from unit tests (#27436)
multiple: rely on asyncio_mode auto in tests (#27200)
openai[patch]: default temp=1 for o1 (#27206)

langchain-community==0.3.3

18 Oct 19:57
c397baa
Compare
Choose a tag to compare

Changes since langchain-community==0.3.2

community: release 0.3.3 (#27472)
community[minor]: add proxy support to RecursiveUrlLoader (#27364)
community: Add deprecation notice for Databricks integration in langchain-community (#27355)
community: Add support for clob datatype in oracle database (#27330)
community[patch]: Fix vLLM integration to filter SamplingParams (#27367)
community: sambastudio chat model integration minor fix (#27238)
community: Fix word spelling in Text2vecEmbeddings (#27183)
multiple: rely on asyncio_mode auto in tests (#27200)
docs: fix community pgvector deprecation warning formatting (#27094)
community: clear mypy syntax warning in openapi (#27370)
community: refactor Arxiv search logic (#27084)
community: Update OCI data science integration (#27083)
Community: Updated Firecrawl Document Loader to v1 (#26548)
community: fixed KeyError: 'client' (#27345)
[community] [Bugfix] base_o365 document loader metadata needs to be JSON serializable (#26322)
community: Problem with embeddings in new versions of clickhouse. (#26041)
community[minor]: VectorStore Infinispan. Adding TLS and authentication (#23522)
core[patch],langchain[patch],community[patch]: Bump version dependency of tenacity to >=8.1.0,!=8.4.0,<10 (#27201)
community: Cassandra Vector Store: extend metadata-related methods (#27078)

langchain-core==0.3.12

17 Oct 14:01
f9cc9bd
Compare
Choose a tag to compare

Changes since langchain-core==0.3.11

core: release 0.3.12 (#27410)
docs, core: error messaging [wip] (#27397)

langchain-core==0.3.11

16 Oct 19:44
202d7f6
Compare
Choose a tag to compare

Changes since langchain-core==0.3.10

core[patch]: 0.3.11 release (#27403)
core[patch]: add convert_to_openai_messages util (#27263)
multiple: rely on asyncio_mode auto in tests (#27200)
core[patch]: Ignore ASYNC110 to upgrade to newest ruff version (#27229)
core[patch],langchain[patch],community[patch]: Bump version dependency of tenacity to >=8.1.0,!=8.4.0,<10 (#27201)

langchain-couchbase==0.2.0

15 Oct 21:55
edf6d0a
Compare
Choose a tag to compare

Changes since langchain-couchbase==0.1.1

partners/couchbase: release 0.2.0 (attempt 2) (#27375)
couchbase: Add ttl support to caches & chat_message_history (#26214)
multiple: pydantic 2 compatibility, v0.3 (#26443)
standard-tests[patch]: add Ser/Des test
all: Improve make lint command (#25344)
[docs]: vector store integration pages (#24858)
patch[Partners] Unified fix of incorrect variable declarations in all check_imports (#25014)

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)