rohityadavcloud commented on code in PR #7111:
URL: https://github.com/apache/cloudstack/pull/7111#discussion_r1081518250
##########
tools/marvin/setup.py:
##########
@@ -46,7 +46,7 @@
"marvin.sandbox.basic"],
license="LICENSE.txt",
install_requires=[
- "mysql-connector-python >= 1.1.6",
+ "mysql-connector-python == 8.0.20",
Review Comment:
You're right @weizhouapache we just need one version which works with
marvin. EOL of this library is tied with Mysql 8 EOL.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]