Skip to content

fix(backend): point kensa requirement at archive repo#414

Merged
remyluslosius merged 1 commit into
mainfrom
fix/backend-kensa-archive-url
May 28, 2026
Merged

fix(backend): point kensa requirement at archive repo#414
remyluslosius merged 1 commit into
mainfrom
fix/backend-kensa-archive-url

Conversation

@remyluslosius
Copy link
Copy Markdown
Contributor

Summary

The Python kensa package's source repo moved. Hanalyx/kensa is now the Go
rebuild and is no longer pip-installable. The legacy Python package lives at
Hanalyx/kensa-archive at the same v1.2.5 tag.

This one-line change in backend/requirements.txt updates the git URL so the
Python backend's pip install resolves again.

Unblocks Backend CI on PR #412 and PR #413.

Scope

  • Python backend only.
  • No OpenWatch Go changes.
  • No code changes outside backend/requirements.txt.

Test plan

  • git diff shows only the one-line URL change
  • CI: Backend Docker build / pip install succeeds against kensa-archive at v1.2.5
  • No new Dependabot or secret-scan findings introduced

The Hanalyx/kensa repository is now the Go rebuild; the legacy Python
package lives in Hanalyx/kensa-archive at the same v1.2.5 tag. pip
install was failing because git+https://github.com/Hanalyx/kensa.git
no longer resolves to a pip-installable package.

This is a Python-backend hotfix only. No OpenWatch Go changes.
@remyluslosius remyluslosius merged commit ffa7167 into main May 28, 2026
26 checks passed
@remyluslosius remyluslosius deleted the fix/backend-kensa-archive-url branch May 28, 2026 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant