release(core): 1.0.5 (#33973)

This commit is contained in:
Mason Daugherty
2025-11-14 11:51:27 -05:00
committed by GitHub
parent 83c078f363
commit d2942351ce
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
"""langchain-core version information and utilities."""
VERSION = "1.0.4"
VERSION = "1.0.5"

View File

@@ -9,7 +9,7 @@ license = {text = "MIT"}
readme = "README.md"
authors = []
version = "1.0.4"
version = "1.0.5"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langsmith>=0.3.45,<1.0.0",

2
libs/core/uv.lock generated
View File

@@ -960,7 +960,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.0.4"
version = "1.0.5"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },