Skip to content

Commit 3deebfe

Browse files
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_01AhwicpfSvKesuRxBHs9sQ2
1 parent c7178b8 commit 3deebfe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ fastapi = ">=0.115"
2525
omegaconf = "^2.3"
2626
prometheus-client = "^0.25.0"
2727
cryptography = ">=44,<49"
28-
redactable = "^0.1.0"
2928

3029
[tool.poetry.group.dev.dependencies]
3130
pytest = "^7.4"

0 commit comments

Comments
 (0)