Skip to content

Commit b0f100a

Browse files
authored
core: release 0.3.65 (#31557)
1 parent 5b165ef commit b0f100a

File tree

3 files changed

+1610
-1611
lines changed

3 files changed

+1610
-1611
lines changed

libs/core/langchain_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""langchain-core version information and utilities."""
22

3-
VERSION = "0.3.64"
3+
VERSION = "0.3.65"

libs/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"pydantic>=2.7.4",
1717
]
1818
name = "langchain-core"
19-
version = "0.3.64"
19+
version = "0.3.65"
2020
description = "Building applications with LLMs through composability"
2121
readme = "README.md"
2222

0 commit comments

Comments
 (0)