- Upgrade miniflux from 2.2.17 to 2.2.19 (SSRF hardening, performance) - Migrate miniflux from Dockerfile to native Dagger container.py build - Refactor alpine_runtime() with create_user param for existing users - Add ty Python typechecker to prek hooks with Dagger SDK config - Pin all mise.toml tool versions (no more "latest") - Add type: mise to service-versions.yaml for development tool tracking - Add mise-specific review guidance to service-review script and docs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
19 lines
395 B
TOML
19 lines
395 B
TOML
[project]
|
|
name = "blumeops"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.13"
|
|
dependencies = ["dagger-io"]
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.8.4,<0.9.0"]
|
|
build-backend = "uv_build"
|
|
|
|
[tool.uv.sources]
|
|
dagger-io = { path = "sdk", editable = true }
|
|
|
|
[tool.ty.environment]
|
|
python-version = "3.13"
|
|
extra-paths = ["sdk/src"]
|
|
|
|
[tool.ty.src]
|
|
exclude = ["pulumi/", "containers/transmission-exporter/"]
|