release(langchain): 1.3.12 (#38730)

This commit is contained in:
ccurme
2026-07-08 18:34:51 -04:00
committed by GitHub
parent fa0114511b
commit 123d83282a
3 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
"""Main entrypoint into LangChain."""
__version__ = "1.3.11"
__version__ = "1.3.12"

View File

@@ -21,10 +21,10 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
version = "1.3.11"
version = "1.3.12"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.4.7,<2.0.0",
"langchain-core>=1.4.9,<2.0.0",
"langgraph>=1.2.5,<1.3.0",
"pydantic>=2.7.4,<3.0.0",
]

View File

@@ -1047,7 +1047,7 @@ name = "exceptiongroup"
version = "1.3.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "typing-extensions" },
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
]
sdist = { url = "https://files.pythonhosted.org/packages/0b/9f/a65090624ecf468cdca03533906e7c69ed7588582240cfe7cc9e770b50eb/exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88", size = 29749, upload-time = "2025-05-10T17:42:51.123Z" }
wheels = [
@@ -1971,7 +1971,7 @@ wheels = [
[[package]]
name = "langchain"
version = "1.3.11"
version = "1.3.12"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },