c34dab2cca
Build and Push Docker Container / build-and-push (push) Successful in 4m28s
- Create missing note files before running property:set. - Default date-only datetime values to midnight. - Keep property names out of path authorization checks. - Split policy, vault, daily note, and command target helpers. - Split n8n node args, description, output, and API response helpers. - Split API tests by auth, command, daily note, and property behavior. - Bump API and n8n node versions.
22 lines
403 B
TOML
22 lines
403 B
TOML
[project]
|
|
name = "obsidian-api"
|
|
version = "1.0.6"
|
|
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
|