bolkedebruin commented on PR #36031: URL: https://github.com/apache/airflow/pull/36031#issuecomment-1837453555
> Looks like it works - but let's see if `pypi` constraints generation works as well. > > Small nit: I think >=2.7.0 would also be fine. we will see if `pip` will do the job now. The `>= 2.7.0` was there mostly to make the job easier for `pip`. Note that this "eager-upgrade" limit is really only the "helper" that helps `pip` to limit a number of versions to consider. It does not really mean that we are limited to that, it's just an "extra limit" added for resolution to be faster (and in some cases to complete at all). > > So we might have to bump it as well here at some point in time. Gotcha. I thought to limit it to the lower bound that the new s3fs supports would make sense. -- 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]
