potiuk commented on PR #64643: URL: https://github.com/apache/airflow/pull/64643#issuecomment-4877054380
Heads-up: the failing `LowestDeps` job here isn't caused by this PR. It's a pre-existing gap where the `microsoft/winrm` provider left `pyspnego` unbounded, so lowest-dependency resolution picks a pre-`0.4.0` `pyspnego` that lacks `spnego.ContextProxy` and `pywinrm` fails to import. That's being fixed in #69333. Once it merges, a rebase here should turn the shard green — nothing to change in this PR for it. --- Drafted-by: Claude Code (Opus 4.8); reviewed by @potiuk before posting -- 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]
