release(core): 1.4.4 (#38031)

This commit is contained in:
Mason Daugherty
2026-06-10 17:02:02 -04:00
committed by GitHub
parent f89f4c5afe
commit 2e832c23d4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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