eladkal commented on PR #69206:
URL: https://github.com/apache/airflow/pull/69206#issuecomment-4857322198

   > 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.
   
   
   Nothing prevents you from using newer aiobotocore / botocore versions.
   Why would you want to limit everyone else? I dare to say that most users of 
the provider don't use EMR serverless


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