snowflake-code-unit-registry 0.7.1__tar.gz → 0.7.2__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 (52) hide show
  1. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/Cargo.lock +5 -5
  2. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/Cargo.toml +1 -1
  3. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/PKG-INFO +1 -1
  4. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/pyproject.toml +1 -1
  5. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/python/snowflake_code_unit_registry/__init__.py +1 -1
  6. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/README.md +0 -0
  7. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-error-derive/Cargo.toml +0 -0
  8. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-error-derive/src/lib.rs +0 -0
  9. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-error-derive/tests/derive_integration.rs +0 -0
  10. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/Cargo.toml +0 -0
  11. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/build.rs +0 -0
  12. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/examples/code-unit.example.json +0 -0
  13. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/schemas/code-unit.schema.json +0 -0
  14. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/schemas/history/README.md +0 -0
  15. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/schemas/query-reference.rs.tmpl +0 -0
  16. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/schemas/query-reference.tmpl +0 -0
  17. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/checksum.rs +0 -0
  18. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/error.rs +0 -0
  19. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/error_trace.rs +0 -0
  20. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/filter.rs +0 -0
  21. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/generated/file_path_fields.rs +0 -0
  22. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/generated/mod.rs +0 -0
  23. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/generated/query_reference.rs +0 -0
  24. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/generated/updated_at_paths.rs +0 -0
  25. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/identity.rs +0 -0
  26. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/lib.rs +0 -0
  27. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/migration/mod.rs +0 -0
  28. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/migration/versions/mod.rs +0 -0
  29. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/registry/README.md +0 -0
  30. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/registry/graph.rs +0 -0
  31. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/registry/in_memory.rs +0 -0
  32. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/registry/loader.rs +0 -0
  33. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/registry/paths.rs +0 -0
  34. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/registry/query.rs +0 -0
  35. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/registry/test_helpers.rs +0 -0
  36. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/registry/tests.rs +0 -0
  37. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/registry.rs +0 -0
  38. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-core/src/validation.rs +0 -0
  39. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-python/Cargo.toml +0 -0
  40. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-python/README.md +0 -0
  41. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-python/src/lib.rs +0 -0
  42. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-python/tests/conftest.py +0 -0
  43. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-python/tests/test_batch.py +0 -0
  44. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-python/tests/test_checksum.py +0 -0
  45. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-python/tests/test_crud.py +0 -0
  46. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-python/tests/test_errors.py +0 -0
  47. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-python/tests/test_migration.py +0 -0
  48. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-python/tests/test_query.py +0 -0
  49. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-python/tests/test_refresh.py +0 -0
  50. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-python/tests/test_serialization.py +0 -0
  51. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/crates/scai-state-python/tests/test_validation.py +0 -0
  52. {snowflake_code_unit_registry-0.7.1 → snowflake_code_unit_registry-0.7.2}/python/snowflake_code_unit_registry/types.py +0 -0
@@ -2095,7 +2095,7 @@ dependencies = [
2095
2095
 
2096
2096
  [[package]]
2097
2097
  name = "scai-error-derive"
2098
- version = "0.7.1"
2098
+ version = "0.7.2"
2099
2099
  dependencies = [
2100
2100
  "err_code",
2101
2101
  "heck",
@@ -2109,7 +2109,7 @@ dependencies = [
2109
2109
 
2110
2110
  [[package]]
2111
2111
  name = "scai-state-core"
2112
- version = "0.7.1"
2112
+ version = "0.7.2"
2113
2113
  dependencies = [
2114
2114
  "chrono",
2115
2115
  "err_code",
@@ -2134,7 +2134,7 @@ dependencies = [
2134
2134
 
2135
2135
  [[package]]
2136
2136
  name = "scai-state-csharp"
2137
- version = "0.7.1"
2137
+ version = "0.7.2"
2138
2138
  dependencies = [
2139
2139
  "interoptopus",
2140
2140
  "interoptopus_backend_csharp",
@@ -2145,7 +2145,7 @@ dependencies = [
2145
2145
 
2146
2146
  [[package]]
2147
2147
  name = "scai-state-node"
2148
- version = "0.7.1"
2148
+ version = "0.7.2"
2149
2149
  dependencies = [
2150
2150
  "napi",
2151
2151
  "napi-build",
@@ -2157,7 +2157,7 @@ dependencies = [
2157
2157
 
2158
2158
  [[package]]
2159
2159
  name = "scai-state-python"
2160
- version = "0.7.1"
2160
+ version = "0.7.2"
2161
2161
  dependencies = [
2162
2162
  "pyo3",
2163
2163
  "pythonize",
@@ -3,7 +3,7 @@ resolver = "2"
3
3
  members = ["crates/scai-error-derive", "crates/scai-state-core", "crates/scai-state-python"]
4
4
 
5
5
  [workspace.package]
6
- version = "0.7.1"
6
+ version = "0.7.2"
7
7
  edition = "2021"
8
8
  license = "SEE LICENSE IN LICENSE"
9
9
  repository = "https://github.com/snowflake-eng/scai-state"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: snowflake-code-unit-registry
3
- Version: 0.7.1
3
+ Version: 0.7.2
4
4
  Classifier: Development Status :: 3 - Alpha
5
5
  Classifier: Intended Audience :: Developers
6
6
  Classifier: License :: OSI Approved :: Apache Software License
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "snowflake-code-unit-registry"
7
- version = "0.7.1"
7
+ version = "0.7.2"
8
8
  description = "SCAI state management library for database migrations"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -41,7 +41,7 @@ from snowflake_code_unit_registry.types import CodeUnit
41
41
  if TYPE_CHECKING:
42
42
  from collections.abc import Sequence
43
43
 
44
- __version__ = "0.7.1"
44
+ __version__ = "0.7.2"
45
45
  __all__ = [
46
46
  "CodeUnitRegistry",
47
47
  "generate_id",