vgkowski opened a new pull request, #69206: URL: https://github.com/apache/airflow/pull/69206
The EMR Serverless interactive session APIs (StartSession, GetSession, GetSessionEndpoint, TerminateSession) are only available in botocore 1.43.0+. aiobotocore 3.6.0 is the first release whose botocore pin (>=1.42.90,<1.43.1) admits botocore 1.43.0, so the async/deferrable code paths resolve on the minimum supported versions. Split out from the EMR Serverless interactive session feature so the dependency change can be reviewed on its own. ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Kiro (AI coding assistant) Generated-by: Kiro, following the Gen-AI guidelines in contributing-docs/05_pull_requests.rst -- 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]
