Skip to content

Commit b5bf2d6

Browse files
authored
0.3.57 (#31095)
1 parent 167afa5 commit b5bf2d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/core/langchain_core/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""langchain-core version information and utilities."""
22

3-
VERSION = "0.3.56"
3+
VERSION = "0.3.57"

libs/core/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"pydantic<3.0.0,>=2.7.4; python_full_version >= \"3.12.4\"",
1818
]
1919
name = "langchain-core"
20-
version = "0.3.56"
20+
version = "0.3.57"
2121
description = "Building applications with LLMs through composability"
2222
readme = "README.md"
2323

0 commit comments

Comments
 (0)