Skip to content

Commit 38c7a90

Browse files
committed
use mysql-replication<0.26 as new versions crash when receiving queries
with encoding utf8mb4. TODO - file a bug report
1 parent 08b906f commit 38c7a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def readme():
5151
],
5252
install_requires=[
5353
'PyMySQL>=0.10.0',
54-
'mysql-replication>=0.22',
54+
'mysql-replication<0.27',
5555
'psycopg2-binary>=2.8.3',
5656
'PyYAML>=3.13',
5757
'tabulate>=0.8.1',

0 commit comments

Comments
 (0)