From 1d1781099941b623e8fc5a2fcb69b010bffc338d Mon Sep 17 00:00:00 2001 From: Callahan Date: Mon, 8 Jul 2024 08:37:34 -0500 Subject: [PATCH] build(deps): add 'validators' to install_requires (#4898) `validators` was added in #4888 to the requirement files but not to `setup.py` Signed-off-by: Callahan Kovacs --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4f7fbeb7b7..f9bcbc9ccf 100755 --- a/setup.py +++ b/setup.py @@ -132,6 +132,7 @@ def recursive_data_files(directory, install_directory): "tinydb", "typing-extensions", "urllib3<2", # requests-unixsocket does not yet work with urllib3 v2.0+ + "validators>=0.28.3", ] docs_requires = {