We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a27ac3 commit 94b8b43Copy full SHA for 94b8b43
CHANGELOG
@@ -157,3 +157,4 @@
157
0.26 30/08/2021
158
* Correct timedelta value for negative MySQL TIME datatype
159
* Fix parsing of row events for MySQL8 partitioned table
160
+* Set PyMySql version minimum to 0.10
setup.py
@@ -50,5 +50,5 @@ def run(self):
50
"pymysqlreplication.tests"],
51
cmdclass={"test": TestCommand},
52
extras_require={'test': tests_require},
53
- install_requires=['pymysql>=0.6'],
+ install_requires=['pymysql>=0.10'],
54
)
0 commit comments