Skip to content

Commit 2cec567

Browse files
authored
Lock the package version since the newer version is causing error during installation (#648)
1 parent 7406f61 commit 2cec567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ dependencies = [
101101
"snowflake-connector-python>=3.12.0",
102102
"pyopenssl>=23.0.0",
103103
"pymysql>=1.1.2",
104-
"mysql-connector-python>=9.5.0",
104+
"mysql-connector-python==9.5.0",
105105
"oracledb>=3.4.1",
106106
"androguard>=4.1.2",
107107
]

0 commit comments

Comments
 (0)