Compare commits

...

2 Commits

Author SHA1 Message Date
ccurme
19f81cf6f1 release(core): 1.2.21 (#36179) 2026-03-23 13:57:14 -04:00
ccurme
6d07ef28a7 release(openai): 1.1.12 (#36178) 2026-03-23 13:06:19 -04:00
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

2
libs/core/uv.lock generated
View File

@@ -992,7 +992,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.2.20"
version = "1.2.21"
source = { editable = "." }
dependencies = [
{ name = "jsonpatch" },

View File

@@ -20,10 +20,10 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
version = "1.1.11"
version = "1.1.12"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.2.18,<2.0.0",
"langchain-core>=1.2.20,<2.0.0",
"openai>=2.26.0,<3.0.0",
"tiktoken>=0.7.0,<1.0.0",
]

View File

@@ -671,7 +671,7 @@ typing = [
[[package]]
name = "langchain-openai"
version = "1.1.11"
version = "1.1.12"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },