Files
obsidian-api/pyproject.toml
T
daniel156161 a953214c20
Build and Push Docker Container / build-and-push (push) Successful in 4m36s
fix: always return minimal n8n output
- Node now outputs only stdout (parsed or raw) plus optional stderr

- Keep output stable across all operations to simplify n8n mappings

- Trim trailing newlines from runner stdout/stderr for cleaner display

- Bump server version to 1.0.3 to ship runner/output changes

- Bump n8n node package via versioned build artifacts
2026-06-24 12:04:34 +02:00

22 lines
403 B
TOML

[project]
name = "obsidian-api"
version = "1.0.3"
description = "HTTP API wrapper for running Obsidian CLI commands from n8n, SDKs, or agent harnesses."
requires-python = ">=3.14"
dependencies = [
"starlette==0.50.0",
"uvicorn[standard]==0.38.0",
]
[dependency-groups]
dev = [
"pytest==9.0.2",
"httpx==0.28.1",
]
[tool.pytest.ini_options]
pythonpath = ["."]
[tool.uv]
package = false