This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.
Add Support For snowflake-connector-python>=3.0.0 #457
Closed
Description
Is your feature request related to a problem? Please describe.
Dependencies often found in the same projects as data-diff
now require snowflake-connector-python>=3.0.0
but data-diff
requires <3.0.0.
Describe the solution you'd like
Update the snowflake-connector-python
dependency range to be >=2.7.2, <4.0.0
(or some upper bound above 3.0.0
).
Describe alternatives you've considered
N/A
Additional context
There are vulnerabilities identified in snowflake-connector-python<2.8.2