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", |
I have a project that uses both
snowpark-pythonandfeast, and this restriction byfeastonsnowflake-connector-python<=2.7.8is preventing an upgrade tosnowpark-python==0.10which now requiressnowflake-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.feast/setup.py
Line 99 in 769c318