Skip to content

Commit 5a56c1c

Browse files
committed
fix: remove duplicate observability key in pyproject.toml
- Removed duplicate 'observability' section that caused TOML parse errors in CI - Only one 'observability' section should exist (after 'offline', before 'evaluation') - Fixes ruff pre-commit hook failure - Resolves GitHub Actions CI failure on linting step
1 parent da6cc48 commit 5a56c1c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ evaluation = [
127127
"pytest-asyncio>=1.2.0",
128128
]
129129

130-
observability = [
131-
# LLM observability and tracing dependencies
132-
"langfuse>=3.8.1",
133-
]
134-
135130
[project.scripts]
136131
lightrag-server = "lightrag.api.lightrag_server:main"
137132
lightrag-gunicorn = "lightrag.api.run_with_gunicorn:main"

0 commit comments

Comments
 (0)