e8e31add11
Build and Push Docker Container / build-and-push (push) Successful in 4m41s
- Stop treating property names as vault paths during policy checks. - Keep rename name targets protected by path restrictions. - Add regression coverage for property:set name=from. - Add regression coverage for blocked rename targets. - Bump package version to 1.0.4 for the Docker image tag.
22 lines
403 B
TOML
22 lines
403 B
TOML
[project]
|
|
name = "obsidian-api"
|
|
version = "1.0.4"
|
|
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
|