Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -4,3 +4,6 @@ uvicorn[standard]
|
|
| 4 |
pydantic>=2.0.0
|
| 5 |
aiohttp
|
| 6 |
sqlalchemy
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
pydantic>=2.0.0
|
| 5 |
aiohttp
|
| 6 |
sqlalchemy
|
| 7 |
+
langgraph>=0.0.20
|
| 8 |
+
langchain-core
|
| 9 |
+
typing-extensions
|