hterik opened a new issue, #37560:
URL: https://github.com/apache/airflow/issues/37560

   ### Apache Airflow version
   
   main (development)
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   1. git clone airflow
   2. Create and enter new virtualenv
   3. `pip install -e .[devel-all] --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-main/constraints-3.11.txt`
   4. Output: 
       ```
       ERROR: Cannot install apache-airflow[cncf-kubernetes]==2.9.0.dev0 
because these package versions have conflicting dependencies.
       
       The conflict is caused by:
           apache-airflow[cncf-kubernetes] 2.9.0.dev0 depends on 
kubernetes-asyncio<=29.0.0 and >=28.1.0; extra == "cncf-kubernetes"
           The user requested (constraint) kubernetes-asyncio==24.2.3
   ```
   
   * Looking in `pyproject.toml`, it requires 
`"kubernetes_asyncio>=28.1.0,<=29.0.0",` (It was updated few weeks ago in 
https://github.com/apache/airflow/pull/37040)
   * Whereas in downloaded constraints-3.11.txt it is pinned as 
`kubernetes-asyncio==24.2.3`
   
   There is also a difference in dash vs underscore, don't know if this is 
significant.
   
   ### What you think should happen instead?
   
   Constraints listed under 
https://raw.githubusercontent.com/apache/airflow/constraints-main/ should be 
compatible with head of main branch.
   
   ### How to reproduce
   
   see above 
   
   ### Operating System
   
   Ubuntu 23.10
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Other
   
   ### Deployment details
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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