fix(): copy domain entities upon uow.add

This commit is contained in:
doas root
2025-11-17 22:58:26 +03:00
parent 89dffcabbd
commit 393f66a206
5 changed files with 133 additions and 24 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "template_project"
requires-python = ">=3.13"
requires-python = ">=3.12"
description = "template project"
version = "1.0.0"
dependencies = [
@@ -24,7 +24,7 @@ migrations = [
"alembic==1.17.0",
]
linters = [
"mypy==1.17.1",
"mypy==1.18.1",
"ruff==0.12.11",
"codespell==2.4.1",
"bandit==1.8.6",