Skip to content

Add OpenCV to root Python requirements with secure minimum version#155

Merged
Devnil434 merged 8 commits into
mainfrom
copilot/fix-github-actions-job-test
Jun 17, 2026
Merged

Add OpenCV to root Python requirements with secure minimum version#155
Devnil434 merged 8 commits into
mainfrom
copilot/fix-github-actions-job-test

Conversation

Copilot AI commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

The root dependency install path did not include OpenCV, which could leave environments missing cv2 when using requirements.txt. This update adds OpenCV directly to the root requirements with a minimum version above known vulnerable builds.

  • Dependency update

    • Added opencv-python>=4.8.1.78 to /home/runner/work/Eagle/Eagle/requirements.txt.
    • Kept existing fakeredis dependency intact.
  • Requirements file normalization

    • Rewrote requirements.txt as standard UTF-8 text to avoid encoding-related install inconsistencies.
  • Resulting requirements

    fakeredis>=2.20.0
    opencv-python>=4.8.1.78

Copilot AI changed the title [WIP] Fix failing GitHub Actions job test Decouple memory test path from OpenCV by lazy-loading tracking module Jun 17, 2026
Copilot AI requested a review from Devnil434 June 17, 2026 14:51
@Devnil434 Devnil434 marked this pull request as ready for review June 17, 2026 14:53
Copilot AI changed the title Decouple memory test path from OpenCV by lazy-loading tracking module Add OpenCV to root Python requirements with secure minimum version Jun 17, 2026
@Devnil434 Devnil434 merged commit c5cd43e into main Jun 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants