Commit 6c7e998
committed
chore(tests): suppress trustcall deprecation warning
Add pytest filter to suppress LangGraphDeprecatedSinceV10 warning from
trustcall library (a dependency of langmem). The warning is about trustcall
using deprecated 'from langgraph.constants import Send' instead of
'from langgraph.types import Send'. This is an issue in their library,
not ours.1 parent 6f71401 commit 6c7e998
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments