-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with PyMySQL == 0.9.0 #302
Comments
For those experiencing this, on a lovely Wednesday, pin
|
And this one is related to #297, if I'm not mistaken :) |
Pretty likely, the biggest issue is the way dependencies are described in this repository. They should really be pinned like
The second comparison should be increased when the library is tested with each successive version of of PyMySQL. This will prevent things like a new library adding a breaking change from catching users off guard. I'll submit a PR to do just that and hopefully a patch can be cut until a more permanent patch to make this library work with PyMySQL 0.9.0 |
Yea, the thing is that the release just went live some hours ago, check it out https://github.com/PyMySQL/PyMySQL/releases unfortunately we are one of the firsts to get the issue. |
Workaround: add |
@thesamet the issue is with the latest |
@arnulfojr To be fair, this project is getting hit with this because PyMySQL was open ended I absolutely agree aiomysql should work with 0.9 and MySQL 8 but that's likely a larger patch set. |
@marcoceppi totally agree :) |
I don't think it is so hard. We should stop using pymysql's private api. Instead, we can for example copypaste its private objects into |
Am planning to look at fixing the imports tonight, they've just moved them to the _auth module. Will also look into adding sha256 password support |
Have MySQL 8 / sha256 support here https://github.com/terrycain/aiomysql/tree/sha256, will pr it after #309. Just thought I'd drop it incase its useful |
PyMySQL has been updated to 0.9.0 and has some incompatible changes. Namely, I get error:
The text was updated successfully, but these errors were encountered: