From d3a259e6731495a0e75e59b61f6d70f2ed37a1af Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Wed, 5 Jul 2023 10:40:56 +0100 Subject: [PATCH] bump PyMySQL to 1.1.0 to have support for utf8mb3 (#163) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce696bd..8403d9a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ 'pendulum==2.1.2', 'pipelinewise-singer-python==1.*', - 'PyMySQL==1.0.2', + 'PyMySQL==1.1.*', 'mysql-replication==0.40', 'plpygis==0.2.0', 'tzlocal==2.1',