From 4a8cf066234269aacbe271c463f404909555d4a8 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Mon, 19 Dec 2022 21:45:37 +0100 Subject: [PATCH] Restrict versions of openapi validator --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index adf7df54a..53d21b7f9 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,6 @@ 'PyYAML >= 3.10', 'StrEnum >= 0.4.8, < 0.5.0', # 3.11.x backport 'dpath >= 1.5.0, < 3.0.0', - 'idna >= 3.4.0, < 4.0.0', 'importlib-metadata < 4.3.0', # Required for Python 3.7 and Flake8 'nptyping == 1.4.4', 'numexpr >= 2.7.0, <= 3.0',