ashb commented on issue #43200: URL: https://github.com/apache/airflow/issues/43200#issuecomment-2426409297
`uv sync` "should" I think be the command we want to use, but it's not working right now and gives an error about unresolveable deps https://apache-airflow.slack.com/archives/C06K9Q5G2UA/p1729109616153099 ``` × No solution found when resolving dependencies for split (python_full_version == '3.9.*'): ╰─▶ Because only the following versions of snowflake-snowpark-python{python_full_version < '3.12'} are available: snowflake-snowpark-python{python_full_version < '3.12'}<=1.17.0 snowflake-snowpark-python{python_full_version < '3.12'}==1.18.0 snowflake-snowpark-python{python_full_version < '3.12'}==1.19.0 snowflake-snowpark-python{python_full_version < '3.12'}==1.20.0 snowflake-snowpark-python{python_full_version < '3.12'}==1.21.0 snowflake-snowpark-python{python_full_version < '3.12'}==1.21.1 snowflake-snowpark-python{python_full_version < '3.12'}==1.22.0 snowflake-snowpark-python{python_full_version < '3.12'}==1.22.1 snowflake-snowpark-python{python_full_version < '3.12'}==1.23.0 and all of: snowflake-snowpark-python>=1.17.0,<=1.21.1 snowflake-snowpark-python>=1.22.1 ... ``` (Error trimmed) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
