Skip to content

Commit 503e467

Browse files
committed
Add nest-asyncio dependency to pyproject.toml and requirements.txt for improved async support
1 parent 36630b0 commit 503e467

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "LangGraph Agent with MCP Adapters"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8+
"nest-asyncio>=1.6.0",
89
"faiss-cpu>=1.10.0",
910
"jupyter>=1.1.1",
1011
"langchain-anthropic>=0.3.10",

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ mcp>=1.6.0
99
notebook>=7.3.3
1010
pymupdf>=1.25.4
1111
python-dotenv>=1.1.0
12-
streamlit>=1.44.1
12+
streamlit>=1.44.1
13+
nest-asyncio>=1.6.0

0 commit comments

Comments
 (0)