From 77e7fcee0f423f36af661fecb082a6890cf9d8d2 Mon Sep 17 00:00:00 2001 From: Piotr Pauksztelo Date: Fri, 25 Oct 2024 14:19:19 +0200 Subject: [PATCH] Unpin mysql-connector-python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e7468633..91ee931a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "jsonref", "luqum", "more-itertools==8.10.0", - "mysql-connector-python<9", + "mysql-connector-python", "numpy>=1.26.0", "opensearch-py", "prometheus_client",