tatiana commented on issue #39394: URL: https://github.com/apache/airflow/issues/39394#issuecomment-2098249546
Hi @Taragolis, thanks for the quick feedback! This is a complete [requirements.txt](https://github.com/apache/airflow/files/15234662/example_requirements.txt) that can reproduce the original problem. You're right. When upgrading `google-api-core` from `2.18.0` to `2.19.0`, the problem is solved, as it can be seen from the screenshot below:  I also tested downgrading `google-api-core` to `2.17.0`, which works. As for the fix, I made a PR to avoid this version of `google-api-core` being installed: https://github.com/apache/airflow/pull/39462 What are your thoughts? -- 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]
