framework-m 0.10.2__tar.gz → 0.11.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {framework_m-0.10.2 → framework_m-0.11.0}/CHANGELOG.md +14 -1
- {framework_m-0.10.2 → framework_m-0.11.0}/PKG-INFO +3 -3
- {framework_m-0.10.2 → framework_m-0.11.0}/pyproject.toml +3 -3
- {framework_m-0.10.2 → framework_m-0.11.0}/.gitignore +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/LICENSE +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/README.md +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/alembic/README +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/alembic/env.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/alembic/script.py.mako +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/alembic.ini +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/src/framework_m/__init__.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/src/framework_m/cli/__init__.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/src/framework_m/cli/main.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/src/framework_m/core/services/__init__.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/src/framework_m/core/services/correction.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/src/framework_m/py.typed +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/adapters/auth/test_oauth_adapter.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/adapters/read_model/test_projector.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/architecture/fixtures/ci_dummy_index.html +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/architecture/test_frontend_bootstrap.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/architecture/test_package_separation.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/conftest.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/core/interfaces/test_read_model.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/core/interfaces/test_report_engine.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/core/test_correction_service.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/helpers/__init__.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/integration/__init__.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/integration/test_api_endpoints.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/integration/test_app_ports.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/integration/test_child_table_integration.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/integration/test_crud_flow.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/integration/test_jobs_events_webhooks.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/integration/test_migration_flow.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/integration/test_override_migration.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/integration/test_postgres_flow.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/integration/test_real_http_client.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/integration/test_rfc_0008_audit.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/integration/test_rfc_0008_correction.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/integration/test_rfc_0008_versioning.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/integration/test_workflow_lifecycle.py +0 -0
- {framework_m-0.10.2 → framework_m-0.11.0}/tests/test_meta.py +0 -0
|
@@ -1,4 +1,17 @@
|
|
|
1
|
-
## framework-m v0.
|
|
1
|
+
## framework-m v0.11.0
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- multi-tenant CRUD fan-out, app-name normalization, layout and DRY fixes (ec17497)
|
|
6
|
+
- multi-tenant CRUD fan-out, app-name normalization, devcontainer fixes (2efa4ed)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- revert unchanged pnpm-lock.yaml (63c8b0d)
|
|
11
|
+
- add qs in pnpm overrides (fbcdae9)
|
|
12
|
+
- override pnpm dependencies for security (aaddcb8)
|
|
13
|
+
|
|
14
|
+
**framework-m** v0.10.3: internal dependency bump due to **framework-m-standard** update## framework-m v0.10.2
|
|
2
15
|
|
|
3
16
|
### Bug Fixes
|
|
4
17
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: framework-m
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.11.0
|
|
4
4
|
Summary: A modular, metadata-driven business application framework
|
|
5
5
|
Project-URL: Homepage, https://gitlab.com/castlecraft/framework-m
|
|
6
6
|
Project-URL: Documentation, https://gitlab.com/castlecraft/framework-m#readme
|
|
@@ -18,8 +18,8 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.13
|
|
19
19
|
Classifier: Typing :: Typed
|
|
20
20
|
Requires-Python: >=3.12
|
|
21
|
-
Requires-Dist: framework-m-core>=0.
|
|
22
|
-
Requires-Dist: framework-m-standard>=0.
|
|
21
|
+
Requires-Dist: framework-m-core>=0.20.0
|
|
22
|
+
Requires-Dist: framework-m-standard>=0.18.0
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
|
|
25
25
|
# Framework M
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "framework-m"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.11.0"
|
|
4
4
|
description = "A modular, metadata-driven business application framework"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { text = "Apache-2.0" }
|
|
@@ -21,8 +21,8 @@ classifiers = [
|
|
|
21
21
|
]
|
|
22
22
|
|
|
23
23
|
dependencies = [
|
|
24
|
-
"framework-m-core>=0.
|
|
25
|
-
"framework-m-standard>=0.
|
|
24
|
+
"framework-m-core>=0.20.0",
|
|
25
|
+
"framework-m-standard>=0.18.0",
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
[tool.uv.sources]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|