Commit 3deebfe
committed
fix: remove unresolvable redactable dep to unblock CI
redactable ^0.1.0 was added to pyproject.toml before the package was
published to PyPI, making it impossible to regenerate poetry.lock and
breaking all CI jobs. The codebase already imports it via importlib with
a documented fallback for when it is unavailable, so removing it from
the required deps is safe and matches the actual runtime behaviour.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AhwicpfSvKesuRxBHs9sQ21 parent c7178b8 commit 3deebfe
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
0 commit comments