release(core): 1.4.5 (#38056)

This commit is contained in:
Mason Daugherty
2026-06-10 22:49:27 -04:00
committed by GitHub
parent ffaeba8664
commit 030ec6010b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
"""Version information for `langchain-core`."""
VERSION = "1.4.4"
VERSION = "1.4.5"

View File

@@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
version = "1.4.4"
version = "1.4.5"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langsmith>=0.3.45,<1.0.0",