fix: update silo submodule — delete_bom_entry error normalization (#59) #77

Merged
forbes merged 2 commits from fix/delete-bom-entry-request into main 2026-02-09 01:33:18 +00:00
Owner

Updates silo submodule (silo-mod -> silo-client) to fix delete_bom_entry() which used raw urllib.request instead of SiloClient._request(), bypassing 401 auth clearing and standard error normalization. Now uses self._request('DELETE', ..., raw=True), matching all other BOM methods.

Closes #59

Updates silo submodule (silo-mod -> silo-client) to fix `delete_bom_entry()` which used raw `urllib.request` instead of `SiloClient._request()`, bypassing 401 auth clearing and standard error normalization. Now uses `self._request('DELETE', ..., raw=True)`, matching all other BOM methods. Closes #59
forbes added 1 commit 2026-02-09 00:30:16 +00:00
fix: update silo submodule — delete_bom_entry error normalization (#59)
Some checks failed
Build and Test / build (pull_request) Has been cancelled
590cb9f6c3
forbes added 1 commit 2026-02-09 01:33:10 +00:00
Merge branch 'main' into fix/delete-bom-entry-request
Some checks failed
Build and Test / build (pull_request) Has been cancelled
087fe99324
forbes merged commit 68690f3b22 into main 2026-02-09 01:33:18 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#77