release: langchain 1.1.2 (#34210)

This commit is contained in:
Sydney Runkle
2025-12-04 12:57:59 -05:00
committed by GitHub
parent 3030ffc248
commit f67af34ea0
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
"""Main entrypoint into LangChain."""
__version__ = "1.1.1"
__version__ = "1.1.2"

View File

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

View File

@@ -1925,7 +1925,7 @@ wheels = [
[[package]]
name = "langchain"
version = "1.1.1"
version = "1.1.2"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },