Skip to content

Commit ff41f47

Browse files
authoredMay 2, 2025
core: release 0.3.58 (#31099)
1 parent 4da525b commit ff41f47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.57"
3+
VERSION = "0.3.58"

‎libs/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.57"
20+
version = "0.3.58"
2121
description = "Building applications with LLMs through composability"
2222
readme = "README.md"
2323

0 commit comments

Comments
 (0)