Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 0b6112e

Browse files
authored
Merge pull request #262 from datafold/oct21_downgrade_mysql
Downgrade mysql-connector-python to 8.0.29
2 parents 4c39bc1 + 73f2c8a commit 0b6112e

File tree

2 files changed

+55
-68
lines changed

2 files changed

+55
-68
lines changed

poetry.lock

Lines changed: 54 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dsnparse = "*"
2929
click = "^8.1"
3030
rich = "*"
3131
toml = "^0.10.2"
32-
mysql-connector-python = {version="*", optional=true}
32+
mysql-connector-python = {version="8.0.29", optional=true}
3333
psycopg2 = {version="*", optional=true}
3434
snowflake-connector-python = {version="^2.7.2", optional=true}
3535
cryptography = {version="*", optional=true}

0 commit comments

Comments
 (0)