potiuk commented on code in PR #44036: URL: https://github.com/apache/airflow/pull/44036#discussion_r1842657951
########## providers/src/airflow/providers/http/provider.yaml: ########## @@ -68,8 +68,7 @@ dependencies: # release it as a requirement for airflow - requests>=2.27.0,<3 - requests-toolbelt>=0.4.0 - # Limit temporarily aiohttp to <3.11.0 because of https://github.com/aio-libs/aiohttp/issues/9866 - - aiohttp>=3.9.2,<3.11.0 + - aiohttp>=3.11.1 Review Comment: I think that would be better. There might be abug found in 3.11.1 - seems a bit dangerous to bump lower bounds that fast. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org