perf(tickets): paginate scoped records in SQL
Module Package Release / publish-packages (push) Successful in 13s

Release v0.1.23. Coordinated integrity review: GovOPlaN/govoplan-core#298.
This commit is contained in:
2026-09-08 12:19:40 +02:00
parent 0ad2ef96b4
commit 2be4a0c598
6 changed files with 158 additions and 26 deletions
+2 -2
View File
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-tickets"
version = "0.1.22"
version = "0.1.23"
description = "Canonical GovOPlaN operational ticket lifecycle module."
readme = "README.md"
requires-python = ">=3.12"
license = { file = "LICENSE" }
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.30",
"govoplan-core>=0.1.46",
"govoplan-access>=0.1.18",
]