This commit is contained in:
Nuno Campos
2025-03-24 18:09:56 -07:00
parent ae2e8d7e5e
commit 2ac22f8246
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -124,9 +124,9 @@ if __name__ == "__main__":
{
str(i) * 10: {
str(j) * 10: ["hi?" * 10, True, 1, 6327816386138, None] * 5
for j in range(5)
for j in range(50)
}
for i in range(5)
for i in range(50)
}
]
}
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph"
version = "0.3.19"
version = "0.3.20"
description = "Building stateful, multi-actor applications with LLMs"
authors = []
license = "MIT"