graphddb-runtime 1.0.2__tar.gz → 1.0.4__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.
Files changed (56) hide show
  1. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/PKG-INFO +2 -2
  2. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime.egg-info/PKG-INFO +2 -2
  3. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime.egg-info/requires.txt +1 -1
  4. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/pyproject.toml +2 -2
  5. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_binding_contract.py +7 -6
  6. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/README.md +0 -0
  7. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/__init__.py +0 -0
  8. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/async_runtime.py +0 -0
  9. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/batch.py +0 -0
  10. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/behavior_exec.py +0 -0
  11. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/concurrency.py +0 -0
  12. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/cursor.py +0 -0
  13. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/errors.py +0 -0
  14. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/filters.py +0 -0
  15. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/handler_registry.py +0 -0
  16. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/hydration.py +0 -0
  17. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/limits.py +0 -0
  18. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/middleware.py +0 -0
  19. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/per_key_cursor.py +0 -0
  20. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/runtime.py +0 -0
  21. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/templates.py +0 -0
  22. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/transactions.py +0 -0
  23. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime.egg-info/SOURCES.txt +0 -0
  24. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime.egg-info/dependency_links.txt +0 -0
  25. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime.egg-info/top_level.txt +0 -0
  26. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/setup.cfg +0 -0
  27. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_atomic_add_command.py +0 -0
  28. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_concurrency.py +0 -0
  29. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_contract_runtime.py +0 -0
  30. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_crosslang_python_cells.py +0 -0
  31. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_description.py +0 -0
  32. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_description_followups.py +0 -0
  33. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_description_jsdoc.py +0 -0
  34. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_error_policy.py +0 -0
  35. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_generated_module.py +0 -0
  36. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_guard_eval.py +0 -0
  37. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_handler_registry.py +0 -0
  38. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration.py +0 -0
  39. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_batch_write.py +0 -0
  40. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_command.py +0 -0
  41. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_compose.py +0 -0
  42. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_contract.py +0 -0
  43. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_edge_derive.py +0 -0
  44. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_edge_write.py +0 -0
  45. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_events.py +0 -0
  46. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_maintain.py +0 -0
  47. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_middleware.py +0 -0
  48. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_referential.py +0 -0
  49. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_relations.py +0 -0
  50. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_unique.py +0 -0
  51. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_maintain.py +0 -0
  52. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_middleware.py +0 -0
  53. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_relations.py +0 -0
  54. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_spec_version_guard.py +0 -0
  55. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_ttl.py +0 -0
  56. {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_unit.py +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graphddb-runtime
3
- Version: 1.0.2
3
+ Version: 1.0.4
4
4
  Summary: Thin DynamoDB executor for GraphDDB-generated Python repositories (single-operation core, issue #44).
5
5
  License: MIT
6
6
  Requires-Python: >=3.9
7
7
  Description-Content-Type: text/markdown
8
8
  Requires-Dist: boto3>=1.26
9
- Requires-Dist: behavior-contracts==0.5.0
9
+ Requires-Dist: behavior-contracts==0.6.0
10
10
  Provides-Extra: test
11
11
  Requires-Dist: pytest>=7.0; extra == "test"
12
12
 
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graphddb-runtime
3
- Version: 1.0.2
3
+ Version: 1.0.4
4
4
  Summary: Thin DynamoDB executor for GraphDDB-generated Python repositories (single-operation core, issue #44).
5
5
  License: MIT
6
6
  Requires-Python: >=3.9
7
7
  Description-Content-Type: text/markdown
8
8
  Requires-Dist: boto3>=1.26
9
- Requires-Dist: behavior-contracts==0.5.0
9
+ Requires-Dist: behavior-contracts==0.6.0
10
10
  Provides-Extra: test
11
11
  Requires-Dist: pytest>=7.0; extra == "test"
12
12
 
@@ -1,5 +1,5 @@
1
1
  boto3>=1.26
2
- behavior-contracts==0.5.0
2
+ behavior-contracts==0.6.0
3
3
 
4
4
  [test]
5
5
  pytest>=7.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "graphddb-runtime"
7
- version = "1.0.2"
7
+ version = "1.0.4"
8
8
  description = "Thin DynamoDB executor for GraphDDB-generated Python repositories (single-operation core, issue #44)."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -14,7 +14,7 @@ license = { text = "MIT" }
14
14
  # canonicalisation) are delegated to the extracted shared package
15
15
  # ``behavior-contracts`` (import name ``behavior_contracts``). The runtime
16
16
  # imports it unconditionally, so it is a HARD dependency.
17
- dependencies = ["boto3>=1.26", "behavior-contracts==0.5.0"]
17
+ dependencies = ["boto3>=1.26", "behavior-contracts==0.6.0"]
18
18
 
19
19
  [project.optional-dependencies]
20
20
  test = ["pytest>=7.0"]
@@ -20,13 +20,14 @@ IDENTICAL to a raw entry-point call — for every #250 conformance dimension:
20
20
  ``MembershipCommands.add`` create: ``single.mode == 'op'`` in the serialized
21
21
  contract — a plain UpdateItem/PutItem, no transaction promotion)
22
22
 
23
- Cross-language note: the Go / Rust / PHP bindings-IT suites
24
- (``go/graphddb_bindings_it/contract_integration_test.go``,
25
- ``rust/graphddb_bindings_it/tests/contract_integration.rs``,
26
- ``php/tests/Integration/ContractBindingsIntegrationTest.php``) seed the SAME
23
+ Cross-language note: the PHP bindings-IT suite
24
+ (``php/tests/Integration/ContractBindingsIntegrationTest.php``) seeds the SAME
27
25
  data (group ``g1``/Engineering, members alice=admin / bob=member, joinedAt
28
- 2021-01-01/-02) and assert the SAME expected values, so the four runtimes are
29
- pinned to identical observable results for the typed contract surface.
26
+ 2021-01-01/-02) and asserts the SAME expected values, so the runtimes are pinned
27
+ to identical observable results for the typed contract surface. (#337
28
+ native-only: the Go / Rust ``graphddb_bindings_it`` IR-execution suites were
29
+ removed with the go/rust IR path; the Go/Rust typed contract surface is now
30
+ generated native code, drift-gated by ``npm run codegen:check``.)
30
31
 
31
32
  Requires DynamoDB Local on port 8000:
32
33
  docker compose -f docker-compose.test.yml up -d