From b67ee2eb0f9725553f9a2b49144cb855c24ea810 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Fri, 22 Dec 2023 14:09:01 -0500 Subject: [PATCH] Require nextline-rdb>=0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6305d63..c0abd0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ "nextline>=0.6.2", - "nextline-rdb>=0.3.0", + "nextline-rdb>=0.3.1", "apluggy>=0.9.8", "dynaconf>=3.2", "starlette>=0.31",