Add langgraph dep

This commit is contained in:
Nuno Campos
2024-09-10 16:39:34 -07:00
parent edc0fd0210
commit bdabb723b0
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -511,7 +511,7 @@ typing-extensions = ">=4.7"
[[package]]
name = "langgraph"
version = "0.2.17"
version = "0.2.19"
description = "Building stateful, multi-actor applications with LLMs"
optional = false
python-versions = ">=3.9.0,<4.0"
@@ -1179,4 +1179,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0,<4.0"
content-hash = "29e1bd946c9d7c9424219fa94fca03c80514d98c58e9fc5a7d52f735b8d0d8c9"
content-hash = "4fd0a2d16956a5e92ef42cbd23a1649cc5cefcc2da1d58d0065fa355668dfaa9"
+1
View File
@@ -13,6 +13,7 @@ python = "^3.9.0,<4.0"
orjson = "^3.10.7"
crc32c = "^2.7.post1"
aiokafka = "^0.11.0"
langgraph = "^0.2.19"
[tool.poetry.group.dev.dependencies]
ruff = "^0.6.2"