Skip to content

Commit 01e84f1

Browse files
committed
Dependencies fix
1 parent 7ce0c59 commit 01e84f1

File tree

2 files changed

+65
-246
lines changed

2 files changed

+65
-246
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ classifiers = [
2525
dependencies = [
2626
"pydantic<2.0",
2727
"dsnparse<0.2.0",
28-
"click>=8.1",
28+
"click==8.1.7",
2929
"rich",
3030
"toml>=0.10.2",
3131
"dbt-core>=1.0.0,<2.0.0",
3232
"keyring",
33-
"tabulate>=0.9.0",
33+
"tabulate==0.9.0",
3434
"urllib3<2",
3535
"typing-extensions>=4.0.1",
3636
"attrs>=23.1.0",
@@ -39,7 +39,7 @@ dependencies = [
3939

4040
[project.optional-dependencies]
4141
preql = ["preql>=0.2.19"]
42-
mysql = ["mysql-connector-python>=8.0.29"]
42+
mysql = ["mysql-connector-python==8.0.29"]
4343
postgresql = ["psycopg2"]
4444
redshift = ["psycopg2"]
4545
snowflake = ["snowflake-connector-python>=3.0.2,<4.0.0", "cryptography"]
@@ -52,7 +52,7 @@ vertica = ["vertica-python"]
5252
duckdb = ["duckdb"]
5353
all-dbs = [
5454
"preql>=0.2.19",
55-
"mysql-connector-python>=8.0.29",
55+
"mysql-connector-python==8.0.29",
5656
"psycopg2",
5757
"snowflake-connector-python>=3.0.2,<4.0.0",
5858
"cryptography",

0 commit comments

Comments
 (0)