Re: [PR] Limit click to < 8.2.0 for breeze [airflow]

2025-05-11 Thread via GitHub


potiuk merged PR #50452:
URL: https://github.com/apache/airflow/pull/50452


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Limit click to < 8.2.0 for breeze [airflow]

2025-05-11 Thread via GitHub


potiuk commented on PR #50452:
URL: https://github.com/apache/airflow/pull/50452#issuecomment-2869659747

   Just to add https://github.com/pallets/click/issues/2896 -> this is likely a 
mistake when releasing 8.2.0 by click maintainers.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Limit click to < 8.2.0 for breeze [airflow]

2025-05-11 Thread via GitHub


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

   Breeze can be installed with a different python version than minimum and it 
can self-upgrade to 8.2.0 of click which is Python 3.10+ (released today). That 
version of click is not compatible with breezes custom choices and we need to 
limit it for now until we can set 8.2.0 of click as minimum (when we move to 
Python 3.10+)
   
   
   
   
   
   
   
   
   ---
   **^ Add meaningful description above**
   Read the **[Pull Request 
Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)**
 for more information.
   In case of fundamental code changes, an Airflow Improvement Proposal 
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals))
 is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party 
License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in a 
newsfragment file, named `{pr_number}.significant.rst` or 
`{issue_number}.significant.rst`, in 
[airflow-core/newsfragments](https://github.com/apache/airflow/tree/main/airflow-core/newsfragments).
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org