jroachgolf84 opened a new pull request, #70086:
URL: https://github.com/apache/airflow/pull/70086

   ## Description
   
   When Airflow `3.3.0` came out, the `apache-airflow-snowflake-provider` 
version was bumped down from `6.13` to `6.4`. Per issue #70020, `6.4` was more 
than a year old.
   
   This was due to the `cloudpickle` extra being unbounded and leveraging the 
latest release (`3.1.2`). From here, the following was true:
   
   - `snowflake-snowpark-python` library version caps `cloudpickle<=3.1.1`
   - `apache-airflow-providers-snowflake>=6.5.0` depends on 
`snowflake-snowpark-python` on Python `>=3.12`
   - `uv` fell back to `apache-airflow-providers-snowflake=6.4.0`
   
   This PR handles this issue by adding a cap for `cloudpickle`.
   
   closes: #70020 
   related: #70084


-- 
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]

Reply via email to