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

Commit 8f2c7d6

Browse files
authored
Merge pull request #593 from dlawin/DX-762
Add snowflake-connector-python support for >=3.0.0
2 parents 7b7ad4e + 5ebe3f5 commit 8f2c7d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rich = "*"
3434
toml = "^0.10.2"
3535
mysql-connector-python = {version="8.0.29", optional=true}
3636
psycopg2 = {version="*", optional=true}
37-
snowflake-connector-python = {version="^2.7.2", optional=true}
37+
snowflake-connector-python = {version = ">=2.7.2,<4.0.0", optional=true}
3838
cryptography = {version="*", optional=true}
3939
trino = {version="^0.314.0", optional=true}
4040
presto-python-client = {version="*", optional=true}
@@ -55,7 +55,7 @@ unittest-parallel = "*"
5555
preql = "^0.2.19"
5656
mysql-connector-python = "*"
5757
psycopg2 = "*"
58-
snowflake-connector-python = "^2.7.2"
58+
snowflake-connector-python = ">=2.7.2,<4.0.0"
5959
cryptography = "*"
6060
trino = "^0.314.0"
6161
presto-python-client = "*"

0 commit comments

Comments
 (0)