docs: правило «ноль внешних зависимостей» в ARCHITECTURE.md и copilot-instructions.md
Deploy drhider / validate (push) Waiting to run

This commit is contained in:
2026-07-12 14:50:42 +04:00
parent 1a84770e82
commit a1574677a5
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ if _sys_path_root not in sys.path:
sys.path.insert(0, _sys_path_root)
# Версия приложения (меняется при изменениях)
VERSION = "5.0.2"
VERSION = "5.0.3"
def create_app():