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

Commit

Permalink
Merge pull request #593 from dlawin/DX-762
Browse files Browse the repository at this point in the history
Add snowflake-connector-python support for >=3.0.0
  • Loading branch information
dlawin committed May 24, 2023
2 parents 7b7ad4e + 5ebe3f5 commit 8f2c7d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rich = "*"
toml = "^0.10.2"
mysql-connector-python = {version="8.0.29", optional=true}
psycopg2 = {version="*", optional=true}
snowflake-connector-python = {version="^2.7.2", optional=true}
snowflake-connector-python = {version = ">=2.7.2,<4.0.0", optional=true}
cryptography = {version="*", optional=true}
trino = {version="^0.314.0", optional=true}
presto-python-client = {version="*", optional=true}
Expand All @@ -55,7 +55,7 @@ unittest-parallel = "*"
preql = "^0.2.19"
mysql-connector-python = "*"
psycopg2 = "*"
snowflake-connector-python = "^2.7.2"
snowflake-connector-python = ">=2.7.2,<4.0.0"
cryptography = "*"
trino = "^0.314.0"
presto-python-client = "*"
Expand Down

0 comments on commit 8f2c7d6

Please sign in to comment.