Skip to content

Commit 41a6c3b

Browse files
authored
Allow langgraph prerelease (#119)
Closes #116
1 parent 992b936 commit 41a6c3b

File tree

2 files changed

+529
-766
lines changed

2 files changed

+529
-766
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langmem"
3-
version = "0.0.29"
3+
version = "0.0.30"
44
description = "Prebuilt utilities for memory management and retrieval."
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -10,7 +10,7 @@ dependencies = [
1010
"langchain-core>=0.3.46",
1111
"langchain-openai>=0.3.1",
1212
"trustcall>=0.0.39",
13-
"langgraph>=0.6.0,<0.7.0",
13+
"langgraph>=0.6.0,<2",
1414
"langchain-anthropic>=0.3.3",
1515
"langsmith>=0.3.8",
1616
"langgraph-checkpoint>=2.0.12",
@@ -33,6 +33,7 @@ dev = [
3333
"pytest-watch>=4.2.0",
3434
"pytest-xdist>=3.6.1",
3535
"langgraph-prebuilt>=0.1.1",
36+
"ruff>=0.12.12",
3637
]
3738
docs = [
3839
"markdown-callouts>=0.4.0",
@@ -47,7 +48,6 @@ docs = [
4748
"mkdocs-rss-plugin>=1.17.1",
4849
"mkdocstrings>=0.27.0",
4950
"mkdocstrings-python>=1.13.0",
50-
"ruff>=0.9.4",
5151
"nbformat>=5.10.4",
5252
"nbconvert>=7.16.6",
5353
]

0 commit comments

Comments
 (0)