-
released this
2026-06-24 00:41:53 +00:00 | 4 commits to main since this releaseMaintenance, CI, and test-hygiene release. No application/runtime behavior changes — safe to deploy with no migration or config impact.
Added
- CI — Forgejo Actions pipeline (
.forgejo/workflows/ci.yml) runscompileall+pyteston Python 3.12 for every push and PR tomain.mainbranch protection now requires the check before a PR can merge. - Renovate — auto-merge low-risk test-dependency updates (
patch/pin/digestofrequirements-test.txt) once CI passes.
Fixed
- Tests are isolated from any ambient
.env, so the suite is environment-independent (previously a host.envcould fail config tests and flip feature flags). - Eliminated a
coroutine ... never awaitedRuntimeWarning by mockingdb.begin_nested()as an async context manager. - Added
.pytest_cache/to.gitignore.
Notes
- Verified no remaining deprecations on the pinned stack: Starlette
TemplateResponsealready migrated (#4); no pytest-asyncio deprecation warnings on pytest 9 / Python 3.12 (#5, #6).
Completes the v1.0.1 — Maintenance & deprecations (+ CI) milestone (#3, #4, #5, #6).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- CI — Forgejo Actions pipeline (