Skip to content

Commit 94b8b43

Browse files
Update PyMySql version requirement
Fix #353
1 parent 7a27ac3 commit 94b8b43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,4 @@
157157
0.26 30/08/2021
158158
* Correct timedelta value for negative MySQL TIME datatype
159159
* Fix parsing of row events for MySQL8 partitioned table
160+
* Set PyMySql version minimum to 0.10

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ def run(self):
5050
"pymysqlreplication.tests"],
5151
cmdclass={"test": TestCommand},
5252
extras_require={'test': tests_require},
53-
install_requires=['pymysql>=0.6'],
53+
install_requires=['pymysql>=0.10'],
5454
)

0 commit comments

Comments
 (0)