fix: upgrade web dependencies and stabilize plugin routes (#6383)

This commit is contained in:
InfinityPacer
2026-08-22 09:47:13 +08:00
committed by GitHub
parent 7b9499fc5b
commit a90a0e8597
9 changed files with 271 additions and 160 deletions
+1
View File
@@ -38,6 +38,7 @@ def test_projection_preserves_commands_and_api_adaptation():
"endpoint": api["endpoint"],
"auth": "apikey",
}]
assert api == {"path": "/items", "endpoint": api["endpoint"]}
def test_projection_filters_disabled_stateful_hooks_but_keeps_api_contract():