This commit is contained in:
Nuno Campos
2024-11-27 15:59:48 -08:00
parent 62a36befd5
commit 769f6a1925
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class BytesLineDecoder:
if len(lines) == 1 and not trailing_newline:
# No new lines, buffer the input and continue.
self.buffer.append(lines[0])
self.buffer.write(lines[0])
return []
if self.buffer:
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-sdk"
version = "0.1.37"
version = "0.1.38"
description = "SDK for interacting with LangGraph API"
authors = []
license = "MIT"