feat: upgrade FastAPI to 0.130.0 and implement ORJSONResponse for performance

Co-authored-by: abhi1693 <5083532+abhi1693@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-22 22:13:52 +00:00
parent 8c36df4689
commit 1967e9583d
4 changed files with 49 additions and 6 deletions

View File

@@ -47,7 +47,9 @@ def test_extract_config_last_touched_version_reads_config_meta_last_touched_vers
assert gateway_compat.extract_config_last_touched_version(payload) == "2026.2.9"
def test_extract_config_last_touched_version_returns_none_without_config_meta_last_touched_version() -> None:
def test_extract_config_last_touched_version_returns_none_without_config_meta_last_touched_version() -> (
None
):
payload = {
"config": {"wizard": {"lastRunVersion": "2026.2.9"}},
}