Skip to content

Commit dd63731

Browse files
release: langchain v1.2.15 (#36496)
1 parent d1529dd commit dd63731

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Main entrypoint into LangChain."""
22

3-
__version__ = "1.2.14"
3+
__version__ = "1.2.15"

libs/langchain_v1/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ classifiers = [
2121
"Topic :: Software Development :: Libraries :: Python Modules",
2222
]
2323

24-
version = "1.2.14"
24+
version = "1.2.15"
2525
requires-python = ">=3.10.0,<4.0.0"
2626
dependencies = [
2727
"langchain-core>=1.2.10,<2.0.0",
28-
"langgraph>=1.1.1,<1.2.0",
28+
"langgraph>=1.1.5,<1.2.0",
2929
"pydantic>=2.7.4,<3.0.0",
3030
]
3131

libs/langchain_v1/uv.lock

Lines changed: 14 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)