From d6e569fb289207e6bc8b5cd43f637217bbe1ac57 Mon Sep 17 00:00:00 2001 From: Thomas Stadelmann Date: Fri, 24 Jun 2022 17:26:58 +0200 Subject: [PATCH 1/3] remove rapidfuzz version pin --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9b83175dfb..72f7802263 100644 --- a/setup.cfg +++ b/setup.cfg @@ -98,7 +98,7 @@ install_requires = elastic-apm # context matching - rapidfuzz==2.0.13 + rapidfuzz # Schema validation jsonschema From 718281da80e0fd76e27d30d9909c4a83f3fb4893 Mon Sep 17 00:00:00 2001 From: Thomas Stadelmann Date: Fri, 24 Jun 2022 17:56:24 +0200 Subject: [PATCH 2/3] exclude malicious version 2.0.14 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 72f7802263..c62f6f894f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -98,7 +98,7 @@ install_requires = elastic-apm # context matching - rapidfuzz + rapidfuzz!=2.0.14 # Schema validation jsonschema From a32fb2365a9f8cb05ad15f2daab59cd14fccd043 Mon Sep 17 00:00:00 2001 From: Thomas Stadelmann Date: Mon, 27 Jun 2022 20:19:23 +0200 Subject: [PATCH 3/3] update rapidfuzz version restrictions --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c62f6f894f..301b08c024 100644 --- a/setup.cfg +++ b/setup.cfg @@ -98,7 +98,7 @@ install_requires = elastic-apm # context matching - rapidfuzz!=2.0.14 + rapidfuzz>=2.0.15,<3 # Schema validation jsonschema