Handling chunks in an async generator

This commit is contained in:
Darren Burns
2024-08-07 11:44:27 +01:00
parent f9a4f53d15
commit c24eae2ba8
5 changed files with 63 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"textual>=0.66.0",
"msgpack>=1.0.8",
"rich",
"msgpack-types>=0.3.0",
]
readme = "README.md"
requires-python = ">= 3.8"