From 60c3c7bede86b09d8d252eca27e3781fd88c100f Mon Sep 17 00:00:00 2001 From: TheByronHimes Date: Mon, 16 Oct 2023 12:29:48 +0000 Subject: [PATCH] Make lower bound inclusive --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5a3edb..f354cd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ dependencies = [ "jsonschema>=4.17.3,<5.0.0", "pydantic[email]>=1.0.0,<2.0.0", - "dnspython >2, <3", + "dnspython >=2, <3", ] [project.license]