You've already forked RekomenciBackend
fix(): copy domain entities upon uow.add
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user