I have a project that uses both snowpark-python and feast, and this restriction by feast on snowflake-connector-python<=2.7.8 is preventing an upgrade to snowpark-python==0.10 which now requires snowflake-connector-python>=2.7.12.
I would like to know whether this requirement is still valid or whether it can be eased to allow newer versions of snowflake-connector-python.
|
"snowflake-connector-python[pandas]>=2.7.3,<=2.7.8", |