From a20db83e7fa112625fd790f426b36b1941be23a5 Mon Sep 17 00:00:00 2001 From: Andrew Pikul Date: Thu, 14 Nov 2024 15:49:42 -0500 Subject: [PATCH] Bump choreo dep to 0.99.6 --- src/py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/py/pyproject.toml b/src/py/pyproject.toml index 2608f67..f6ae3b2 100644 --- a/src/py/pyproject.toml +++ b/src/py/pyproject.toml @@ -18,7 +18,7 @@ license = {file = "LICENSE.txt"} readme = "README.md" requires-python = ">=3.9" dynamic = ["version"] -dependencies = ["choreographer>=0.99.4", +dependencies = ["choreographer>=0.99.6", "async_timeout" ] authors = [