We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71af1cc commit f013b48Copy full SHA for f013b48
setup.py
@@ -63,6 +63,7 @@ def get_file_text(file_name):
63
"huey": ["huey>=2"],
64
"huggingface_hub": ["huggingface_hub>=0.22"],
65
"langchain": ["langchain>=0.0.210"],
66
+ "langgraph": ["langgraph>=0.6.6"],
67
"launchdarkly": ["launchdarkly-server-sdk>=9.8.0"],
68
"litestar": ["litestar>=2.0.0"],
69
"loguru": ["loguru>=0.5"],
tests/integrations/langgraph/__init__.py
@@ -0,0 +1,3 @@
1
+import pytest
2
+
3
+pytest.importorskip("langgraph")
0 commit comments