zachliu commented on issue #11965: URL: https://github.com/apache/airflow/issues/11965#issuecomment-721881515
@kaxil @potiuk ah, i'm sorry i didn't describe it clearly :sweat_smile: the constraint file `constraints-3.8.txt` did solve the `attr` and/or `cattrs` issue, but in order to use it i had to do the following changes due to https://github.com/apache/airflow/issues/8467#issuecomment-720712897: original: ``` oauthlib==3.1.0 requests-oauthlib==1.3.0 ``` my updates: ``` oauthlib==2.1.0 requests-oauthlib==1.1.0 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
