release(langchain): 1.2.3 (#34668)

This commit is contained in:
Mason Daugherty
2026-01-08 15:24:32 -05:00
committed by GitHub
parent 2847814c70
commit 76da99e022
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
"""Main entrypoint into LangChain."""
__version__ = "1.2.2"
__version__ = "1.2.3"

View File

@@ -9,7 +9,7 @@ license = { text = "MIT" }
readme = "README.md"
authors = []
version = "1.2.2"
version = "1.2.3"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.2.1,<2.0.0",