From 17acf53a87c5bf34bd65150dcee359c3c5a490ee Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Mon, 26 Aug 2024 23:51:43 -0700 Subject: [PATCH] Require compatible with yaclog 1.0.0 I might change the API someday --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a2e8c4..d179077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ requires-python = ">= 3.8" dependencies = [ "Click >= 8.0", - "yaclog >= 1.0" + "yaclog ~= 1.0" ] dynamic = ["version"]