Skip to content
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

[Bug] Upgrade mysql-connector-python #1125

Open
anzelpwj opened this issue Sep 6, 2024 · 0 comments
Open

[Bug] Upgrade mysql-connector-python #1125

anzelpwj opened this issue Sep 6, 2024 · 0 comments
Labels
bug Impact - something is currently broken in Parsons and needs to be fixed

Comments

@anzelpwj
Copy link
Contributor

anzelpwj commented Sep 6, 2024

Current mysql-connector-python (8.0.18) package has a security concern. I tried upgrading to 8.3.0 in a PR (#1121 ) but that could introduce a potential breaking change, so I'll make it be a separate discussion/PR.

Looking at the versions (https://dev.mysql.com/doc/connector-python/en/connector-python-versions.html) by going from 8.0.* to 8.3 we do lose some (already beyond end-of-life) connection capabilities to MySQL 5.5 and 5.6. We do, however, gain official compatibility with Python 3.12.

None of the current tests failed with the version upgrade. But worth a discussion.

@anzelpwj anzelpwj added the bug Impact - something is currently broken in Parsons and needs to be fixed label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Impact - something is currently broken in Parsons and needs to be fixed
Projects
None yet
Development

No branches or pull requests

1 participant