Add content_type field for SerializedResponses, add conversion pipeline basic docs generation

This commit is contained in:
2025-07-22 00:35:30 +03:00
parent a763f0960c
commit d531a8c00b
12 changed files with 385 additions and 45 deletions

View File

@@ -9,9 +9,10 @@ license = "LGPL-3.0-or-later"
requires-python = ">=3.13"
dependencies = [
"megasniff>=0.2.0",
"breakshaft>=0.1.1",
"breakshaft>=0.1.3",
"case-insensitive-dictionary>=0.2.1",
"mypy>=1.17.0",
"jinja2>=3.1.6",
]
[tool.uv.sources]
@@ -46,4 +47,4 @@ all_containers = [
{ "include-group" = "xml" },
{ "include-group" = "msgpack" },
{ "include-group" = "json" },
]
]