amsdal 0.3.5__cp312-cp312-macosx_10_13_universal2.whl → 0.3.6__cp312-cp312-macosx_10_13_universal2.whl

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.

Potentially problematic release.


This version of amsdal might be problematic. Click here for more details.

Files changed (81) hide show
  1. amsdal/__about__.py +1 -1
  2. amsdal/cloud/__init__.cpython-312-darwin.so +0 -0
  3. amsdal/cloud/client.cpython-312-darwin.so +0 -0
  4. amsdal/cloud/constants.cpython-312-darwin.so +0 -0
  5. amsdal/cloud/enums.cpython-312-darwin.so +0 -0
  6. amsdal/cloud/models/__init__.cpython-312-darwin.so +0 -0
  7. amsdal/cloud/models/base.cpython-312-darwin.so +0 -0
  8. amsdal/cloud/services/__init__.cpython-312-darwin.so +0 -0
  9. amsdal/cloud/services/actions/__init__.cpython-312-darwin.so +0 -0
  10. amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so +0 -0
  11. amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so +0 -0
  12. amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so +0 -0
  13. amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so +0 -0
  14. amsdal/cloud/services/actions/base.cpython-312-darwin.so +0 -0
  15. amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so +0 -0
  16. amsdal/cloud/services/actions/create_env.cpython-312-darwin.so +0 -0
  17. amsdal/cloud/services/actions/create_session.cpython-312-darwin.so +0 -0
  18. amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so +0 -0
  19. amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so +0 -0
  20. amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so +0 -0
  21. amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so +0 -0
  22. amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so +0 -0
  23. amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so +0 -0
  24. amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so +0 -0
  25. amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so +0 -0
  26. amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so +0 -0
  27. amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so +0 -0
  28. amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so +0 -0
  29. amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so +0 -0
  30. amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so +0 -0
  31. amsdal/cloud/services/actions/manager.cpython-312-darwin.so +0 -0
  32. amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so +0 -0
  33. amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so +0 -0
  34. amsdal/cloud/services/auth/__init__.cpython-312-darwin.so +0 -0
  35. amsdal/cloud/services/auth/base.cpython-312-darwin.so +0 -0
  36. amsdal/cloud/services/auth/credentials.cpython-312-darwin.so +0 -0
  37. amsdal/cloud/services/auth/manager.cpython-312-darwin.so +0 -0
  38. amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so +0 -0
  39. amsdal/cloud/services/auth/token.cpython-312-darwin.so +0 -0
  40. amsdal/contrib/__init__.cpython-312-darwin.so +0 -0
  41. amsdal/fixtures/__init__.cpython-312-darwin.so +0 -0
  42. amsdal/fixtures/manager.cpython-312-darwin.so +0 -0
  43. amsdal/fixtures/manager.pyi +7 -6
  44. amsdal/manager.cpython-312-darwin.so +0 -0
  45. amsdal/migration/__init__.cpython-312-darwin.so +0 -0
  46. amsdal/migration/base_migration_schemas.cpython-312-darwin.so +0 -0
  47. amsdal/migration/base_migration_schemas.pyi +3 -4
  48. amsdal/migration/data_classes.cpython-312-darwin.so +0 -0
  49. amsdal/migration/data_classes.pyi +0 -7
  50. amsdal/migration/executors/__init__.cpython-312-darwin.so +0 -0
  51. amsdal/migration/executors/base.cpython-312-darwin.so +0 -0
  52. amsdal/migration/executors/base.pyi +2 -3
  53. amsdal/migration/executors/default_executor.cpython-312-darwin.so +0 -0
  54. amsdal/migration/executors/state_executor.cpython-312-darwin.so +0 -0
  55. amsdal/migration/file_migration_executor.cpython-312-darwin.so +0 -0
  56. amsdal/migration/file_migration_executor.pyi +2 -2
  57. amsdal/migration/file_migration_generator.cpython-312-darwin.so +0 -0
  58. amsdal/migration/file_migration_generator.pyi +3 -3
  59. amsdal/migration/file_migration_store.cpython-312-darwin.so +0 -0
  60. amsdal/migration/file_migration_writer.cpython-312-darwin.so +0 -0
  61. amsdal/migration/migrations.cpython-312-darwin.so +0 -0
  62. amsdal/migration/migrations_loader.cpython-312-darwin.so +0 -0
  63. amsdal/migration/migrations_loader.pyi +1 -1
  64. amsdal/migration/schemas_loaders.cpython-312-darwin.so +0 -0
  65. amsdal/migration/utils.cpython-312-darwin.so +0 -0
  66. amsdal/mixins/__init__.cpython-312-darwin.so +0 -0
  67. amsdal/mixins/build_mixin.cpython-312-darwin.so +0 -0
  68. amsdal/mixins/build_mixin.pyi +2 -2
  69. amsdal/mixins/class_versions_mixin.cpython-312-darwin.so +0 -0
  70. amsdal/schemas/core/file/properties/from_file.py +1 -1
  71. amsdal/schemas/manager.cpython-312-darwin.so +0 -0
  72. amsdal/services/__init__.cpython-312-darwin.so +0 -0
  73. amsdal/services/transaction_execution.cpython-312-darwin.so +0 -0
  74. amsdal/services/transaction_execution.pyi +1 -1
  75. amsdal/utils/tests/helpers.py +154 -14
  76. {amsdal-0.3.5.dist-info → amsdal-0.3.6.dist-info}/METADATA +1 -1
  77. {amsdal-0.3.5.dist-info → amsdal-0.3.6.dist-info}/RECORD +81 -81
  78. {amsdal-0.3.5.dist-info → amsdal-0.3.6.dist-info}/WHEEL +1 -1
  79. {amsdal-0.3.5.dist-info → amsdal-0.3.6.dist-info}/LICENSE.txt +0 -0
  80. {amsdal-0.3.5.dist-info → amsdal-0.3.6.dist-info}/licenses/LICENSE.txt +0 -0
  81. {amsdal-0.3.5.dist-info → amsdal-0.3.6.dist-info}/top_level.txt +0 -0
amsdal/__about__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # SPDX-FileCopyrightText: 2023-present
2
2
  #
3
3
  # SPDX-License-Identifier: AMSDAL End User License Agreement
4
- __version__ = '0.3.5'
4
+ __version__ = '0.3.6'
Binary file
Binary file
Binary file
@@ -1,6 +1,7 @@
1
1
  from _typeshed import Incomplete
2
2
  from amsdal.schemas.manager import SchemaManager as SchemaManager
3
3
  from amsdal_models.classes.manager import ClassManager
4
+ from amsdal_models.classes.model import Model
4
5
  from amsdal_utils.config.manager import AmsdalConfigManager as AmsdalConfigManager
5
6
  from amsdal_utils.models.data_models.core import DictSchema, TypeData as TypeData
6
7
  from amsdal_utils.models.data_models.schema import PropertyData as PropertyData
@@ -24,9 +25,9 @@ class FixturesManager:
24
25
  and file fixture handling.
25
26
  """
26
27
  fixtures_path: Incomplete
27
- fixtures: Incomplete
28
- _created_cache: Incomplete
29
- data_to_process: Incomplete
28
+ fixtures: dict[str | int, tuple[float | int, dict[str, Any]]]
29
+ _created_cache: dict[str | int, dict[str, Any] | Model]
30
+ data_to_process: list[FixtureData]
30
31
  _class_manager: Incomplete
31
32
  _config_manager: Incomplete
32
33
  _schema_manager: Incomplete
@@ -126,9 +127,9 @@ class AsyncFixturesManager:
126
127
  and file fixture handling.
127
128
  """
128
129
  fixtures_path: Incomplete
129
- fixtures: Incomplete
130
- _created_cache: Incomplete
131
- data_to_process: Incomplete
130
+ fixtures: dict[str | int, tuple[float | int, dict[str, Any]]]
131
+ _created_cache: dict[str | int, dict[str, Any] | Model]
132
+ data_to_process: list[FixtureData]
132
133
  _class_manager: Incomplete
133
134
  _config_manager: Incomplete
134
135
  _schema_manager: Incomplete
Binary file
@@ -1,5 +1,4 @@
1
1
  import abc
2
- from _typeshed import Incomplete
3
2
  from abc import ABC, abstractmethod
4
3
  from amsdal.configs.constants import BASE_DIR as BASE_DIR
5
4
  from amsdal_models.classes.model import Model
@@ -16,9 +15,9 @@ class BaseMigrationSchemas(ABC, metaclass=abc.ABCMeta):
16
15
  It includes methods for registering, unregistering, and compiling classes, as well as
17
16
  managing class versions.
18
17
  """
19
- _classes: Incomplete
20
- _classes_versions: Incomplete
21
- _buffered_classes: Incomplete
18
+ _classes: dict[str, type[Model]]
19
+ _classes_versions: dict[str, dict[str, type[Model]]]
20
+ _buffered_classes: list[tuple[str, ObjectSchema, SchemaTypes]]
22
21
  def __init__(self) -> None: ...
23
22
  def get_model(self, name: str) -> type[Model]:
24
23
  """
@@ -30,7 +30,6 @@ class ClassSaveResult:
30
30
  """
31
31
  action: Action
32
32
  instance: Model
33
- def __init__(self, action, instance) -> None: ...
34
33
 
35
34
  @dataclass
36
35
  class ClassUpdateResult:
@@ -43,7 +42,6 @@ class ClassUpdateResult:
43
42
  """
44
43
  is_updated: bool
45
44
  class_instance: Model
46
- def __init__(self, is_updated, class_instance) -> None: ...
47
45
 
48
46
  @dataclass
49
47
  class MigrateResult:
@@ -58,7 +56,6 @@ class MigrateResult:
58
56
  class_instance: Model
59
57
  is_table_created: bool
60
58
  is_data_migrated: bool
61
- def __init__(self, class_instance, is_table_created, is_data_migrated) -> None: ...
62
59
 
63
60
  class ModuleTypes(str, Enum):
64
61
  """
@@ -100,7 +97,6 @@ class MigrationFile:
100
97
  Returns:
101
98
  bool: True if this is the initial migration, False otherwise.
102
99
  """
103
- def __init__(self, path, type, number, module=..., applied_at=..., stored_address=...) -> None: ...
104
100
 
105
101
  @dataclass
106
102
  class ClassSchema:
@@ -113,7 +109,6 @@ class ClassSchema:
113
109
  """
114
110
  object_schema: ObjectSchema
115
111
  type: ModuleTypes
116
- def __init__(self, object_schema, type) -> None: ...
117
112
 
118
113
  class OperationTypes(str, Enum):
119
114
  """
@@ -145,7 +140,6 @@ class MigrateOperation:
145
140
  schema_type: SchemaTypes
146
141
  old_schema: ObjectSchema | PropertyData | None = ...
147
142
  new_schema: ObjectSchema | PropertyData | None = ...
148
- def __init__(self, type, class_name, schema_type, old_schema=..., new_schema=...) -> None: ...
149
143
 
150
144
  class MigrationDirection(str, Enum):
151
145
  """
@@ -169,4 +163,3 @@ class MigrationResult:
169
163
  """
170
164
  direction: MigrationDirection
171
165
  migration: MigrationFile
172
- def __init__(self, direction, migration) -> None: ...
@@ -1,5 +1,4 @@
1
1
  import abc
2
- from _typeshed import Incomplete
3
2
  from abc import ABC, abstractmethod
4
3
  from amsdal.migration.base_migration_schemas import BaseMigrationSchemas as BaseMigrationSchemas
5
4
  from amsdal_utils.models.data_models.schema import ObjectSchema as ObjectSchema
@@ -37,8 +36,8 @@ class BaseMigrationExecutor(ABC, metaclass=abc.ABCMeta):
37
36
  It also manages schema migration buffers and generates full object schemas based on the migration history.
38
37
  """
39
38
  schemas: BaseMigrationSchemas
40
- _buffer: Incomplete
41
- _non_flushable_buffer: Incomplete
39
+ _buffer: list[tuple[str, ObjectSchema, SchemaTypes]]
40
+ _non_flushable_buffer: list[tuple[str, ObjectSchema, SchemaTypes]]
42
41
  def __init__(self) -> None: ...
43
42
  def generate_full_object_schema(self, class_name: str, object_schema: ObjectSchema, buffer: list[tuple[str, ObjectSchema, SchemaTypes]]) -> list[FieldDescription]:
44
43
  """
@@ -30,7 +30,7 @@ class FileMigrationExecutorManager:
30
30
  contrib_loaders: Incomplete
31
31
  app_loader: Incomplete
32
32
  executor: Incomplete
33
- _applied_migration_files: Incomplete
33
+ _applied_migration_files: list[MigrationFile]
34
34
  store: Incomplete
35
35
  def __init__(self, app_migrations_loader: MigrationsLoader, executor: BaseMigrationExecutor, store: BaseMigrationStore | None = None) -> None: ...
36
36
  def execute(self, migration_number: int | None = None, module_type: ModuleTypes | None = None, *, fake: bool = False, skip_data_migrations: bool = False) -> list[MigrationResult]:
@@ -84,7 +84,7 @@ class AsyncFileMigrationExecutorManager:
84
84
  contrib_loaders: Incomplete
85
85
  app_loader: Incomplete
86
86
  executor: Incomplete
87
- _applied_migration_files: Incomplete
87
+ _applied_migration_files: list[MigrationFile]
88
88
  store: Incomplete
89
89
  def __init__(self, app_migrations_loader: MigrationsLoader, executor: AsyncBaseMigrationExecutor, store: AsyncBaseMigrationStore | None = None) -> None: ...
90
90
  async def execute(self, migration_number: int | None = None, module_type: ModuleTypes | None = None, *, fake: bool = False, skip_data_migrations: bool = False) -> list[MigrationResult]:
@@ -32,7 +32,7 @@ class StateMigrationSchemas(BaseMigrationSchemas):
32
32
  state (dict[str, tuple[SchemaTypes, ObjectSchema]]): A dictionary mapping class names to their schema types
33
33
  and object schemas.
34
34
  """
35
- state: Incomplete
35
+ state: dict[str, tuple[SchemaTypes, ObjectSchema]]
36
36
  def __init__(self) -> None: ...
37
37
  def register_model(self, class_name: str, object_schema: ObjectSchema, schema_type: SchemaTypes, class_version: str | Versions = ...) -> None:
38
38
  """
@@ -66,7 +66,7 @@ class FileMigrationGenerator:
66
66
  _app_migrations_path: Incomplete
67
67
  _app_migrations_loader: Incomplete
68
68
  _schema_loader: Incomplete
69
- _state: Incomplete
69
+ _state: dict[str, tuple[SchemaTypes, ObjectSchema]]
70
70
  def __init__(self, schema_loader: BaseClassSchemaLoader, app_migrations_path: Path | None = None) -> None: ...
71
71
  def make_migrations(self, name: str | None = None, *, is_data: bool = False, schema_type: SchemaTypes = ...) -> MigrationFile:
72
72
  """
@@ -151,7 +151,7 @@ class AsyncFileMigrationGenerator:
151
151
  _app_migrations_path: Incomplete
152
152
  _app_migrations_loader: Incomplete
153
153
  _schema_loader: Incomplete
154
- _state: Incomplete
154
+ _state: dict[str, tuple[SchemaTypes, ObjectSchema]]
155
155
  def __init__(self, schema_loader: BaseClassSchemaLoader, app_migrations_path: Path | None = None) -> None: ...
156
156
  async def make_migrations(self, name: str | None = None, *, is_data: bool = False, schema_type: SchemaTypes = ...) -> MigrationFile:
157
157
  """
@@ -10,7 +10,7 @@ class MigrationsLoader:
10
10
  _migrations_path: Incomplete
11
11
  _module_type: Incomplete
12
12
  _module_name: Incomplete
13
- _migrations_files: Incomplete
13
+ _migrations_files: list[MigrationFile]
14
14
  def __init__(self, migrations_dir: Path, module_type: ModuleTypes, module_name: str | None = None) -> None: ...
15
15
  @property
16
16
  def has_initial_migration(self) -> bool:
@@ -1,7 +1,7 @@
1
- from _typeshed import Incomplete
2
1
  from amsdal.configs.constants import CORE_SCHEMAS_PATH as CORE_SCHEMAS_PATH, TYPE_SCHEMAS_PATH as TYPE_SCHEMAS_PATH
3
2
  from amsdal.configs.main import settings as settings
4
3
  from amsdal_models.schemas.loaders.cli_fixtures_loader import CliFixturesLoader
4
+ from amsdal_utils.models.data_models.schema import ObjectSchema
5
5
  from pathlib import Path
6
6
 
7
7
  class CliMultiFixturesLoader(CliFixturesLoader):
@@ -12,7 +12,7 @@ class CliMultiFixturesLoader(CliFixturesLoader):
12
12
  models_with_fixtures (list[tuple[Path, ObjectSchema]]): List of tuples containing the path and object schema
13
13
  of models with fixtures.
14
14
  """
15
- models_with_fixtures: Incomplete
15
+ models_with_fixtures: list[tuple[Path, ObjectSchema]]
16
16
  def __init__(self, schema_dirs: list[Path]) -> None: ...
17
17
 
18
18
  class BuildMixin:
@@ -3,7 +3,7 @@ from typing import BinaryIO
3
3
 
4
4
 
5
5
  @classmethod # type: ignore[misc, no-untyped-def]
6
- def from_file(
6
+ def from_file( # type: ignore[no-untyped-def]
7
7
  cls,
8
8
  file_or_path: Path | BinaryIO,
9
9
  ) -> 'File': # type: ignore[name-defined] # noqa: F821
@@ -31,7 +31,7 @@ class TransactionExecutionService(metaclass=Singleton):
31
31
  and handle asynchronous transactions. It ensures that transactions are executed
32
32
  with the correct arguments and handles any necessary preprocessing of arguments.
33
33
  """
34
- _transactions: Incomplete
34
+ _transactions: dict[str, Callable[..., Any]]
35
35
  def __init__(self) -> None: ...
36
36
  def execute_transaction(self, transaction_name: str, args: dict[str, Any], *, load_references: bool = True) -> Any:
37
37
  """
@@ -2,22 +2,28 @@ import os
2
2
  import random
3
3
  import string
4
4
  import tempfile
5
+ from collections.abc import AsyncGenerator
6
+ from collections.abc import AsyncIterator
5
7
  from collections.abc import Generator
6
8
  from collections.abc import Iterator
9
+ from contextlib import asynccontextmanager
7
10
  from contextlib import contextmanager
8
11
  from contextlib import suppress
9
12
  from pathlib import Path
10
13
  from typing import Any
11
14
 
12
15
  import yaml
16
+ from amsdal_data.application import AsyncDataApplication
13
17
  from amsdal_utils.config.manager import AmsdalConfigManager
14
18
  from amsdal_utils.models.enums import SchemaTypes
15
19
 
16
20
  from amsdal.configs.constants import CORE_MIGRATIONS_PATH
17
21
  from amsdal.configs.main import settings
18
22
  from amsdal.manager import AmsdalManager
23
+ from amsdal.manager import AsyncAmsdalManager
19
24
  from amsdal.migration import migrations
20
25
  from amsdal.migration.data_classes import ModuleTypes
26
+ from amsdal.migration.executors.default_executor import DefaultAsyncMigrationExecutor
21
27
  from amsdal.migration.executors.default_executor import DefaultMigrationExecutor
22
28
  from amsdal.migration.file_migration_executor import FileMigrationExecutorManager
23
29
  from amsdal.migration.file_migration_generator import FileMigrationGenerator
@@ -89,9 +95,12 @@ def _get_config_template(
89
95
  db_execution_type: DbExecutionType,
90
96
  lakehouse_option: LakehouseOption,
91
97
  state_option: StateOption,
98
+ *,
99
+ is_async: bool = False,
92
100
  ) -> str:
93
101
  config_object: dict[str, Any] = {
94
102
  'application_name': 'test_client_app',
103
+ 'async_mode': is_async,
95
104
  'connections': [
96
105
  {'name': 'lock', 'backend': 'amsdal_data.lock.implementations.thread_lock.ThreadLock'},
97
106
  ],
@@ -101,7 +110,7 @@ def _get_config_template(
101
110
  config_object['connections'].append(
102
111
  {
103
112
  'name': 'lakehouse',
104
- 'backend': 'postgres-historical',
113
+ 'backend': 'postgres-historical-async' if is_async else 'postgres-historical',
105
114
  'credentials': [
106
115
  {
107
116
  'db_host': '{{ db_host }}',
@@ -117,7 +126,7 @@ def _get_config_template(
117
126
  config_object['connections'].append(
118
127
  {
119
128
  'name': 'lakehouse',
120
- 'backend': 'sqlite-historical',
129
+ 'backend': 'sqlite-historical-async' if is_async else 'sqlite-historical',
121
130
  'credentials': [{'db_path': '{{ db_dir }}/sqlite_lakehouse.sqlite3'}],
122
131
  }
123
132
  )
@@ -131,7 +140,7 @@ def _get_config_template(
131
140
  config_object['connections'].append(
132
141
  {
133
142
  'name': 'state',
134
- 'backend': 'postgres',
143
+ 'backend': 'postgres-async' if is_async else 'postgres',
135
144
  'credentials': [
136
145
  {
137
146
  'db_host': '{{ db_host }}',
@@ -148,7 +157,7 @@ def _get_config_template(
148
157
  config_object['connections'].append(
149
158
  {
150
159
  'name': 'state',
151
- 'backend': 'sqlite',
160
+ 'backend': 'sqlite-async' if is_async else 'sqlite',
152
161
  'credentials': [{'db_path': '{{ db_dir }}/sqlite_state.sqlite3'}],
153
162
  }
154
163
  )
@@ -157,11 +166,13 @@ def _get_config_template(
157
166
 
158
167
 
159
168
  @contextmanager
160
- def init_manager(
169
+ def _init_manager(
161
170
  db_execution_type: DbExecutionType,
162
171
  lakehouse_option: LakehouseOption,
163
172
  state_option: StateOption,
164
- ) -> Generator[AmsdalManager, Any, None]:
173
+ *,
174
+ is_async: bool = False,
175
+ ) -> Generator[tuple[Path, Path], Any, None]:
165
176
  Path('.tmp').mkdir(exist_ok=True)
166
177
  with tempfile.TemporaryDirectory(dir='.tmp') as temp_dir:
167
178
  db_dir = Path(temp_dir) / 'db_dir'
@@ -169,7 +180,7 @@ def init_manager(
169
180
 
170
181
  lakehouse_database = ''.join(random.sample(string.ascii_letters, 16))
171
182
  state_database = ''.join(random.sample(string.ascii_letters, 16))
172
- config_text = _get_config_template(db_execution_type, lakehouse_option, state_option)
183
+ config_text = _get_config_template(db_execution_type, lakehouse_option, state_option, is_async=is_async)
173
184
 
174
185
  if lakehouse_option in [LakehouseOption.postgres, LakehouseOption.postgres_immutable]:
175
186
  (
@@ -204,6 +215,16 @@ def init_manager(
204
215
  config_path = Path(temp_dir) / 'config.yml'
205
216
  config_path.write_text(config_text)
206
217
 
218
+ yield db_dir, config_path
219
+
220
+
221
+ @contextmanager
222
+ def init_manager(
223
+ db_execution_type: DbExecutionType,
224
+ lakehouse_option: LakehouseOption,
225
+ state_option: StateOption,
226
+ ) -> Generator[AmsdalManager, Any, None]:
227
+ with _init_manager(db_execution_type, lakehouse_option, state_option) as (db_dir, config_path):
207
228
  with override_settings(APP_PATH=db_dir, CONFIG_PATH=config_path):
208
229
  config_manager = AmsdalConfigManager()
209
230
  config_manager.load_config(config_path)
@@ -219,6 +240,83 @@ def init_manager(
219
240
  AmsdalConfigManager.invalidate()
220
241
 
221
242
 
243
+ @asynccontextmanager
244
+ async def async_init_manager(
245
+ db_execution_type: DbExecutionType,
246
+ lakehouse_option: LakehouseOption,
247
+ state_option: StateOption,
248
+ ) -> AsyncIterator[AsyncAmsdalManager]:
249
+ with _init_manager(db_execution_type, lakehouse_option, state_option, is_async=True) as (db_dir, config_path):
250
+ with override_settings(
251
+ APP_PATH=db_dir,
252
+ CONFIG_PATH=config_path,
253
+ ):
254
+ config_manager = AmsdalConfigManager()
255
+ config_manager.load_config(config_path)
256
+ manager = AsyncAmsdalManager()
257
+ await manager.setup()
258
+ await manager.post_setup() # type: ignore[call-arg,misc]
259
+
260
+ try:
261
+ yield manager
262
+ finally:
263
+ await manager.teardown()
264
+ await AsyncDataApplication().teardown()
265
+ AsyncAmsdalManager.invalidate()
266
+ AmsdalConfigManager.invalidate()
267
+ AsyncDataApplication.invalidate()
268
+
269
+
270
+ def migrate(app_schemas_path: Path) -> None:
271
+ schemas = MigrationSchemas()
272
+ executor = DefaultMigrationExecutor(schemas)
273
+ _migrate_per_loader(
274
+ executor,
275
+ MigrationsLoader(
276
+ migrations_dir=CORE_MIGRATIONS_PATH,
277
+ module_type=ModuleTypes.CORE,
278
+ ),
279
+ )
280
+
281
+ for contrib in settings.CONTRIBS:
282
+ contrib_root_path = contrib_to_module_root_path(contrib)
283
+ _migrate_per_loader(
284
+ executor,
285
+ MigrationsLoader(
286
+ migrations_dir=contrib_root_path / settings.MIGRATIONS_DIRECTORY_NAME,
287
+ module_type=ModuleTypes.CONTRIB,
288
+ module_name=contrib,
289
+ ),
290
+ )
291
+
292
+ schema_loader = JsonClassSchemaLoader(app_schemas_path)
293
+
294
+ for class_schema in schema_loader.iter_app_schemas():
295
+ for _operation_data in FileMigrationGenerator.build_operations(
296
+ SchemaTypes.USER,
297
+ class_schema.object_schema,
298
+ None,
299
+ ):
300
+ _operation_name = FileMigrationWriter.operation_name_map[_operation_data.type]
301
+ kwargs = {}
302
+
303
+ if _operation_data.old_schema:
304
+ kwargs['old_schema'] = _operation_data.old_schema.model_dump()
305
+
306
+ if _operation_data.new_schema:
307
+ kwargs['new_schema'] = _operation_data.new_schema.model_dump()
308
+
309
+ _operation = getattr(migrations, _operation_name)(
310
+ schema_type=SchemaTypes.USER,
311
+ class_name=_operation_data.class_name,
312
+ **kwargs,
313
+ )
314
+
315
+ _operation.forward(executor)
316
+
317
+ executor.flush_buffer()
318
+
319
+
222
320
  def _migrate_per_loader(executor: DefaultMigrationExecutor, loader: MigrationsLoader) -> None:
223
321
  for _migration in loader:
224
322
  migration_class = FileMigrationExecutorManager.get_migration_class(_migration)
@@ -233,10 +331,10 @@ def _migrate_per_loader(executor: DefaultMigrationExecutor, loader: MigrationsLo
233
331
  executor.flush_buffer()
234
332
 
235
333
 
236
- def migrate(app_schemas_path: Path) -> None:
334
+ async def async_migrate(app_schemas_path: Path) -> None:
237
335
  schemas = MigrationSchemas()
238
- executor = DefaultMigrationExecutor(schemas)
239
- _migrate_per_loader(
336
+ executor = DefaultAsyncMigrationExecutor(schemas)
337
+ await _async_migrate_per_loader(
240
338
  executor,
241
339
  MigrationsLoader(
242
340
  migrations_dir=CORE_MIGRATIONS_PATH,
@@ -246,7 +344,7 @@ def migrate(app_schemas_path: Path) -> None:
246
344
 
247
345
  for contrib in settings.CONTRIBS:
248
346
  contrib_root_path = contrib_to_module_root_path(contrib)
249
- _migrate_per_loader(
347
+ await _async_migrate_per_loader(
250
348
  executor,
251
349
  MigrationsLoader(
252
350
  migrations_dir=contrib_root_path / settings.MIGRATIONS_DIRECTORY_NAME,
@@ -280,7 +378,21 @@ def migrate(app_schemas_path: Path) -> None:
280
378
 
281
379
  _operation.forward(executor)
282
380
 
283
- executor.flush_buffer()
381
+ await executor.flush_buffer()
382
+
383
+
384
+ async def _async_migrate_per_loader(executor: DefaultAsyncMigrationExecutor, loader: MigrationsLoader) -> None:
385
+ for _migration in loader:
386
+ migration_class = FileMigrationExecutorManager.get_migration_class(_migration)
387
+ migration_class_instance = migration_class()
388
+
389
+ for _operation in migration_class_instance.operations:
390
+ if isinstance(_operation, MigrateData):
391
+ await executor.flush_buffer()
392
+
393
+ _operation.forward(executor)
394
+
395
+ await executor.flush_buffer()
284
396
 
285
397
 
286
398
  @contextmanager
@@ -294,11 +406,12 @@ def init_manager_and_migrate(
294
406
  lakehouse_option=lakehouse_option,
295
407
  state_option=state_option,
296
408
  ) as manager:
297
- app_schemas_path = TESTS_DIR / 'src' / 'models'
409
+ src_dir_path = TESTS_DIR / 'src'
410
+ app_schemas_path = src_dir_path / 'models'
298
411
  manager.build(
299
412
  source_models_path=app_schemas_path,
300
413
  source_fixtures_path=app_schemas_path,
301
- source_transactions_path=app_schemas_path,
414
+ source_transactions_path=src_dir_path,
302
415
  source_static_files_path=app_schemas_path,
303
416
  source_migrations_path=app_schemas_path,
304
417
  )
@@ -307,3 +420,30 @@ def init_manager_and_migrate(
307
420
  manager.init_classes()
308
421
 
309
422
  yield manager
423
+
424
+
425
+ @asynccontextmanager
426
+ async def async_init_manager_and_migrate(
427
+ db_execution_type: DbExecutionType,
428
+ lakehouse_option: LakehouseOption,
429
+ state_option: StateOption,
430
+ ) -> AsyncGenerator[AsyncAmsdalManager, Any]:
431
+ async with async_init_manager(
432
+ db_execution_type=db_execution_type,
433
+ lakehouse_option=lakehouse_option,
434
+ state_option=state_option,
435
+ ) as manager:
436
+ src_dir_path = TESTS_DIR / 'src'
437
+ app_schemas_path = src_dir_path / 'models'
438
+ manager.build(
439
+ source_models_path=app_schemas_path,
440
+ source_fixtures_path=app_schemas_path,
441
+ source_transactions_path=src_dir_path,
442
+ source_static_files_path=app_schemas_path,
443
+ source_migrations_path=app_schemas_path,
444
+ )
445
+ manager.authenticate()
446
+ await async_migrate(app_schemas_path)
447
+ manager.init_classes()
448
+
449
+ yield manager
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amsdal
3
- Version: 0.3.5
3
+ Version: 0.3.6
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -2,9 +2,9 @@ amsdal/manager.pyi,sha256=RZbDD13oealwKzsqzRPv35XgGhrenSJprZT06cif5WI,14316
2
2
  amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
4
4
  amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=VcPLiGSghykwD290sS5A3hSNtPcz5hoBRgNaUTKdEnY,73573
5
- amsdal/__about__.py,sha256=kahs1ngEjlJdKnzW4PK9E1oHudEgwjPflsuT_dSgktk,124
5
+ amsdal/__about__.py,sha256=haZI6loAE4IFvj4ZGj0pJYu15WO8028N4xUT8n3F8g0,124
6
6
  amsdal/errors.pyi,sha256=DGJ2uCtElCW2UUlmudLf9Q0zYua52BDHWdMTj8Zkch4,637
7
- amsdal/manager.cpython-312-darwin.so,sha256=8PX0LdvjEmCtJ1LQUcsMkF2fRay2v5sAKOoc-v9Wp0s,502256
7
+ amsdal/manager.cpython-312-darwin.so,sha256=hWzy62kfBwrSQtusoZoKIK6aAU8M_h8KXu6qy_acQfk,502256
8
8
  amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  amsdal/errors.py,sha256=G8vaKMbB5NQZYJ92OIhGYpfmRphCHYPhK1vXxaLrBPQ,658
10
10
  amsdal/__about__.pyi,sha256=Y25n44pyE3vp92MiABKrcK3IWRyQ1JG1rZ4Ufqy2nC0,17
@@ -13,11 +13,11 @@ amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  amsdal/context/manager.py,sha256=CKGY75P2y-TCnZvK5p9NJsDgHo8KXHSE0Eg5AGRjnfk,1850
15
15
  amsdal/mixins/class_versions_mixin.pyi,sha256=oSXjkTsN35d-3YgCckclhk7xRkljKHLYtN8a8gJgj2o,548
16
- amsdal/mixins/__init__.cpython-312-darwin.so,sha256=afI-D_7aLz8RdremCsvNKVeJ37V65r19FvUaykGqek0,120720
17
- amsdal/mixins/class_versions_mixin.cpython-312-darwin.so,sha256=FcRiUh_qphab6jh2IK9HvKShy10csvkGKf0F00bVCOA,180480
16
+ amsdal/mixins/__init__.cpython-312-darwin.so,sha256=lpTP5qtXHBjfmhVQ28CAIwJjMyqXlG2AO5qcf0e00P0,120720
17
+ amsdal/mixins/class_versions_mixin.cpython-312-darwin.so,sha256=CQhCsMM8hu18HEbNCD22UDHHQnpHu74rEdlQLDr71BY,180480
18
18
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
- amsdal/mixins/build_mixin.pyi,sha256=gNub1Eu4CtnW6qbOLvkxP8mE-WhM2k8Ru4R4th5905s,2395
20
- amsdal/mixins/build_mixin.cpython-312-darwin.so,sha256=jWb8myJPVBGkl8ijJJ3yC5Eic0SWH53Yki5SI7UFBvQ,337272
19
+ amsdal/mixins/build_mixin.pyi,sha256=8wqfyBsxpxsECvhtB50qu3-hPxOqcqRsnO7xgFs6sDI,2447
20
+ amsdal/mixins/build_mixin.cpython-312-darwin.so,sha256=p-ElwvgphJIumhR1i30egeJsztpNRK0pTumMA-7puEs,337272
21
21
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
23
23
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -25,10 +25,10 @@ amsdal/utils/contrib_paths.pyi,sha256=Ngb_2wCTCPJ9NSIqKiP254Ww9xrQzAV1-AiqUkVmiu
25
25
  amsdal/utils/tests/enums.py,sha256=DoVtMzvfePjfLiAVctPDehdTTHawDbWrQP3yg46Bx6k,390
26
26
  amsdal/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  amsdal/utils/tests/factories.py,sha256=SAnMjkDHg2dXgnDfxQGTvZX5MLuRmdskq7Cjbf6swVk,1926
28
- amsdal/utils/tests/helpers.py,sha256=AV6TCF328SdfJpQugrCW5p-dDqCaxDABp_bS9hEhMrU,10717
28
+ amsdal/utils/tests/helpers.py,sha256=6JtFcxzVb6F8_kqWB6_05d_ce0DeqRTXAgyEwsUStp0,15761
29
29
  amsdal/utils/rollback/__init__.pyi,sha256=ABDuUBt3_uTE600GP1Z_NAMxySPbLs9tIyTNNeu4lbU,962
30
30
  amsdal/utils/rollback/__init__.py,sha256=58LKVHOttK26TZdhZODnT4Phn67hlexNkPLCFKNUmT0,14951
31
- amsdal/contrib/__init__.cpython-312-darwin.so,sha256=qzE_8DFlbH--7MfGwv0WtWmP-9yTA_2T1G8W9zpsUPU,120736
31
+ amsdal/contrib/__init__.cpython-312-darwin.so,sha256=SEiWCG2dHGNA61rkGwqBwfw_NElG7LIwd9i_tJ_9HTk,120736
32
32
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
33
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
34
34
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
@@ -91,7 +91,7 @@ amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08
91
91
  amsdal/schemas/manager.pyi,sha256=Trl6hVRoerdyTlKNYYk8QuhAsDWKj57gMgKRhMg4Ksk,2804
92
92
  amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
93
93
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
94
- amsdal/schemas/manager.cpython-312-darwin.so,sha256=wacOEv9GlempdyU_7nNDrzOf7IbsAtdqscbuJovcg38,249488
94
+ amsdal/schemas/manager.cpython-312-darwin.so,sha256=rJe3rydYDq-iGHtjmRZ-jg7077PXQk0WEjsbWS_a1bI,249488
95
95
  amsdal/schemas/manager.py,sha256=PzJXc1xKs2_sS1SDfSJ0B_jftFfOqCDZrBywvRI7we4,4639
96
96
  amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
97
97
  amsdal/schemas/types/datetime/model.json,sha256=DROVOPm0uQXy4qUj4mQUnhvfT_67psrQJj8psVRYjrA,120
@@ -109,7 +109,7 @@ amsdal/schemas/core/file/properties/str.py,sha256=r2RAz6uBxEFJjRJGBYk4yWXzmLyZ_z
109
109
  amsdal/schemas/core/file/properties/mimetype.py,sha256=Y2hTq82Da8KeuRsIV4RK3E1F7sbsu12dWqD99kD3Inw,433
110
110
  amsdal/schemas/core/file/properties/to_file.py,sha256=qzlfo4YHBtsf11S2Hy30AjvA7Lyi8ezsGEXqxGBOPVg,720
111
111
  amsdal/schemas/core/file/properties/validate_data.py,sha256=1LsIAdijogQa6uJp6O2wQ7shAJMgWPvYps02HRVzttA,919
112
- amsdal/schemas/core/file/properties/from_file.py,sha256=fdIuz40QctfTtLTkkaGO7ut61AO3geYxSASirE14GRc,926
112
+ amsdal/schemas/core/file/properties/from_file.py,sha256=5I_7ZuJ53BC12RDI3jK_LrF0OKDC-OlJZKvYf4zoWGA,958
113
113
  amsdal/schemas/core/file/hooks/pre_create.py,sha256=9JUaU2U5h-_7jbF2NyTWwyCemkOR-1yHRXP92e9EIQ0,741
114
114
  amsdal/schemas/core/file/hooks/pre_update.py,sha256=TD9MmK_ZRbWD_jfdHmH0BWt4gr-QZvmMGdR3Dq7Ycc4,721
115
115
  amsdal/schemas/core/fixture/model.json,sha256=m2v-zkH-MsUlH8cc459-gtNCGHAozHSkGAgSVj9kQb8,568
@@ -129,129 +129,129 @@ amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,9
129
129
  amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
130
130
  amsdal/configs/main.pyi,sha256=mVr27fnB05XsRoFk_o0LMB4Ug-dNaPJlDHKdrUZPrLw,6881
131
131
  amsdal/configs/main.py,sha256=GWunT_7daFf6t5Jre16zvOyQIRyA7LWjuz8BzTgVztw,9169
132
- amsdal/cloud/__init__.cpython-312-darwin.so,sha256=BD7HL_c-X9zm-EQAm4gZVcDw7_ffIRIipcWLI9FfIq4,120720
132
+ amsdal/cloud/__init__.cpython-312-darwin.so,sha256=dX2f3QfgdyS9NzDlK4dDnYZrK-BsCmJX2XFp2DM9Hck,120720
133
133
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
134
134
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
135
135
  amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
136
- amsdal/cloud/constants.cpython-312-darwin.so,sha256=mRjXVErsfOE8_wFxcSysroJoYf7lpJ1o2h8i1xcmQB4,158688
137
- amsdal/cloud/enums.cpython-312-darwin.so,sha256=K1nDK-ubA_14IDg-ZjH3pnOYL35-LU3uB90azjwP4oY,158128
138
- amsdal/cloud/client.cpython-312-darwin.so,sha256=EvCQzsl95aFgMPovBd09Zi_CG3MyOi8f3eB-dPpUmmI,216144
136
+ amsdal/cloud/constants.cpython-312-darwin.so,sha256=VOC3W9fgWxCe28aGcDFyzTaevJwGeoNcNS4odUvWvU4,158688
137
+ amsdal/cloud/enums.cpython-312-darwin.so,sha256=unIoOiAxjNKQduNZdgZdBcMxbZ2KK27A5Lm1HJzbYlQ,158128
138
+ amsdal/cloud/client.cpython-312-darwin.so,sha256=l7TfK59ots0yn35hxmZGRL1sWj5Jsqi-emKqYeRsqHc,216144
139
139
  amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
140
- amsdal/cloud/models/__init__.cpython-312-darwin.so,sha256=RhDgY5JVJxCI3R3w-zhoQk5ZPB77f_gzHMOFyOvy5YY,120752
140
+ amsdal/cloud/models/__init__.cpython-312-darwin.so,sha256=ZM0wSrXGjP2Grai_uUhXf2O2fkqJir-kgmQd8ZtG24E,120752
141
141
  amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
142
142
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
143
- amsdal/cloud/models/base.cpython-312-darwin.so,sha256=Aqc6rmtvOuqa9okDvctLX52V8F3TI5eQw0xwEzs650s,195328
144
- amsdal/cloud/services/__init__.cpython-312-darwin.so,sha256=16mJ2T5-gaTzA_fNdFVFOpRZlOvf8II_f4OE4zIwLqE,120768
143
+ amsdal/cloud/models/base.cpython-312-darwin.so,sha256=u2A1W5nChqdmRJjGvrVfpUErsbNZsUFi9Z7GO_mNXjs,195328
144
+ amsdal/cloud/services/__init__.cpython-312-darwin.so,sha256=BzYUXDR3sFNgrq_t5W4KokO9RITrukehTX_2HX8QviE,120768
145
145
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
146
- amsdal/cloud/services/auth/__init__.cpython-312-darwin.so,sha256=XxENaVZ1Lm7HdsP8PnVrapRqihjTLV1bgQVRg6AScRM,120784
146
+ amsdal/cloud/services/auth/__init__.cpython-312-darwin.so,sha256=k-Dne3nyvRK661214wkazfFWRNIhjGKfs2CfJgQhuOc,120784
147
147
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
148
148
  amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
149
149
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
150
- amsdal/cloud/services/auth/credentials.cpython-312-darwin.so,sha256=7wBSIsFRPmQje78bDzimmlUPCuYky7XiNqDOJ_IYiMo,253208
150
+ amsdal/cloud/services/auth/credentials.cpython-312-darwin.so,sha256=j2-0jaVfdHIn7igmX6Zrzxd2R2nJLGwFekjmLnPgd64,253208
151
151
  amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
152
- amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so,sha256=WxXxBeYpdIdzAINJ-WjprX2dCm8HA7_oTTuEamFlWGQ,216232
152
+ amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so,sha256=ZabXhu62ax1KRyUvY9wkliyGf6zKqTIWapGiN2Y4UHI,216232
153
153
  amsdal/cloud/services/auth/token.pyi,sha256=-SCK3mrIYpQgQUBc4roijltOZfKzZl0EqI5yCIDNVCI,1108
154
- amsdal/cloud/services/auth/token.cpython-312-darwin.so,sha256=sk-eXoNIuuecQ1bAHeveH4SkFraGf1uDtU65eLUJ2YQ,251264
155
- amsdal/cloud/services/auth/manager.cpython-312-darwin.so,sha256=BP7nFCgJnsA6xIQJU6ULoEodbQZIxm9gaiv-eEoT20w,214144
156
- amsdal/cloud/services/auth/base.cpython-312-darwin.so,sha256=r1UhojsqN2cJLsudjvhxIBhE1-Fdr4vc4b4vaxXIXVM,163120
154
+ amsdal/cloud/services/auth/token.cpython-312-darwin.so,sha256=9M3tAm_TYKqtw8RQXtWxTqGRzn1oyHJWrIPijjEyzrs,251264
155
+ amsdal/cloud/services/auth/manager.cpython-312-darwin.so,sha256=qefrQ9LHCDLvAoiqgnDQ2jHDBa7mJ8HnITb3DxFlIko,214144
156
+ amsdal/cloud/services/auth/base.cpython-312-darwin.so,sha256=Ed_OJwJAwVYGrAZQMetY4ZD6Mz-c2oxZZdgEHv9Tv8c,163120
157
157
  amsdal/cloud/services/auth/credentials.pyi,sha256=94MbGuKwVw7T_JJjpsHBkXpjI0BedVY2KSrOjzSP97E,1483
158
- amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so,sha256=OZWQJrasOESs7u28VUMCKg8rWvc8foR25aD8_Br6p_c,180840
159
- amsdal/cloud/services/actions/__init__.cpython-312-darwin.so,sha256=jpKd32rf4FfwQ7z5RT6owfxUdgG2t4sNg9_5z4Y_Dm8,120800
158
+ amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so,sha256=mDuEk821MzTWqUPUd6hQHdVybbshzfHlMpcVFKMgUuQ,180840
159
+ amsdal/cloud/services/actions/__init__.cpython-312-darwin.so,sha256=f35doQDyFFmCuDBJ1sQcpimDZiAgTP9QIjNcP194XOA,120800
160
160
  amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
161
161
  amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
162
162
  amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
163
163
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
164
164
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
165
165
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
166
- amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so,sha256=2feKkAnC1g7QR6Vsz21LVG92nYlND-EPQcv3KQur1t4,164312
166
+ amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so,sha256=O-DeUz5boXnpMBo4rAMy5prZqrVvUS_lzJp8lE4m77U,164312
167
167
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
168
168
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
169
- amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so,sha256=bUFeV_2RnxruqzGoPnThwMBotNj64IOsgDT-CoQEymw,197512
169
+ amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so,sha256=I80Uia7dmhpFl30YxL2LrFnmxkFXbGr6m-oETIIadec,197512
170
170
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
171
171
  amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
172
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so,sha256=mnd_rvYNYQcGunmsOkVaK5SRy8PWtGbsJTfp6_KKJkQ,180848
173
- amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so,sha256=HvUc2tb-P3fV1O5aRnVR4QhmI_z29NigD_9N3U_53pk,164328
174
- amsdal/cloud/services/actions/create_env.cpython-312-darwin.so,sha256=Rq_IOSddTpv1ROaLge6MTadYEuVSPB1Lg0KXvthe6wE,180840
175
- amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so,sha256=A0JtAERoJEnb-i2QdLSrduM3O4mBKZNI5Xxd0GejIGE,181080
176
- amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so,sha256=0GVpxn-oOOlQX11CJbr-zPbSCuys93AaD1XW2IMZqoY,197376
172
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so,sha256=hdmuIdbg5JZoYt_Yxsws5hPX-0Ch-r3Xo2tYChqmp6o,180848
173
+ amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so,sha256=cPz8mx3AMcf3kC7t_DyIEuVLPOyWztCa_DxusdBWgNo,164328
174
+ amsdal/cloud/services/actions/create_env.cpython-312-darwin.so,sha256=LRnXI--cz8WoijH5GgYLQy1ykavTJUAean8njD28j_w,180840
175
+ amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so,sha256=q9wegAhP4iSyG3VrSFi1wKmsnPyo6mpGEUbKwfwhI1w,181080
176
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so,sha256=a7V27vj7HWuOF_9M9iwCVdKDjL2epbsLHmAvYbIfzQY,197376
177
177
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
178
- amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so,sha256=2lqHR8Bg15HYwAwqZ5VwfUERX4Ex_VE7JkKkz99V4G8,164168
179
- amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so,sha256=oXt7yICCGGvCgmKHKqELRMIKanwErxCBTwHdjAgePvY,197704
180
- amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so,sha256=VWs1EG77HOEi3B9Lun5n8X_L_jUZIXN5TTjW83QicLg,164384
181
- amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so,sha256=oNRC0aDBnNBq9ja8t5WlK0ssiivwiB3TnWDFaqs-9Ds,181096
178
+ amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so,sha256=erwdAQDqbKzyxflPujQrz8Yl3NoJBcU8ZTQIZSv-3eE,164168
179
+ amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so,sha256=5-bZfmaV9P3EizYT_NMKR1x4BxsVX_cz4dOCARC8gDU,197704
180
+ amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so,sha256=8mharvIGWuigpl4H916Ityaxr5_LvSJoVnfoqNUN75E,164384
181
+ amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so,sha256=W8yAMBSYQUWEa6PmrOjvWrfv6A974gt0eO8f4Zspa_Y,181096
182
182
  amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
183
183
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
184
- amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so,sha256=JwDE3crhfLGPvXuBL1eptQr4Xp0atDtQMApSszvclCs,269064
185
- amsdal/cloud/services/actions/create_session.cpython-312-darwin.so,sha256=iOL2WDZyLHMzQrg13moLa6yDIQzeqKulgFf7cGdFJ6M,181000
184
+ amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so,sha256=KyyXdD6EgpPzGLNO6YBEzlWOWrxtCiVOx33z1AVj_UM,269064
185
+ amsdal/cloud/services/actions/create_session.cpython-312-darwin.so,sha256=TtU-7rs8o1muS7YFkhl2AsdlxTTeoWJrvpYLj009cf8,181000
186
186
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
187
187
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
188
188
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
189
- amsdal/cloud/services/actions/manager.cpython-312-darwin.so,sha256=sdbkPR7XkhGT_5z7iOZEBG2eP7_dA_nfEM1MoT9qT5U,354848
189
+ amsdal/cloud/services/actions/manager.cpython-312-darwin.so,sha256=DCfa8fMF9yTlsryrAeEJTxogk3hq1Qv50Q39auIzntI,354848
190
190
  amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
191
191
  amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
192
- amsdal/cloud/services/actions/base.cpython-312-darwin.so,sha256=H5ZIsFTC1kxRBWhVxCgYM_184p3UVKqsdMmOUcdkb7k,307200
193
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so,sha256=6dGI5eOdLZOhxo7w1QVfeX7oqnKj7ae6r3qArpjv--U,197512
192
+ amsdal/cloud/services/actions/base.cpython-312-darwin.so,sha256=7so6k1FG9MWg3bwx0WgXckDq6MfwEv0UNszy5bCtkCM,307200
193
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so,sha256=OefMtVSGYjFI2LqxZlb_nsaDMugyGkRGtiJdNMojuAg,197512
194
194
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
195
195
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
196
- amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so,sha256=dcEHRjn9BFa2cCiSHWYMfpDcFMrYotkTCiFSwqB7EhU,164264
197
- amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so,sha256=CKTD3PCER7RzgJaL2Otv3KqoMR4s_FWd990OV_W_ino,197568
198
- amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so,sha256=Skw0soLgS5_DANtzz74rgd9wNEgO0mVixwV3MOGgy4g,164376
199
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so,sha256=gQ9nT2j6T-YiJGwTqwLbtwZF7MeaqWY3YHhV0ccREQk,180792
200
- amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so,sha256=WJZAGuwN_LVO55Hx0yXc_npWXkUu7Qxi8H-Fj_seLV0,164216
201
- amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so,sha256=OynxCqjUAEmi4lqqstODE_eMeHejImaTC0u4bHAmGZM,164376
202
- amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so,sha256=gAEab9f9TszBJGMMFNpLzVMKpl-RTXg_tlvHLLu-rCU,197688
196
+ amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so,sha256=9YTehbwbvfEURb3Y4bj6IHbGUrDTCMNB-57QxPYK3MA,164264
197
+ amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so,sha256=BX17TVovC_gJhfqguPb6NtV6sdTwmFC7ivcKrFsFLTQ,197568
198
+ amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so,sha256=UuMTA5o2siSarX_oGHOPFGzJrESjo8VsDz9mgYP4eKY,164376
199
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so,sha256=UdZZapZuiCzGL0U5bjt0fKdZtv9QNQfAtr_g0j5rMcc,180792
200
+ amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so,sha256=6GA9dersi-dfJahuLOWdobkx5DRDIscfU2fXMTgaLZU,164216
201
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so,sha256=ZHdMqCGlTm1aFdTgUDybicC7lB4qvSuwEZKMhtoh9bA,164376
202
+ amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so,sha256=Fs7LJCapkZ9nGzmpY6p6kVRXZEI2oW6MB0TnNFwrzK0,197688
203
203
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
204
204
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
205
205
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
206
206
  amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
207
207
  amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
208
- amsdal/fixtures/__init__.cpython-312-darwin.so,sha256=jMRoB7GVSGr9cUH0dCHDxuKuK4TFQqi3IswnpAw5sfk,120736
209
- amsdal/fixtures/manager.pyi,sha256=s8pLiN-kzBTZVVxU-YBExoeWU1YQAt4PEdP3CuzOMUk,9342
208
+ amsdal/fixtures/__init__.cpython-312-darwin.so,sha256=iNB-wK-xXKr6jPHSie9KYWtFssZiyIuvF1uyawJxlIY,120736
209
+ amsdal/fixtures/manager.pyi,sha256=A4DsV1F1IAEDTBjNHv0Xu_fB0Z17bmzyFL2A6vUiBLM,9542
210
210
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
211
- amsdal/fixtures/manager.cpython-312-darwin.so,sha256=YHERFwUI5y_rCmF6CocAjNj_L2PKLZ75LGpn8vMgSec,654336
212
- amsdal/migration/__init__.cpython-312-darwin.so,sha256=M7lJxuc4HlI_GKFTLmrFJ5K6VK1zvhRfIkM5WSFSMZc,120752
211
+ amsdal/fixtures/manager.cpython-312-darwin.so,sha256=CxNqqlVmxXrZOJL-lxoIZhBZdI_AGfQR_dYBKIjiBkU,654336
212
+ amsdal/migration/__init__.cpython-312-darwin.so,sha256=Y0amU0MzunnnlN94Kl2xA_2UqUVp2wKyTXNB9ICn-ag,120752
213
213
  amsdal/migration/file_migration_store.pyi,sha256=CcASlu0UowxDKbur8UYsuFCl5AdPFWCY47jnMAsxo6w,4090
214
- amsdal/migration/migrations.cpython-312-darwin.so,sha256=jypzRDoORjbRnjFL4X3UxQ8ZJel4UUhre5zmkRP8peM,267976
215
- amsdal/migration/migrations_loader.cpython-312-darwin.so,sha256=VBU8AeMsNM9Rh1WqgK_Bi3ITLqR39kSDKEC7ZKiqEqI,217288
216
- amsdal/migration/data_classes.cpython-312-darwin.so,sha256=OlzVKbMUIEdvCRocKZT6WfbYeLlAoWoziFp7ex5iEG8,216904
217
- amsdal/migration/file_migration_store.cpython-312-darwin.so,sha256=wMF8Mzq0e41d50QjYIGD5t3H6irJKMqxPz5LawL1CCA,638608
218
- amsdal/migration/file_migration_executor.pyi,sha256=jsWGSYx-Fmcf7q8NoFZ7Vte_JjutvKyO763igmhB04I,7158
219
- amsdal/migration/file_migration_executor.cpython-312-darwin.so,sha256=K-KFKhTPbrcZx_vgMfM2J2TsVtImQmHQXYHtnExb44I,550672
220
- amsdal/migration/schemas_loaders.cpython-312-darwin.so,sha256=BcYc0upiPGrXrA_Y_M2GB4IpEXwBkskLvuALGElQZ2Y,273256
221
- amsdal/migration/migrations_loader.pyi,sha256=i1TsBHT52piM-gAGJGjYplbZHJJtZvJ83b_-gYSN2xU,1129
214
+ amsdal/migration/migrations.cpython-312-darwin.so,sha256=5EXUxPifyqTefN5Aj70CGoUHvP-VWnqagWkcbH5Ni4k,267976
215
+ amsdal/migration/migrations_loader.cpython-312-darwin.so,sha256=kbPlp7cfo7-EN7UxLwI-XVSo-rnCd1xJsEpopupBaZA,217288
216
+ amsdal/migration/data_classes.cpython-312-darwin.so,sha256=5m2geH555EAW4ciZQP6lh00tbxZeqBmwltv4frandaM,216904
217
+ amsdal/migration/file_migration_store.cpython-312-darwin.so,sha256=ixZ5hS_gKBX8j6voU0TN8HsudQxud77bDuYIqueDJfo,638608
218
+ amsdal/migration/file_migration_executor.pyi,sha256=UvCfy5Ub2nLoiZeebbCpobHy--yO3DkRrFmY5c9_yyU,7176
219
+ amsdal/migration/file_migration_executor.cpython-312-darwin.so,sha256=z8LSnl5DHU7n8CzC2mMR3BiDjHRC3KMPs6puf7y93Sg,550672
220
+ amsdal/migration/schemas_loaders.cpython-312-darwin.so,sha256=DOF8xkva7ggo78Lqgc8JpNgps6o6lUD3piTIoVY1B0E,273256
221
+ amsdal/migration/migrations_loader.pyi,sha256=I5dqSD07Fk5slF_kvh0IlHwTGxYW1h9lDeueHvCd-DM,1138
222
222
  amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
223
223
  amsdal/migration/file_migration_writer.pyi,sha256=yIWvdLciu6Dnr0ZwplvZdMKxN4rl8BazotFrOxfCLh0,2275
224
- amsdal/migration/file_migration_generator.cpython-312-darwin.so,sha256=Al-sBBL5gqEOGQFttoQMRBIiswiCY61QfQZyThM7G9w,592320
225
- amsdal/migration/utils.cpython-312-darwin.so,sha256=4bMEGb9alKvYBw9fiJt3ezMgD7NUrVNovtlYoBvCUtk,286896
226
- amsdal/migration/file_migration_writer.cpython-312-darwin.so,sha256=nTmgIt8FiXk8oZX2K9vovzhWsJ34jTt7Dknccsygsx4,252416
227
- amsdal/migration/base_migration_schemas.pyi,sha256=l2bGckKVR7wkilFv9LueCr3nUq6g9IPOj-dDPUTrw34,5200
228
- amsdal/migration/data_classes.pyi,sha256=RhSQakTOSu8dBFyAoV7T5AJ1_7YIjUi3dt2RFLxX_Qs,5688
224
+ amsdal/migration/file_migration_generator.cpython-312-darwin.so,sha256=WQouGPMenjURbrOGOWTGiGqSEHbR25PIfESoAausxRc,592320
225
+ amsdal/migration/utils.cpython-312-darwin.so,sha256=Cj3W3mPItwJHt3W3TGpX6emkzxBYiGPUH-Y7UEeLwkA,286896
226
+ amsdal/migration/file_migration_writer.cpython-312-darwin.so,sha256=zkCMgpKp3ARsB_QPilg3FYA-LvF14pCi2bg0_cS6cW4,252416
227
+ amsdal/migration/base_migration_schemas.pyi,sha256=6UEc3TZJbbico0orL8mcpGJ8TbvmlbhC0ErBf7cYWBA,5235
228
+ amsdal/migration/data_classes.pyi,sha256=4nRFiObV3Ye8KU_0JljUpmEmbwMw6wdpiOF_bTuB02k,5164
229
229
  amsdal/migration/utils.pyi,sha256=AM1jSDzwuT_Tt1DdT3ZlDtud-prPc6ytlanw2vPkqvI,2435
230
- amsdal/migration/base_migration_schemas.cpython-312-darwin.so,sha256=24XCDPWAAXd4Cn1kXFRxgEdlGhwTz_8QIv-xNLNOgjw,462576
230
+ amsdal/migration/base_migration_schemas.cpython-312-darwin.so,sha256=j4jfS1L7ah3unj4pdI3ZmQFKFWXeNTdMpPODSUoQVHo,462576
231
231
  amsdal/migration/schemas_loaders.pyi,sha256=al7V-fO1z88go1eitWLWolxNSJNjTsZRLg0gYYvi2A8,1607
232
- amsdal/migration/file_migration_generator.pyi,sha256=oVUhpO-zqPETy_7JMiQl-bEqjBMIP174mEYy5hQ3Uh8,9545
232
+ amsdal/migration/file_migration_generator.pyi,sha256=ERDXphNn0Vx8Hujw7FGYxPvOEtLxblJT1CIHtpLRfTA,9644
233
233
  amsdal/migration/migrations.pyi,sha256=lvQ29dMRu3EfaiyiSn9U1GhFlBE6l94Yh5AeJcWpcHw,6079
234
- amsdal/migration/executors/__init__.cpython-312-darwin.so,sha256=c8V7sWUZNkAScY8lTMBA5FmdGczznNrRjE7uNAhVTJI,120784
235
- amsdal/migration/executors/base.pyi,sha256=sC7oy0tGvOw-YljfmE5L1PhzdwXsCdGMUpnx3Wf4wdA,5241
234
+ amsdal/migration/executors/__init__.cpython-312-darwin.so,sha256=AM1-6KuTNgS4Orqmayi4PJN0SuttAbxpAJcFbOlpqxs,120784
235
+ amsdal/migration/executors/base.pyi,sha256=5dQmPDr0uE7c0c-v0lzyexoocSphoXJluI9Q77PFBuY,5274
236
236
  amsdal/migration/executors/state_executor.pyi,sha256=1Hx4WjGYRO3ekkt9xzQdOe5xbTWqf4E7jyKq0ri9q8o,6517
237
237
  amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
238
- amsdal/migration/executors/state_executor.cpython-312-darwin.so,sha256=lBb05Azct06KS00ZVAGs01FaQeJImXAgz3ODeJXjh2M,342792
238
+ amsdal/migration/executors/state_executor.cpython-312-darwin.so,sha256=_fmdd-qRBVIWfJI-RXm5L4ffcWKLdCRmXs_q3Co1s-c,342792
239
239
  amsdal/migration/executors/default_executor.pyi,sha256=jkT5ZtmOR-Sq4HPdONM2WzV-MYsZuI6mO0XH5nqeiqo,9467
240
- amsdal/migration/executors/default_executor.cpython-312-darwin.so,sha256=1Gf0b4LZ4NgD2mfO1i7WqFjdtPHV90NvFcZLuPBhbt0,859768
241
- amsdal/migration/executors/base.cpython-312-darwin.so,sha256=FT7tASemAzzhZRctAX6fDb0yk00IZQBmODI_FXMWapE,377632
240
+ amsdal/migration/executors/default_executor.cpython-312-darwin.so,sha256=0oyuURHaoElDEXQuOu1Zu5JeSwdEsdDw-tKQ-lsOXgg,859768
241
+ amsdal/migration/executors/base.cpython-312-darwin.so,sha256=K2wH9XiAmJNskFBvkwMMhwYKswfr2dpOBOViWD35l0Y,377632
242
242
  amsdal/migration/templates/model_class_layout.tmpl,sha256=ttbq0xgimvHn-ffM4ZSj2_DMH5srCmUtkwGd38pyDXY,766
243
243
  amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
244
244
  amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
245
245
  amsdal/migration/templates/data_migration.tmpl,sha256=MzDSiNqH006F1cs-dskpboInBja5LZ8ErtoEmRzDsIQ,436
246
246
  amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9l7jYPmQoSOtU,193
247
247
  amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
248
- amsdal/services/__init__.cpython-312-darwin.so,sha256=YyfHDApYlrxn-MB0nI8O1lw-WCPYdHSenLWvCduXRuI,120736
249
- amsdal/services/transaction_execution.pyi,sha256=Td4v3JGDA7GcVKhiYYeZoO2VNELS4iH_ihDXJbTkEk4,4301
250
- amsdal/services/transaction_execution.cpython-312-darwin.so,sha256=HBosfyWypWGK6nLS2aDk3EUnqEZalFWydVMzloYr5HU,434320
248
+ amsdal/services/__init__.cpython-312-darwin.so,sha256=owgEig4_YIOsG6FkBJlvi0cY0qupNWUGvCd5Qu0I2xE,120736
249
+ amsdal/services/transaction_execution.pyi,sha256=OanrSxNmRAH4domDWqnmH_Y4fyz9puBZxFHcpvB4sMY,4320
250
+ amsdal/services/transaction_execution.cpython-312-darwin.so,sha256=RTWBDktgwJiM7TSOz8SuzTwRGSqo3ixZaTwMezlA50s,434320
251
251
  amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
252
- amsdal-0.3.5.dist-info/RECORD,,
253
- amsdal-0.3.5.dist-info/WHEEL,sha256=w9Wib2Cggr6a0jsmQwU18YkLmVsyOqV25G3M7UiDLV0,115
254
- amsdal-0.3.5.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
255
- amsdal-0.3.5.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
256
- amsdal-0.3.5.dist-info/METADATA,sha256=ovtPae1ikpZy-ipIrxbSKIOBTMaZ39CJh0UMEvXashE,57383
257
- amsdal-0.3.5.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
252
+ amsdal-0.3.6.dist-info/RECORD,,
253
+ amsdal-0.3.6.dist-info/WHEEL,sha256=iDXcyuxg-66TzzqHGH-kgw_HJdaJE_1RHznrvPNCSNs,115
254
+ amsdal-0.3.6.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
255
+ amsdal-0.3.6.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
256
+ amsdal-0.3.6.dist-info/METADATA,sha256=bIVLsJfAMf1ysO0gMt0v5K-tUvba0RNvSSBFCCNKO14,57383
257
+ amsdal-0.3.6.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-macosx_10_13_universal2
5
5