potiuk commented on PR #56251: URL: https://github.com/apache/airflow/pull/56251#issuecomment-3355071478
Yes. @gopidesupavan is right @eladkal - this one causes v3-1-test to fail. Until we remove providers from v3-* branches you cannot limit the providers in to-be-released version of airflow without also synchroinizing version of providers in that branch. This is one of the things that removing providers from "release" branch will make possible. Currently, in order to build CI image, pyproject.toml and dependencies in v3-*-test branch are used from sources (this is how workspace works and how we worked even before workspaces) - and until we change the approach, we need to bump the versions in v3-*-test branches if we we want to bump them in preinstalled depencies. -- 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]
