File tree Expand file tree Collapse file tree 2 files changed +529
-766
lines changed
Expand file tree Collapse file tree 2 files changed +529
-766
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " langmem"
3- version = " 0.0.29 "
3+ version = " 0.0.30 "
44description = " Prebuilt utilities for memory management and retrieval."
55readme = " README.md"
66requires-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]
3738docs = [
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]
You can’t perform that action at this time.
0 commit comments