release(langchain): 1.2.10 (#35137)

This commit is contained in:
ccurme
2026-02-10 09:53:54 -05:00
committed by GitHub
parent f41e049333
commit 74dffca3d8
3 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
"""Main entrypoint into LangChain."""
__version__ = "1.2.9"
__version__ = "1.2.10"

View File

@@ -21,11 +21,11 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
version = "1.2.9"
version = "1.2.10"
requires-python = ">=3.10.0,<4.0.0"
dependencies = [
"langchain-core>=1.2.9,<2.0.0",
"langgraph>=1.0.7,<1.1.0",
"langchain-core>=1.2.10,<2.0.0",
"langgraph>=1.0.8,<1.1.0",
"pydantic>=2.7.4,<3.0.0",
]

View File

@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.10.0, <4.0.0"
resolution-markers = [
"python_full_version >= '3.14' and platform_python_implementation == 'PyPy'",
@@ -1881,7 +1881,7 @@ wheels = [
[[package]]
name = "langchain"
version = "1.2.9"
version = "1.2.10"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
@@ -1989,7 +1989,7 @@ requires-dist = [
{ name = "langchain-perplexity", marker = "extra == 'perplexity'" },
{ name = "langchain-together", marker = "extra == 'together'" },
{ name = "langchain-xai", marker = "extra == 'xai'" },
{ name = "langgraph", specifier = ">=1.0.7,<1.1.0" },
{ name = "langgraph", specifier = ">=1.0.8,<1.1.0" },
{ name = "pydantic", specifier = ">=2.7.4,<3.0.0" },
]
provides-extras = ["community", "anthropic", "openai", "azure-ai", "google-vertexai", "google-genai", "fireworks", "ollama", "together", "mistralai", "huggingface", "groq", "aws", "deepseek", "xai", "perplexity"]
@@ -2157,7 +2157,7 @@ wheels = [
[[package]]
name = "langchain-core"
version = "1.2.9"
version = "1.2.10"
source = { editable = "../core" }
dependencies = [
{ name = "jsonpatch" },