Skip to content

Commit 083e686

Browse files
author
FirstUnicorn
committed
fix: add missing python-domain-events to root pyproject.toml and update count to 17
Package existed in packages/ and was published to TestPyPI but was not registered in root dependencies or import-linter config.
1 parent 4c2f41f commit 083e686

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "python-web-toolkit"
33
version = "0.1.0"
4-
description = "Comprehensive Python web development toolkit - monorepo with 16 micro-libraries"
4+
description = "Comprehensive Python web development toolkit - monorepo with 17 micro-libraries"
55
authors = ["GridFlow Team <vialogue@proton.me>"]
66
readme = "README.md"
77
license = "MIT"
@@ -51,6 +51,7 @@ fastapi-middleware-toolkit = {path = "packages/fastapi-middleware-toolkit", deve
5151
python-structlog-config = {path = "packages/python-structlog-config", develop = true}
5252

5353
# Event-Driven / Outbox Pattern
54+
python-domain-events = {path = "packages/python-domain-events", develop = true}
5455
python-outbox-core = {path = "packages/python-outbox-core", develop = true}
5556

5657
[tool.poetry.group.dev.dependencies]
@@ -129,6 +130,7 @@ root_packages = [
129130
"python_mediator",
130131
"pydantic_response_models",
131132
"python_structlog_config",
133+
"python_domain_events",
132134
"python_outbox_core",
133135
"sqlalchemy_async_session_factory",
134136
"python_dto_mappers",
@@ -163,6 +165,7 @@ type = "forbidden"
163165
source_modules = [
164166
"python_cqrs_core",
165167
"python_mediator",
168+
"python_domain_events",
166169
"pydantic_response_models",
167170
"python_dto_mappers",
168171
"python_input_validation",

0 commit comments

Comments
 (0)