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