diff --git a/libs/core/poetry.lock b/libs/core/poetry.lock
index 3add0d339c5c8..3b7f361f70464 100644
--- a/libs/core/poetry.lock
+++ b/libs/core/poetry.lock
@@ -1,4 +1,4 @@
-# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
 
 [[package]]
 name = "annotated-types"
@@ -1188,7 +1188,7 @@ files = [
 
 [[package]]
 name = "langchain-standard-tests"
-version = "0.1.1"
+version = "0.3.0"
 description = "Standard tests for LangChain implementations"
 optional = false
 python-versions = ">=3.9,<4.0"
@@ -1197,7 +1197,7 @@ develop = true
 
 [package.dependencies]
 httpx = "^0.27.0"
-langchain-core = "^0.3.0"
+langchain-core = "^0.3.15"
 pytest = ">=7,<9"
 syrupy = "^4"
 
@@ -1207,7 +1207,7 @@ url = "../standard-tests"
 
 [[package]]
 name = "langchain-text-splitters"
-version = "0.3.0"
+version = "0.3.2"
 description = "LangChain text splitting utilities"
 optional = false
 python-versions = ">=3.9,<4.0"
@@ -1215,7 +1215,7 @@ files = []
 develop = true
 
 [package.dependencies]
-langchain-core = "^0.3.0"
+langchain-core = "^0.3.15"
 
 [package.source]
 type = "directory"
diff --git a/libs/core/pyproject.toml b/libs/core/pyproject.toml
index 8f929d6750012..b47ab26e1c5bb 100644
--- a/libs/core/pyproject.toml
+++ b/libs/core/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
 
 [tool.poetry]
 name = "langchain-core"
-version = "0.3.16"
+version = "0.3.17"
 description = "Building applications with LLMs through composability"
 authors = []
 license = "MIT"