File tree Expand file tree Collapse file tree 2 files changed +65
-246
lines changed
Expand file tree Collapse file tree 2 files changed +65
-246
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ classifiers = [
2525dependencies = [
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 ]
4141preql = [" preql>=0.2.19" ]
42- mysql = [" mysql-connector-python> =8.0.29" ]
42+ mysql = [" mysql-connector-python= =8.0.29" ]
4343postgresql = [" psycopg2" ]
4444redshift = [" psycopg2" ]
4545snowflake = [" snowflake-connector-python>=3.0.2,<4.0.0" , " cryptography" ]
@@ -52,7 +52,7 @@ vertica = ["vertica-python"]
5252duckdb = [" duckdb" ]
5353all-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" ,
You can’t perform that action at this time.
0 commit comments