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 36630b0 commit 503e467Copy full SHA for 503e467
pyproject.toml
@@ -5,6 +5,7 @@ description = "LangGraph Agent with MCP Adapters"
5
readme = "README.md"
6
requires-python = ">=3.12"
7
dependencies = [
8
+ "nest-asyncio>=1.6.0",
9
"faiss-cpu>=1.10.0",
10
"jupyter>=1.1.1",
11
"langchain-anthropic>=0.3.10",
requirements.txt
@@ -9,4 +9,5 @@ mcp>=1.6.0
notebook>=7.3.3
pymupdf>=1.25.4
python-dotenv>=1.1.0
12
-streamlit>=1.44.1
+streamlit>=1.44.1
13
+nest-asyncio>=1.6.0
0 commit comments