Skip to content

Commit f96e88e

Browse files
authored
add a note on python version (#86)
1 parent 2a032a8 commit f96e88e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ This library is built on top of [LangGraph](https://github.com/langchain-ai/lang
1616
pip install langgraph-supervisor
1717
```
1818

19+
> [!Note]
20+
> LangGraph Supervisor requires Python >= 3.10
21+
1922
## Quickstart
2023

2124
Here's a simple example of a supervisor managing two specialized agents:

0 commit comments

Comments
 (0)