The GitHub Actions job "pip in /ui/backend/server for Django - Update #1268460789" on hamilton.git/main has failed. Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).
Head commit for run: 072c40ce3fbfd370cca783d44960fb7798b9ac6a / Giulio Leone <[email protected]> perf: use deque for BFS queue in graph traversal (#1494) * perf: use deque for BFS queue in graph traversal compute_nodes_from_sources() drains a BFS queue via .pop(0) which is O(n) per removal. Switch to collections.deque with .popleft() for O(1) front removal. * fix: sort imports per ruff I001 Report URL: https://github.com/apache/hamilton/actions/runs/22693305440 With regards, GitHub Actions via GitBox
