Skip to content

Commit a998e4c

Browse files
Merge pull request #23 from tinybirdco/support-mysql8
update mysql-replication library for mysql8
2 parents 2b5de27 + 7ee58dc commit a998e4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
clickhouse-driver==0.2.0
2-
mysql-replication==0.45.1
2+
mysql-replication==1.0.6
33
mysqlclient==2.0.3
44
PyMySQL==1.0.2
55
pytz==2021.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
# https://packaging.python.org/en/latest/requirements.html
7676
install_requires=[
7777
'mysqlclient',
78-
'mysql-replication==0.45.1',
78+
'mysql-replication==1.0.6',
7979
'clickhouse-driver',
8080
'configobj',
8181
'setuptools',

0 commit comments

Comments
 (0)