Srabasti commented on PR #60092: URL: https://github.com/apache/airflow/pull/60092#issuecomment-3707868348
> Do we need to update pyproject.toml since its using > > https://github.com/apache/airflow/blob/17fbc9d02a31986dcc85852d123fe93e5dffac86/providers/keycloak/pyproject.toml#L62 > > dependencies as issue describes ? > I'd love to hear your point of view Great thinking @Prab! As per original PR 60000, snippet below, ONLY if a new import is added to sdk.py that a provider uses, THEN that provider's pyproject.toml needs to be updated. Since no changes are made to sdk.py for keycloak provider, looks to me this is not needed. @sunank200 Your thoughts on this? <img width="1410" height="431" alt="image" src="https://github.com/user-attachments/assets/19edd2b2-f45b-4ff3-ada3-f14adbb80cf6" /> -- 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]
