amsdal 0.3.2__cp312-cp312-macosx_10_13_universal2.whl → 0.3.4__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 (79) 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/contrib/auth/decorators/__init__.py +22 -7
  42. amsdal/contrib/auth/models/user/hooks/post_init.py +19 -0
  43. amsdal/fixtures/__init__.cpython-312-darwin.so +0 -0
  44. amsdal/fixtures/manager.cpython-312-darwin.so +0 -0
  45. amsdal/manager.cpython-312-darwin.so +0 -0
  46. amsdal/migration/__init__.cpython-312-darwin.so +0 -0
  47. amsdal/migration/base_migration_schemas.cpython-312-darwin.so +0 -0
  48. amsdal/migration/data_classes.cpython-312-darwin.so +0 -0
  49. amsdal/migration/executors/__init__.cpython-312-darwin.so +0 -0
  50. amsdal/migration/executors/base.cpython-312-darwin.so +0 -0
  51. amsdal/migration/executors/default_executor.cpython-312-darwin.so +0 -0
  52. amsdal/migration/executors/state_executor.cpython-312-darwin.so +0 -0
  53. amsdal/migration/executors/state_executor.pyi +74 -1
  54. amsdal/migration/file_migration_executor.cpython-312-darwin.so +0 -0
  55. amsdal/migration/file_migration_executor.pyi +57 -3
  56. amsdal/migration/file_migration_generator.cpython-312-darwin.so +0 -0
  57. amsdal/migration/file_migration_generator.pyi +93 -3
  58. amsdal/migration/file_migration_store.cpython-312-darwin.so +0 -0
  59. amsdal/migration/file_migration_store.pyi +53 -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/schemas_loaders.cpython-312-darwin.so +0 -0
  64. amsdal/migration/utils.cpython-312-darwin.so +0 -0
  65. amsdal/mixins/__init__.cpython-312-darwin.so +0 -0
  66. amsdal/mixins/build_mixin.cpython-312-darwin.so +0 -0
  67. amsdal/mixins/class_versions_mixin.cpython-312-darwin.so +0 -0
  68. amsdal/schemas/core/file/hooks/pre_create.py +13 -0
  69. amsdal/schemas/core/file/hooks/pre_update.py +13 -0
  70. amsdal/schemas/manager.cpython-312-darwin.so +0 -0
  71. amsdal/services/__init__.cpython-312-darwin.so +0 -0
  72. amsdal/services/transaction_execution.cpython-312-darwin.so +0 -0
  73. amsdal/services/transaction_execution.pyi +16 -0
  74. {amsdal-0.3.2.dist-info → amsdal-0.3.4.dist-info}/METADATA +1 -1
  75. {amsdal-0.3.2.dist-info → amsdal-0.3.4.dist-info}/RECORD +79 -79
  76. {amsdal-0.3.2.dist-info → amsdal-0.3.4.dist-info}/LICENSE.txt +0 -0
  77. {amsdal-0.3.2.dist-info → amsdal-0.3.4.dist-info}/WHEEL +0 -0
  78. {amsdal-0.3.2.dist-info → amsdal-0.3.4.dist-info}/licenses/LICENSE.txt +0 -0
  79. {amsdal-0.3.2.dist-info → amsdal-0.3.4.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.2'
4
+ __version__ = '0.3.4'
Binary file
Binary file
Binary file
@@ -1,3 +1,4 @@
1
+ import asyncio
1
2
  from collections.abc import Callable
2
3
  from functools import wraps
3
4
  from typing import Any
@@ -7,14 +8,28 @@ from amsdal.contrib.auth.errors import AuthenticationError
7
8
 
8
9
 
9
10
  def require_auth(func: Callable[..., Any]) -> Callable[..., Any]:
10
- @wraps(func)
11
- def wrapper(*args: Any, **kwargs: Any) -> Callable[..., Any]:
12
- request = AmsdalContextManager().get_context().get('request', None)
11
+ if asyncio.iscoroutinefunction(func):
13
12
 
14
- if not request or not request.user:
15
- msg = 'Authentication required'
16
- raise AuthenticationError(msg)
13
+ @wraps(func)
14
+ async def wrapper(*args: Any, **kwargs: Any) -> Callable[..., Any]:
15
+ request = AmsdalContextManager().get_context().get('request', None)
17
16
 
18
- return func(*args, **kwargs)
17
+ if not request or not request.user:
18
+ msg = 'Authentication required'
19
+ raise AuthenticationError(msg)
20
+
21
+ return await func(*args, **kwargs)
22
+
23
+ else:
24
+
25
+ @wraps(func)
26
+ def wrapper(*args: Any, **kwargs: Any) -> Callable[..., Any]:
27
+ request = AmsdalContextManager().get_context().get('request', None)
28
+
29
+ if not request or not request.user:
30
+ msg = 'Authentication required'
31
+ raise AuthenticationError(msg)
32
+
33
+ return func(*args, **kwargs)
19
34
 
20
35
  return wrapper
@@ -55,3 +55,22 @@ def pre_update(self) -> None: # type: ignore[no-untyped-def]
55
55
  except ValueError:
56
56
  hashed_password = bcrypt.hashpw(password, bcrypt.gensalt())
57
57
  self.password = hashed_password
58
+
59
+
60
+ async def apre_update(self) -> None: # type: ignore[no-untyped-def]
61
+ import bcrypt
62
+
63
+ original_object = await self.arefetch_from_db()
64
+
65
+ password = self.password
66
+
67
+ if original_object.password and password is not None:
68
+ if isinstance(password, str):
69
+ password = password.encode('utf-8')
70
+
71
+ try:
72
+ if not bcrypt.checkpw(password, original_object.password):
73
+ self.password = password
74
+ except ValueError:
75
+ hashed_password = bcrypt.hashpw(password, bcrypt.gensalt())
76
+ self.password = hashed_password
Binary file
@@ -1,6 +1,6 @@
1
1
  from _typeshed import Incomplete
2
2
  from amsdal.migration.base_migration_schemas import BaseMigrationSchemas as BaseMigrationSchemas
3
- from amsdal.migration.executors.base import BaseMigrationExecutor as BaseMigrationExecutor
3
+ from amsdal.migration.executors.base import AsyncBaseMigrationExecutor as AsyncBaseMigrationExecutor, BaseMigrationExecutor as BaseMigrationExecutor
4
4
  from amsdal_utils.models.data_models.schema import ObjectSchema as ObjectSchema
5
5
  from amsdal_utils.models.enums import SchemaTypes
6
6
 
@@ -76,3 +76,76 @@ class StateMigrationExecutor(BaseMigrationExecutor):
76
76
  Returns:
77
77
  None
78
78
  """
79
+
80
+ class AsyncStateMigrationExecutor(AsyncBaseMigrationExecutor):
81
+ """
82
+ Executes state migrations for database schemas.
83
+
84
+ This class handles the creation, updating, and deletion of classes in the database schema,
85
+ as well as flushing buffered migration operations.
86
+
87
+ Attributes:
88
+ schemas (BaseMigrationSchemas): The migration schemas used for the operations.
89
+ do_fetch_latest_version (bool): Flag indicating whether to fetch the latest version of the schema.
90
+ """
91
+ schemas: Incomplete
92
+ do_fetch_latest_version: Incomplete
93
+ def __init__(self, schemas: BaseMigrationSchemas, *, do_fetch_latest_version: bool = True) -> None: ...
94
+ def create_class(self, schemas: BaseMigrationSchemas, class_name: str, object_schema: ObjectSchema, schema_type: SchemaTypes) -> None:
95
+ """
96
+ Creates a class in the database schema.
97
+
98
+ This method registers a new class in the database schema or buffers the class migration
99
+ operation based on the schema type and class name.
100
+
101
+ Args:
102
+ schemas (BaseMigrationSchemas): The migration schemas used for the operations.
103
+ class_name (str): The name of the class to be created.
104
+ object_schema (ObjectSchema): The current object schema.
105
+ schema_type (SchemaTypes): The type of the schema.
106
+
107
+ Returns:
108
+ None
109
+ """
110
+ def update_class(self, schemas: BaseMigrationSchemas, class_name: str, object_schema: ObjectSchema, schema_type: SchemaTypes) -> None:
111
+ """
112
+ Buffers the class update operation.
113
+
114
+ This method adds the class update operation to the migration buffer, which will be processed
115
+ when the buffer is flushed.
116
+
117
+ Args:
118
+ schemas (BaseMigrationSchemas): The migration schemas used for the operations.
119
+ class_name (str): The name of the class to be updated.
120
+ object_schema (ObjectSchema): The current object schema.
121
+ schema_type (SchemaTypes): The type of the schema.
122
+
123
+ Returns:
124
+ None
125
+ """
126
+ def delete_class(self, schemas: BaseMigrationSchemas, class_name: str, schema_type: SchemaTypes) -> None:
127
+ """
128
+ Deletes a class from the database schema.
129
+
130
+ This method unregisters a class from the database schema based on the provided class name
131
+ and schema type.
132
+
133
+ Args:
134
+ schemas (BaseMigrationSchemas): The migration schemas used for the operations.
135
+ class_name (str): The name of the class to be deleted.
136
+ schema_type (SchemaTypes): The type of the schema.
137
+
138
+ Returns:
139
+ None
140
+ """
141
+ async def flush_buffer(self) -> None:
142
+ """
143
+ Flushes the migration buffer and processes the buffered classes.
144
+
145
+ This method registers all classes in the migration buffer to the database schema and compiles
146
+ the buffered classes. If the `do_fetch_latest_version` flag is set, it also fetches and registers
147
+ the latest version of each class.
148
+
149
+ Returns:
150
+ None
151
+ """
@@ -2,9 +2,9 @@ from _typeshed import Incomplete
2
2
  from amsdal.configs.constants import CORE_MIGRATIONS_PATH as CORE_MIGRATIONS_PATH
3
3
  from amsdal.configs.main import settings as settings
4
4
  from amsdal.migration.data_classes import MigrationDirection as MigrationDirection, MigrationFile as MigrationFile, MigrationResult as MigrationResult, ModuleTypes as ModuleTypes
5
- from amsdal.migration.executors.base import BaseMigrationExecutor as BaseMigrationExecutor
6
- from amsdal.migration.executors.state_executor import StateMigrationExecutor as StateMigrationExecutor
7
- from amsdal.migration.file_migration_store import BaseMigrationStore as BaseMigrationStore, FileMigrationStore as FileMigrationStore
5
+ from amsdal.migration.executors.base import AsyncBaseMigrationExecutor as AsyncBaseMigrationExecutor, BaseMigrationExecutor as BaseMigrationExecutor
6
+ from amsdal.migration.executors.state_executor import AsyncStateMigrationExecutor as AsyncStateMigrationExecutor, StateMigrationExecutor as StateMigrationExecutor
7
+ from amsdal.migration.file_migration_store import AsyncBaseMigrationStore as AsyncBaseMigrationStore, AsyncFileMigrationStore as AsyncFileMigrationStore, BaseMigrationStore as BaseMigrationStore, FileMigrationStore as FileMigrationStore
8
8
  from amsdal.migration.migrations import MigrateData as MigrateData, Migration as Migration
9
9
  from amsdal.migration.migrations_loader import MigrationsLoader as MigrationsLoader
10
10
  from amsdal.migration.utils import contrib_to_module_root_path as contrib_to_module_root_path
@@ -66,3 +66,57 @@ class FileMigrationExecutorManager:
66
66
  def _is_migration_applied(self, migration: MigrationFile, module_type: ModuleTypes) -> bool: ...
67
67
  @staticmethod
68
68
  def _map_module_type_to_schema_type(module_type: ModuleTypes) -> SchemaTypes: ...
69
+
70
+ class AsyncFileMigrationExecutorManager:
71
+ """
72
+ Manager class for executing file migrations.
73
+
74
+ Attributes:
75
+ migration_address (Address): The address associated with the migration.
76
+ core_loader (MigrationsLoader): Loader for core migrations.
77
+ contrib_loaders (list[MigrationsLoader]): List of loaders for contributed migrations.
78
+ app_loader (MigrationsLoader): Loader for application migrations.
79
+ executor (BaseMigrationExecutor): The executor responsible for running migrations.
80
+ store (BaseMigrationStore): The store for managing migration files.
81
+ """
82
+ migration_address: Address
83
+ core_loader: Incomplete
84
+ contrib_loaders: Incomplete
85
+ app_loader: Incomplete
86
+ executor: Incomplete
87
+ _applied_migration_files: Incomplete
88
+ store: Incomplete
89
+ def __init__(self, app_migrations_loader: MigrationsLoader, executor: AsyncBaseMigrationExecutor, store: AsyncBaseMigrationStore | None = None) -> None: ...
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]:
91
+ """
92
+ Executes the migrations.
93
+
94
+ Args:
95
+ migration_number (int | None): The migration number to execute up to. Defaults to None.
96
+ module_type (ModuleTypes | None): The type of module to migrate. Defaults to None.
97
+ fake (bool): If True, simulates the migration without applying changes. Defaults to False.
98
+ skip_data_migrations (bool): If True, skips data migrations. Defaults to False.
99
+
100
+ Returns:
101
+ list[MigrationResult]: List of results from the migration execution.
102
+ """
103
+ @staticmethod
104
+ def _get_contrib_loaders() -> list[MigrationsLoader]: ...
105
+ async def _apply(self, migration_number: int | None = None, module_type: ModuleTypes | None = None, *, fake: bool = False, skip_data_migrations: bool = False) -> list[MigrationResult]: ...
106
+ async def _apply_migrations(self, loader: MigrationsLoader, module_type: ModuleTypes, migration_number: int | None = None, *, fake: bool = False, skip_data_migrations: bool = False) -> list[MigrationResult]: ...
107
+ async def _register_schemas(self, executor: BaseMigrationExecutor) -> None: ...
108
+ async def _init_state_from_applied_migrations(self, migrations: list[MigrationFile], module_type: ModuleTypes) -> None: ...
109
+ @staticmethod
110
+ def get_migration_class(migration: MigrationFile) -> type['Migration']:
111
+ """
112
+ Retrieves the migration class from the migration file.
113
+
114
+ Args:
115
+ migration (MigrationFile): The migration file.
116
+
117
+ Returns:
118
+ type[Migration]: The migration class.
119
+ """
120
+ def _is_migration_applied(self, migration: MigrationFile, module_type: ModuleTypes) -> bool: ...
121
+ @staticmethod
122
+ def _map_module_type_to_schema_type(module_type: ModuleTypes) -> SchemaTypes: ...
@@ -2,9 +2,9 @@ from _typeshed import Incomplete
2
2
  from amsdal.configs.main import settings as settings
3
3
  from amsdal.migration.base_migration_schemas import BaseMigrationSchemas as BaseMigrationSchemas
4
4
  from amsdal.migration.data_classes import MigrateOperation as MigrateOperation, MigrationFile as MigrationFile, ModuleTypes as ModuleTypes, OperationTypes as OperationTypes
5
- from amsdal.migration.executors.state_executor import StateMigrationExecutor as StateMigrationExecutor
6
- from amsdal.migration.file_migration_executor import FileMigrationExecutorManager as FileMigrationExecutorManager
7
- from amsdal.migration.file_migration_store import BaseMigrationStore as BaseMigrationStore
5
+ from amsdal.migration.executors.state_executor import AsyncStateMigrationExecutor as AsyncStateMigrationExecutor, StateMigrationExecutor as StateMigrationExecutor
6
+ from amsdal.migration.file_migration_executor import AsyncFileMigrationExecutorManager as AsyncFileMigrationExecutorManager, FileMigrationExecutorManager as FileMigrationExecutorManager
7
+ from amsdal.migration.file_migration_store import AsyncBaseMigrationStore as AsyncBaseMigrationStore, BaseMigrationStore as BaseMigrationStore
8
8
  from amsdal.migration.file_migration_writer import FileMigrationWriter as FileMigrationWriter
9
9
  from amsdal.migration.migrations_loader import MigrationsLoader as MigrationsLoader
10
10
  from amsdal.migration.schemas_loaders import BaseClassSchemaLoader as BaseClassSchemaLoader
@@ -19,6 +19,11 @@ class StateMigrationStore(BaseMigrationStore):
19
19
  def delete_migration(self, migration: MigrationFile) -> None: ...
20
20
  def fetch_migrations(self) -> list[MigrationFile]: ...
21
21
 
22
+ class AsyncStateMigrationStore(AsyncBaseMigrationStore):
23
+ async def save_migration(self, migration: MigrationFile) -> None: ...
24
+ async def delete_migration(self, migration: MigrationFile) -> None: ...
25
+ async def fetch_migrations(self) -> list[MigrationFile]: ...
26
+
22
27
  class StateMigrationSchemas(BaseMigrationSchemas):
23
28
  """
24
29
  Manages the state of migration schemas.
@@ -137,3 +142,88 @@ class FileMigrationGenerator:
137
142
  """
138
143
  @staticmethod
139
144
  def _get_migration_file_name(number: int, name: str) -> str: ...
145
+
146
+ class AsyncFileMigrationGenerator:
147
+ """
148
+ Generates migration files based on schema changes.
149
+ """
150
+ _operations: ClassVar[dict[OperationTypes, Callable[..., MigrateOperation]]]
151
+ _app_migrations_path: Incomplete
152
+ _app_migrations_loader: Incomplete
153
+ _schema_loader: Incomplete
154
+ _state: Incomplete
155
+ def __init__(self, schema_loader: BaseClassSchemaLoader, app_migrations_path: Path | None = None) -> None: ...
156
+ async def make_migrations(self, name: str | None = None, *, is_data: bool = False, schema_type: SchemaTypes = ...) -> MigrationFile:
157
+ """
158
+ Creates migration files based on schema changes.
159
+
160
+ Args:
161
+ name (str | None): The name of the migration. Defaults to None.
162
+ is_data (bool): If True, creates a data migration. Defaults to False.
163
+ schema_type (SchemaTypes): The type of schema. Defaults to SchemaTypes.USER.
164
+
165
+ Returns:
166
+ MigrationFile: The created migration file.
167
+
168
+ Raises:
169
+ UserWarning: If no changes are detected.
170
+ """
171
+ async def generate_operations(self, schema_type: SchemaTypes) -> list[MigrateOperation]:
172
+ """
173
+ Generates migration operations based on schema changes.
174
+
175
+ Args:
176
+ schema_type (SchemaTypes): The type of schema.
177
+
178
+ Returns:
179
+ list[MigrateOperation]: List of migration operations.
180
+ """
181
+ def _make_data_migrations(self, name: str | None = None) -> MigrationFile: ...
182
+ async def _init_state(self) -> None: ...
183
+ @classmethod
184
+ def build_operations(cls, schema_type: SchemaTypes, class_schema: ObjectSchema, old_class_schema: ObjectSchema | None) -> list[MigrateOperation]:
185
+ """
186
+ Builds migration operations based on schema changes.
187
+
188
+ Args:
189
+ schema_type (SchemaTypes): The type of schema.
190
+ class_schema (ObjectSchema): The new class schema.
191
+ old_class_schema (ObjectSchema | None): The old class schema. Defaults to None.
192
+
193
+ Returns:
194
+ list[MigrateOperation]: List of migration operations.
195
+ """
196
+ def write_migration_file(self, operations: list[MigrateOperation], name: str | None = None) -> MigrationFile:
197
+ """
198
+ Writes migration operations to a file.
199
+
200
+ Args:
201
+ operations (list[MigrateOperation]): List of migration operations.
202
+ name (str | None): The name of the migration. Defaults to None.
203
+
204
+ Returns:
205
+ MigrationFile: The created migration file.
206
+ """
207
+ def write_data_migration_file(self, name: str | None = None) -> MigrationFile:
208
+ """
209
+ Writes data migration operations to a file.
210
+
211
+ Args:
212
+ name (str | None): The name of the migration. Defaults to None.
213
+
214
+ Returns:
215
+ MigrationFile: The created data migration file.
216
+ """
217
+ @staticmethod
218
+ def generate_name_from_operations(operations: list[MigrateOperation]) -> str:
219
+ """
220
+ Generates a name for the migration file based on operations.
221
+
222
+ Args:
223
+ operations (list[MigrateOperation]): List of migration operations.
224
+
225
+ Returns:
226
+ str: The generated name.
227
+ """
228
+ @staticmethod
229
+ def _get_migration_file_name(number: int, name: str) -> str: ...
@@ -15,6 +15,14 @@ class BaseMigrationStore(ABC, metaclass=abc.ABCMeta):
15
15
  @abstractmethod
16
16
  def delete_migration(self, migration: MigrationFile) -> None: ...
17
17
 
18
+ class AsyncBaseMigrationStore(ABC, metaclass=abc.ABCMeta):
19
+ @abstractmethod
20
+ async def fetch_migrations(self) -> list[MigrationFile]: ...
21
+ @abstractmethod
22
+ async def save_migration(self, migration: MigrationFile) -> None: ...
23
+ @abstractmethod
24
+ async def delete_migration(self, migration: MigrationFile) -> None: ...
25
+
18
26
  class FileMigrationStore(BaseMigrationStore):
19
27
  """
20
28
  Manages the storage and retrieval of migration files.
@@ -59,3 +67,48 @@ class FileMigrationStore(BaseMigrationStore):
59
67
  @classmethod
60
68
  def _build_migration_metadata(cls, migration: MigrationFile, object_id: str | None = None) -> tuple[Address, dict[str, Any]]: ...
61
69
  def _init_migration_table(self) -> None: ...
70
+
71
+ class AsyncFileMigrationStore(AsyncBaseMigrationStore):
72
+ """
73
+ Manages the storage and retrieval of migration files.
74
+
75
+ Attributes:
76
+ migration_address (Address): The address associated with the migration.
77
+ """
78
+ MIGRATION_TABLE: ClassVar[str]
79
+ migration_address: Address
80
+ _operation_manager: Incomplete
81
+ def __init__(self) -> None: ...
82
+ async def fetch_migrations(self) -> list[MigrationFile]:
83
+ """
84
+ Fetches the list of applied migrations.
85
+
86
+ Returns:
87
+ list[MigrationFile]: List of applied migration files.
88
+ """
89
+ async def save_migration(self, migration: MigrationFile) -> None:
90
+ """
91
+ Saves a migration file.
92
+
93
+ Args:
94
+ migration (MigrationFile): The migration file to save.
95
+
96
+ Returns:
97
+ None
98
+ """
99
+ async def delete_migration(self, migration: MigrationFile) -> None:
100
+ """
101
+ Deletes a migration file.
102
+
103
+ Args:
104
+ migration (MigrationFile): The migration file to delete.
105
+
106
+ Returns:
107
+ None
108
+ """
109
+ async def _save_historical_data(self, address: Address, data: dict[str, Any], metadata: dict[str, Any]) -> None: ...
110
+ @staticmethod
111
+ def _build_migration_data(migration: MigrationFile) -> dict[str, Any]: ...
112
+ @classmethod
113
+ def _build_migration_metadata(cls, migration: MigrationFile, object_id: str | None = None) -> tuple[Address, dict[str, Any]]: ...
114
+ async def _init_migration_table(self) -> None: ...
@@ -9,3 +9,16 @@ def pre_create(self) -> None: # type: ignore[no-untyped-def]
9
9
  None
10
10
  """
11
11
  self.size = len(self.data or b'')
12
+
13
+
14
+ async def apre_create(self) -> None: # type: ignore[no-untyped-def]
15
+ """
16
+ Prepares the object for creation by setting its size attribute.
17
+
18
+ This method calculates the size of the object's data and assigns it to the size attribute.
19
+ If the data is None, it defaults to an empty byte string.
20
+
21
+ Args:
22
+ None
23
+ """
24
+ self.size = len(self.data or b'')
@@ -9,3 +9,16 @@ def pre_update(self): # type: ignore[no-untyped-def]
9
9
  None
10
10
  """
11
11
  self.size = len(self.data or b'')
12
+
13
+
14
+ async def apre_update(self): # type: ignore[no-untyped-def]
15
+ """
16
+ Prepares the object for update by setting its size attribute.
17
+
18
+ This method calculates the size of the object's data and assigns it to the size attribute.
19
+ If the data is None, it defaults to an empty byte string.
20
+
21
+ Args:
22
+ None
23
+ """
24
+ self.size = len(self.data or b'')
@@ -41,6 +41,22 @@ class TransactionExecutionService(metaclass=Singleton):
41
41
  and executes the transaction. It handles both synchronous and asynchronous transactions
42
42
  and performs necessary preprocessing of arguments, such as loading references.
43
43
 
44
+ Args:
45
+ transaction_name (str): The name of the transaction to execute.
46
+ args (dict[str, Any]): The arguments to pass to the transaction function.
47
+ load_references (bool, optional): Whether to load references in the arguments. Defaults to True.
48
+
49
+ Returns:
50
+ Any: The result of the transaction execution.
51
+ """
52
+ async def async_execute_transaction(self, transaction_name: str, args: dict[str, Any], *, load_references: bool = True) -> Any:
53
+ """
54
+ Executes a transaction with the given name and arguments.
55
+
56
+ This method retrieves the transaction function by its name, processes the arguments,
57
+ and executes the transaction. It handles both synchronous and asynchronous transactions
58
+ and performs necessary preprocessing of arguments, such as loading references.
59
+
44
60
  Args:
45
61
  transaction_name (str): The name of the transaction to execute.
46
62
  args (dict[str, Any]): The arguments to pass to the transaction function.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amsdal
3
- Version: 0.3.2
3
+ Version: 0.3.4
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -1,16 +1,16 @@
1
- amsdal-0.3.2.dist-info/RECORD,,
2
- amsdal-0.3.2.dist-info/WHEEL,sha256=w9Wib2Cggr6a0jsmQwU18YkLmVsyOqV25G3M7UiDLV0,115
3
- amsdal-0.3.2.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
4
- amsdal-0.3.2.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
5
- amsdal-0.3.2.dist-info/METADATA,sha256=tIf_qT9UIEQ95etQAvBDTgYdMD8Sn-UWrYOwG-hR2R8,57383
6
- amsdal-0.3.2.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
1
+ amsdal-0.3.4.dist-info/RECORD,,
2
+ amsdal-0.3.4.dist-info/WHEEL,sha256=w9Wib2Cggr6a0jsmQwU18YkLmVsyOqV25G3M7UiDLV0,115
3
+ amsdal-0.3.4.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
4
+ amsdal-0.3.4.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
5
+ amsdal-0.3.4.dist-info/METADATA,sha256=P9bTKkguTwtQBLeB1bCVSnOx39av0qvF3THL6aWNKUc,57383
6
+ amsdal-0.3.4.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
7
7
  amsdal/manager.pyi,sha256=RZbDD13oealwKzsqzRPv35XgGhrenSJprZT06cif5WI,14316
8
8
  amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
10
10
  amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=VcPLiGSghykwD290sS5A3hSNtPcz5hoBRgNaUTKdEnY,73573
11
- amsdal/__about__.py,sha256=4R9A30a8jdCXbFYqCPJ4G9xO29x4_9xmnfZZqvutXzk,124
11
+ amsdal/__about__.py,sha256=WpGCUmaqJKWzNUlZG3GrRL_uWS0mVNSDMtxW7_sgJN0,124
12
12
  amsdal/errors.pyi,sha256=DGJ2uCtElCW2UUlmudLf9Q0zYua52BDHWdMTj8Zkch4,637
13
- amsdal/manager.cpython-312-darwin.so,sha256=LXUmE9MayZhKO3Ssot-82KH0s-9brinM448b9-PyVn0,502176
13
+ amsdal/manager.cpython-312-darwin.so,sha256=1xSRBNf9_BxQhrrUjNUC4D0YaQhj3bZYX2DZPcgKT7o,502176
14
14
  amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  amsdal/errors.py,sha256=G8vaKMbB5NQZYJ92OIhGYpfmRphCHYPhK1vXxaLrBPQ,658
16
16
  amsdal/__about__.pyi,sha256=Y25n44pyE3vp92MiABKrcK3IWRyQ1JG1rZ4Ufqy2nC0,17
@@ -19,11 +19,11 @@ amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
19
  amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  amsdal/context/manager.py,sha256=CKGY75P2y-TCnZvK5p9NJsDgHo8KXHSE0Eg5AGRjnfk,1850
21
21
  amsdal/mixins/class_versions_mixin.pyi,sha256=oSXjkTsN35d-3YgCckclhk7xRkljKHLYtN8a8gJgj2o,548
22
- amsdal/mixins/__init__.cpython-312-darwin.so,sha256=U6TKd9phre3nbtsHEgLlw7gJaikX27dxFzFl1I4SZuY,120720
23
- amsdal/mixins/class_versions_mixin.cpython-312-darwin.so,sha256=NiaoD8Gs5zFKU8-92Z5F9BSnu1AOB8XLzS94LaqzCSI,180480
22
+ amsdal/mixins/__init__.cpython-312-darwin.so,sha256=65HcqQ-jF2DJS1Wr902009htQLegGkJwvMmgn_q483I,120720
23
+ amsdal/mixins/class_versions_mixin.cpython-312-darwin.so,sha256=-P_TSIOceiwgSs33TbSTMPcYttqN82gtVZTjdXz63CU,180480
24
24
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
25
  amsdal/mixins/build_mixin.pyi,sha256=gNub1Eu4CtnW6qbOLvkxP8mE-WhM2k8Ru4R4th5905s,2395
26
- amsdal/mixins/build_mixin.cpython-312-darwin.so,sha256=lyhDuwNSY1piH1tSCqq4o-fHXFiUZAsbbgMbbDVK8xQ,337272
26
+ amsdal/mixins/build_mixin.cpython-312-darwin.so,sha256=SEveUsg-0uyhgAfiygM-8xLCc0JT-geZ_i-FY0lbGUY,337272
27
27
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
28
  amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
29
29
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -34,7 +34,7 @@ amsdal/utils/tests/factories.py,sha256=SAnMjkDHg2dXgnDfxQGTvZX5MLuRmdskq7Cjbf6sw
34
34
  amsdal/utils/tests/helpers.py,sha256=AV6TCF328SdfJpQugrCW5p-dDqCaxDABp_bS9hEhMrU,10717
35
35
  amsdal/utils/rollback/__init__.pyi,sha256=ABDuUBt3_uTE600GP1Z_NAMxySPbLs9tIyTNNeu4lbU,962
36
36
  amsdal/utils/rollback/__init__.py,sha256=58LKVHOttK26TZdhZODnT4Phn67hlexNkPLCFKNUmT0,14951
37
- amsdal/contrib/__init__.cpython-312-darwin.so,sha256=6xD7l-x5WNwaNHrwrOZlb8gFavjVC8d9jBDbFssNK0k,120736
37
+ amsdal/contrib/__init__.cpython-312-darwin.so,sha256=fIbqWChA19jX7x_4vmm7K-4kQEYqmyqCxXRHJM6H_ag,120736
38
38
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
39
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
40
40
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
@@ -48,14 +48,14 @@ amsdal/contrib/auth/app.py,sha256=MY_MwhI6d1J8IRi232SbBPp-wrcleRc5BIHNW0--ji4,11
48
48
  amsdal/contrib/auth/errors.py,sha256=nXuMLbicP_ScrPuZaSdwkPr7fN66Ox_v6UzknVRy9Jk,134
49
49
  amsdal/contrib/auth/migrations/0000_initial.py,sha256=KUlzsBZtBApi4aMC5BEt5Gj2veELdF0Aw9YMIhVjt0Q,4830
50
50
  amsdal/contrib/auth/decorators/__init__.pyi,sha256=1DKnpx3dKyeuHyKcnXn0TzVqQxT8qrjQnYYASNSA7fM,305
51
- amsdal/contrib/auth/decorators/__init__.py,sha256=wdyw0PRO6y1Fx4JnksgLmZbxw2lz1peVItq8fj9zODw,621
51
+ amsdal/contrib/auth/decorators/__init__.py,sha256=oBKJQtgWnWiPOjol9-KejJPuQJmfsjj14UVB_4qB4kw,1088
52
52
  amsdal/contrib/auth/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
53
  amsdal/contrib/auth/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
54
54
  amsdal/contrib/auth/lifecycle/consumer.pyi,sha256=FZ6lzBZ-UdBkiI1kKj4g8QwIQz1Vg4gFrgU8shcbDck,5214
55
55
  amsdal/contrib/auth/lifecycle/consumer.py,sha256=Dh1bL2DBmvGQSbZvZIoEzd2DmJPHMDNlea5REnCC2pU,16850
56
56
  amsdal/contrib/auth/models/user/model.json,sha256=vqz0seTiXpNnuRbPfsXn_mMvlPC6roBNC37JxRF8Imc,399
57
57
  amsdal/contrib/auth/models/user/modifiers/display_name.py,sha256=tD0bj1JRBbGVGVWE7RVXV5v-FAKhuNPWrMgtkPz3OHg,504
58
- amsdal/contrib/auth/models/user/hooks/post_init.py,sha256=uKaoHZzeAxet0mACvbFOQ6xQcxpzAQJD1GjBAA3ZAEc,1868
58
+ amsdal/contrib/auth/models/user/hooks/post_init.py,sha256=8n0r0dKVFpocshIfF8DxQroSJPEUP-UNTbZKACBkbEY,2454
59
59
  amsdal/contrib/auth/models/user/hooks/pre_create.py,sha256=MV67oB2tLvoizEF4w1Hit6I5Tm23QIO2Kb_mnXQoHUI,242
60
60
  amsdal/contrib/auth/models/permission/model.json,sha256=goewK66MqrLJHdyNALyMYRBHI4SbAmYhz3uoI7AHziU,257
61
61
  amsdal/contrib/auth/models/permission/modifiers/display_name.py,sha256=IEb_zuuk5NLG-LNux4gHiXopDZwaf7ZJK3FXqYJwyBs,366
@@ -97,7 +97,7 @@ amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08
97
97
  amsdal/schemas/manager.pyi,sha256=Trl6hVRoerdyTlKNYYk8QuhAsDWKj57gMgKRhMg4Ksk,2804
98
98
  amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
99
99
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
100
- amsdal/schemas/manager.cpython-312-darwin.so,sha256=-CyNG0Yeh-ZwEChCX6KEGx_a3WGMtLYnkvTiZEKawpY,249488
100
+ amsdal/schemas/manager.cpython-312-darwin.so,sha256=gTSkrQ0JG-jdHpT83X0vyPNoZ7959QG1wKoLBlMRY1s,249488
101
101
  amsdal/schemas/manager.py,sha256=PzJXc1xKs2_sS1SDfSJ0B_jftFfOqCDZrBywvRI7we4,4639
102
102
  amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
103
103
  amsdal/schemas/types/datetime/model.json,sha256=DROVOPm0uQXy4qUj4mQUnhvfT_67psrQJj8psVRYjrA,120
@@ -116,8 +116,8 @@ amsdal/schemas/core/file/properties/mimetype.py,sha256=Y2hTq82Da8KeuRsIV4RK3E1F7
116
116
  amsdal/schemas/core/file/properties/to_file.py,sha256=qzlfo4YHBtsf11S2Hy30AjvA7Lyi8ezsGEXqxGBOPVg,720
117
117
  amsdal/schemas/core/file/properties/validate_data.py,sha256=1LsIAdijogQa6uJp6O2wQ7shAJMgWPvYps02HRVzttA,919
118
118
  amsdal/schemas/core/file/properties/from_file.py,sha256=fdIuz40QctfTtLTkkaGO7ut61AO3geYxSASirE14GRc,926
119
- amsdal/schemas/core/file/hooks/pre_create.py,sha256=kF5BMWo_W_pEhPhO0RQqgyPeWt0LTCCkbpvyVOqS7g0,366
120
- amsdal/schemas/core/file/hooks/pre_update.py,sha256=0dJakQjL3x94TyRgyGobAiPTfRrLUSHOL21mTL361pw,356
119
+ amsdal/schemas/core/file/hooks/pre_create.py,sha256=9JUaU2U5h-_7jbF2NyTWwyCemkOR-1yHRXP92e9EIQ0,741
120
+ amsdal/schemas/core/file/hooks/pre_update.py,sha256=TD9MmK_ZRbWD_jfdHmH0BWt4gr-QZvmMGdR3Dq7Ycc4,721
121
121
  amsdal/schemas/core/fixture/model.json,sha256=m2v-zkH-MsUlH8cc459-gtNCGHAozHSkGAgSVj9kQb8,568
122
122
  amsdal/schemas/core/option/model.json,sha256=bD1WHbnAnU6Ws_U10BZ8oeHaQbVgE1lBWYFcjANeHNI,277
123
123
  amsdal/schemas/core/class_property_meta/model.json,sha256=X5i5FLlq-BhP8MDFPki7nu_FSdcpsAWXOe3u-mULKUA,390
@@ -135,123 +135,123 @@ amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,9
135
135
  amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
136
136
  amsdal/configs/main.pyi,sha256=mVr27fnB05XsRoFk_o0LMB4Ug-dNaPJlDHKdrUZPrLw,6881
137
137
  amsdal/configs/main.py,sha256=GWunT_7daFf6t5Jre16zvOyQIRyA7LWjuz8BzTgVztw,9169
138
- amsdal/cloud/__init__.cpython-312-darwin.so,sha256=9dcqX7rund2udEJ5Araa1bqvNL2rHpueEFVl_mtivYw,120720
138
+ amsdal/cloud/__init__.cpython-312-darwin.so,sha256=Z9LwB3TdbgkvX1LyTYaw4qq_HI7UyMyG541Jd1v1zis,120720
139
139
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
140
140
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
141
141
  amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
142
- amsdal/cloud/constants.cpython-312-darwin.so,sha256=lTRumo30UOQh4ChlSG26G3aUiEnp3cA4naaRBBnfxEc,158688
143
- amsdal/cloud/enums.cpython-312-darwin.so,sha256=s-cNydI_u9WLJYzzloH59AwAvQLtTSzSy8X7VuawZ8Q,158128
144
- amsdal/cloud/client.cpython-312-darwin.so,sha256=8hesdV29mZzG92E9urxG6INkzFHFx9BBEfJ63eyIMds,216144
142
+ amsdal/cloud/constants.cpython-312-darwin.so,sha256=Tt47soSxd8BXEjmyG6Dso8HQcJiZXl5hhA8UDkpl4Ro,158688
143
+ amsdal/cloud/enums.cpython-312-darwin.so,sha256=ENa6KqF4d3xGKDnPTKU15CKRUGiaiVa1AReWbcNroYI,158128
144
+ amsdal/cloud/client.cpython-312-darwin.so,sha256=4yauIJN5kXCeAd18rlEc5GjFKyQLV4iJ0X6EgGpsKjE,216144
145
145
  amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
146
- amsdal/cloud/models/__init__.cpython-312-darwin.so,sha256=xNRqJ_KLtRXdE_IgyCXXthyD4Mia45nHoHgFzPzWgcY,120752
146
+ amsdal/cloud/models/__init__.cpython-312-darwin.so,sha256=R5uYm72RKDPzT-ZQ_sCNzSVmDq7vVo0uXqupve0oIGg,120752
147
147
  amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
148
148
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
149
- amsdal/cloud/models/base.cpython-312-darwin.so,sha256=kzfGqfsexcK34AFk43qJbB7h1FLsklFHRaAYkQsYAjA,195328
150
- amsdal/cloud/services/__init__.cpython-312-darwin.so,sha256=-68s_fLgY4OQJl_4C1SB-Cd_BrBW23R16dpEKm4vTA8,120768
149
+ amsdal/cloud/models/base.cpython-312-darwin.so,sha256=AvtpnNnztwyq753cKaoo4vmKaOHmMm6Cj-fW5b0CVUQ,195328
150
+ amsdal/cloud/services/__init__.cpython-312-darwin.so,sha256=xXzIMWp032CuyzmGfXEqaJUalwxgU7YrPN_dY7sVH7I,120768
151
151
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
152
- amsdal/cloud/services/auth/__init__.cpython-312-darwin.so,sha256=AsGCRBkoe3AUBvRgeFTiJEysRqAR8ohRpid9_1rp_Xg,120784
152
+ amsdal/cloud/services/auth/__init__.cpython-312-darwin.so,sha256=Fo10faTRp1va7eAhGV23PVRO6_RpZKyqlE8ezK9RZLI,120784
153
153
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
154
154
  amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
155
155
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
156
- amsdal/cloud/services/auth/credentials.cpython-312-darwin.so,sha256=nvmX0urY4QntPaU1ZJF7-7c4oND_ppcVOpUZ4ML57FE,253208
156
+ amsdal/cloud/services/auth/credentials.cpython-312-darwin.so,sha256=r0sO1DTRlkweYZk-wS4yOOzzAPSPfZlYYGLlPjm3t7U,253208
157
157
  amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
158
- amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so,sha256=-Xv6--56c0RV2UMfooZdk0QsREUZX6F7dCIYg_KjI0o,216232
158
+ amsdal/cloud/services/auth/signup_service.cpython-312-darwin.so,sha256=7Yggd62vHYE5rj0rwsDdlSMBlptxJMAbTJlEIb_nyfQ,216232
159
159
  amsdal/cloud/services/auth/token.pyi,sha256=-SCK3mrIYpQgQUBc4roijltOZfKzZl0EqI5yCIDNVCI,1108
160
- amsdal/cloud/services/auth/token.cpython-312-darwin.so,sha256=uMbS_m1GUjHZGsivSECMwWWPhKx_4bOw-w6tZvM6R_g,251264
161
- amsdal/cloud/services/auth/manager.cpython-312-darwin.so,sha256=-L7bfs3-QXPyZX70bkFf8Pi-0Gm0RM1Hs4ROn7m3j8g,214144
162
- amsdal/cloud/services/auth/base.cpython-312-darwin.so,sha256=3xAf_3GR_ay3ayvEuUWcYVmwWVUPxtF2p8lCtfP5Jks,163120
160
+ amsdal/cloud/services/auth/token.cpython-312-darwin.so,sha256=nYvyLIin2p23onw041iWCySsx0gKkEiWAxYY9zi5-bw,251264
161
+ amsdal/cloud/services/auth/manager.cpython-312-darwin.so,sha256=8GmTvg4LBoUvSnyeMBK4He0mCQSDSMGwAmeP76FHxvg,214144
162
+ amsdal/cloud/services/auth/base.cpython-312-darwin.so,sha256=rNF6l7vUpp80u1DSgJURrAo88Ldz3LizL76ALp7NxLI,163120
163
163
  amsdal/cloud/services/auth/credentials.pyi,sha256=94MbGuKwVw7T_JJjpsHBkXpjI0BedVY2KSrOjzSP97E,1483
164
- amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so,sha256=oIVbQNIslmFVEBuxzRfAChF0YgYwK8-kDv-QUTuNeOg,180840
165
- amsdal/cloud/services/actions/__init__.cpython-312-darwin.so,sha256=BjdAXlv-AmBBj0zVbGrMXyWQyxhW_tHdVqJtFBGj320,120800
164
+ amsdal/cloud/services/actions/delete_env.cpython-312-darwin.so,sha256=-TTIZZX4y0vLJ3PW-OkTZCZvCjypdeUBI7MClb8qffM,180840
165
+ amsdal/cloud/services/actions/__init__.cpython-312-darwin.so,sha256=7fJy2HhARD-KRSayjIJQymzAV7v7Rz0S6olN9mUIl5E,120800
166
166
  amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
167
167
  amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
168
168
  amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
169
169
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
170
170
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
171
171
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
172
- amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so,sha256=4ibcfcKRGnCCmgkKE2FO6Agtc5uoRN-T5OKpFatFk7s,164312
172
+ amsdal/cloud/services/actions/delete_secret.cpython-312-darwin.so,sha256=pye3V0kVvUhvD97pKrgeRlZrNVjERjF4qlDWt4gRYR0,164312
173
173
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
174
174
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
175
- amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so,sha256=9C37_WPPc7E71N56C1hbbJ2q80DU7E4vlc9J2sPcZCo,197512
175
+ amsdal/cloud/services/actions/add_basic_auth.cpython-312-darwin.so,sha256=jMkbKEYYc36nIJ3KlJSPaPIVJabeNziVRgXb4JHTSfU,197512
176
176
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
177
177
  amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
178
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so,sha256=tzICC9A4ANdIu93URoLUesYKmJe38Vws3F7eTU-1xEo,180848
179
- amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so,sha256=vFALtZ037O0D5OBTXIqQwovkUawsL4syo51W_wQV-l0,164328
180
- amsdal/cloud/services/actions/create_env.cpython-312-darwin.so,sha256=JytqmqS76uaMh-gQlQmVfx1N99Cx0ZU8-4xwA3jrIXA,180840
181
- amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so,sha256=PlT1qVqVFPRSZo00e5DLEqaESpwF8-TPVjEL53z2TXY,181080
182
- amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so,sha256=0X0tAXQ-rjsYVshvWVNGQFML0Z8tAlYQ2i1Ousc7jdA,197376
178
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-312-darwin.so,sha256=7D2cTjuVNzVos1fNgVWI4GZBXSe_6rdTbE3lrRO5gNI,180848
179
+ amsdal/cloud/services/actions/add_dependency.cpython-312-darwin.so,sha256=wLptM9nmbv-lHFUN5tx-PyOw1BLobzgoGgA7jL9bCNY,164328
180
+ amsdal/cloud/services/actions/create_env.cpython-312-darwin.so,sha256=IetBlK7roQVRKULkgbG_LoEyb9aCWb8QI5UAAfb2neU,180840
181
+ amsdal/cloud/services/actions/update_deploy.cpython-312-darwin.so,sha256=Vs5hdliDW0Rj7XTZRolRYUO2ShtZFVY2F-9bGbVxWVA,181080
182
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-312-darwin.so,sha256=Sl5e83CiPX5Mf7tLa4LhgGnaT-WlE8AdB9Pf8OYyxGs,197376
183
183
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
184
- amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so,sha256=rTGJqu7pcR5XdiqyXfo1Je5sSLOMLCBYgDLM4S5TJFY,164168
185
- amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so,sha256=RkRuyaOeHBCqWe2c8yuDOPvt5QOMfpLhBlvR_5lgg50,197704
186
- amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so,sha256=4GvDg0ERXHpdYfFE4JdNg9uid0dzKrBwTILCfG04JVk,164384
187
- amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so,sha256=0fyc9jbfNS9R0dvyef4Movn-9CTqPrUh-yfsH3QAFLc,181096
184
+ amsdal/cloud/services/actions/destroy_deploy.cpython-312-darwin.so,sha256=685GqkRD4aeaT3b1lVzWDIZl0ulrmL_kItPvBa1zy9E,164168
185
+ amsdal/cloud/services/actions/list_dependencies.cpython-312-darwin.so,sha256=8JGR18hEVrvwk-Cy4XSg5E-r-CBgiA-EoWvPJgHE1ns,197704
186
+ amsdal/cloud/services/actions/list_envs.cpython-312-darwin.so,sha256=8zd_DFLdJGkHsBfWY4zZHr8gNKXdMPAWcGXOurnURmY,164384
187
+ amsdal/cloud/services/actions/list_deploys.cpython-312-darwin.so,sha256=7ANyuM0rE4izHYuDfWI21nnR7UPuXECdBY6CcfRHNls,181096
188
188
  amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
189
189
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
190
- amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so,sha256=8fUzlwzBzuUbjGtAtDMEnICh99WFTR8DlmlawoUA4sk,269064
191
- amsdal/cloud/services/actions/create_session.cpython-312-darwin.so,sha256=rd12xr5I5q0ChVFuRujXmlKr793QxeuJ9DTprlD4Y64,181000
190
+ amsdal/cloud/services/actions/create_deploy.cpython-312-darwin.so,sha256=_St63S-s1KJ-vlI6UPt8dw1GM_UV3XF2QRset4_JF1U,269064
191
+ amsdal/cloud/services/actions/create_session.cpython-312-darwin.so,sha256=ErMd-Zbj7RUTKCQF-ayOuO4080ApYMeU3ylrX73HV6s,181000
192
192
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
193
193
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
194
194
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
195
- amsdal/cloud/services/actions/manager.cpython-312-darwin.so,sha256=GJdFee1GWhGvxS6oiyQeK0UilTuY3TJfH4ASTxtIf3o,354848
195
+ amsdal/cloud/services/actions/manager.cpython-312-darwin.so,sha256=XF4ErLRHBch6FoF6aBzuOcabYednHEpd9Tu4eNQijRY,354848
196
196
  amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
197
197
  amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
198
- amsdal/cloud/services/actions/base.cpython-312-darwin.so,sha256=A3tVxySZdbaujaWH_4wgYJEtJkMqjeS8kLf4GelEWT4,307200
199
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so,sha256=fe-WuuQZxKujy_1NJ273v8FDD6D1j9R2ZeE1q_WvGqY,197512
198
+ amsdal/cloud/services/actions/base.cpython-312-darwin.so,sha256=jCyc2w1WS90uznt8ic8LN0XjRi33IxTW-gA2eJ-OoAA,307200
199
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-312-darwin.so,sha256=KcNE4aq5RdR-Pz_hBnBZdqBhZmWk6ZWnzMCbzy3M2Rw,197512
200
200
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
201
201
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
202
- amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so,sha256=fuThRhIKLe10lIc_hkCSZArPk6LITuWVEPckmykQo-c,164264
203
- amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so,sha256=eUtJIlqVY8DsZGKeLOQi4IxYy-2aLtIlBhLTxTzoDBU,197568
204
- amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so,sha256=R4Lb_TGrxuDmXoj1GbDdDpOU2535Dm0811oxoMTjd_4,164376
205
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so,sha256=T75yXs4GUDCdaQ6AcKPXuFfzh2wwqeUmEgUDwUT27EM,180792
206
- amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so,sha256=074YIFC_wQzx1dZYCp34ls3NyrUx5gqjt5znan4RpW4,164216
207
- amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so,sha256=7zQpnGctuKsur8NLDFdcNtuN3p1fqwNAmGjfloIlgrw,164376
208
- amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so,sha256=yB631cV0cR_VeOs2UcY0CCSFep-M1CR2spXLyuo02KM,197688
202
+ amsdal/cloud/services/actions/add_secret.cpython-312-darwin.so,sha256=xoQ7pfPjrtGtyZuA9_u3MAK5gjRxGHzB1MDEwu-9mII,164264
203
+ amsdal/cloud/services/actions/expose_db.cpython-312-darwin.so,sha256=pA6mpmG-ldtuoUaPrnDoJO_50FIvZ11dpL8eGtETzZ0,197568
204
+ amsdal/cloud/services/actions/delete_dependency.cpython-312-darwin.so,sha256=TUVp2bokBw4jHSe2sxsqWnSJmvEvcVNQjIKdLv6hO1k,164376
205
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-312-darwin.so,sha256=ZnQyBPjpGHQZup3TspuoBEOWiH8TTv46UPME5NN6L2E,180792
206
+ amsdal/cloud/services/actions/signup_action.cpython-312-darwin.so,sha256=2MtA735pAkBEWEsYR06lezXyjKk3xF1tjT9E9_B-Rlc,164216
207
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-312-darwin.so,sha256=RzLUVa0U_v5EpQEBt9aEsFNPyAOHmBOLkUE63Kdjdo8,164376
208
+ amsdal/cloud/services/actions/list_secrets.cpython-312-darwin.so,sha256=P94Gj3OJ5DDBMjEp-6KrqyXKryNoqtk8P597TdkGtr0,197688
209
209
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
210
210
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
211
211
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
212
212
  amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
213
213
  amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
214
- amsdal/fixtures/__init__.cpython-312-darwin.so,sha256=PIlBQk0RHW2ufnBAYhL5w7XjoQVpjZSaDIVNTYSnOwE,120736
214
+ amsdal/fixtures/__init__.cpython-312-darwin.so,sha256=i6gmI9NA7oa_4prMNXur0gqGei24Oi-SiNt6QiwZREk,120736
215
215
  amsdal/fixtures/manager.pyi,sha256=s8pLiN-kzBTZVVxU-YBExoeWU1YQAt4PEdP3CuzOMUk,9342
216
216
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
217
- amsdal/fixtures/manager.cpython-312-darwin.so,sha256=pG6HKhUwEYh3o6dvNUs3UlG0vni6Ga2lF5Mue8-GHfU,654336
218
- amsdal/migration/__init__.cpython-312-darwin.so,sha256=8kpRh26yT4Tc5P27TjyiFmXgB1lDvx6HjyevSgh04tM,120752
219
- amsdal/migration/file_migration_store.pyi,sha256=ijFmdl5bjrPE8cqyS0WeUy5ZN_v08lLCuXA23woVXgg,2257
220
- amsdal/migration/migrations.cpython-312-darwin.so,sha256=AonmZMSTHKkO_2sG4z7naQ4uq7cwA9pM1Bm8b3Nl-9c,267976
221
- amsdal/migration/migrations_loader.cpython-312-darwin.so,sha256=oiBBSlEzu4q1x-WLhkyLccd19m-r2_K0x6finWvVN-w,217288
222
- amsdal/migration/data_classes.cpython-312-darwin.so,sha256=fqbxstMWKpXcMVB9iCtHDlgAYyZYwrPs3CrktwlNwWM,216904
223
- amsdal/migration/file_migration_store.cpython-312-darwin.so,sha256=rLnX66CbdnBsoVZzvimUyiCdJWQNKwfqlh3V6wk2zKI,408064
224
- amsdal/migration/file_migration_executor.pyi,sha256=pxhk5mxoXTkz8NX5gMMv_WC2sUdxpuMSXNjv9sNJCBk,3982
225
- amsdal/migration/file_migration_executor.cpython-312-darwin.so,sha256=7MVMybvKVcdQjXbh8PE9DrFSJWcmHsjYfpLCLujwp5M,338448
226
- amsdal/migration/schemas_loaders.cpython-312-darwin.so,sha256=lZ7dq9maLqADkv3wjsHjG8wNYsBuLeqdRTZzsDHzqQc,273256
217
+ amsdal/fixtures/manager.cpython-312-darwin.so,sha256=AwhMoUuqJgz25TKjVlLNZJswxa42UxLdTzWjFHBQ_60,654336
218
+ amsdal/migration/__init__.cpython-312-darwin.so,sha256=UVcxiNzVaykNEsio0OHn4ElEtoKkxll0FZ7wEQ44NyA,120752
219
+ amsdal/migration/file_migration_store.pyi,sha256=CcASlu0UowxDKbur8UYsuFCl5AdPFWCY47jnMAsxo6w,4090
220
+ amsdal/migration/migrations.cpython-312-darwin.so,sha256=9wUoBedmO3MclxeTPgWVP8aV0bZxgxbJrzAQW46xIKU,267976
221
+ amsdal/migration/migrations_loader.cpython-312-darwin.so,sha256=MPcmZ7Umnmam1EuRbzGqhM7Pknc4C4dUSWXERnep53o,217288
222
+ amsdal/migration/data_classes.cpython-312-darwin.so,sha256=2l8HjzEPX2IyogRkuDdaSZAmW0iEqZartfKO1Q8ud50,216904
223
+ amsdal/migration/file_migration_store.cpython-312-darwin.so,sha256=Z_qx8flPoTYZk4hFcE2-YjSmphojuPaa05rJBlIvFKA,638608
224
+ amsdal/migration/file_migration_executor.pyi,sha256=jsWGSYx-Fmcf7q8NoFZ7Vte_JjutvKyO763igmhB04I,7158
225
+ amsdal/migration/file_migration_executor.cpython-312-darwin.so,sha256=EvPJ8RbxrqgAWHgEzLBmx5hwNCCY-OpWV-KR73VoKAE,550672
226
+ amsdal/migration/schemas_loaders.cpython-312-darwin.so,sha256=E32amPwz2EMnhVsyxaGtnKFYAzfgx0DUzKuyzUr-W2w,273256
227
227
  amsdal/migration/migrations_loader.pyi,sha256=i1TsBHT52piM-gAGJGjYplbZHJJtZvJ83b_-gYSN2xU,1129
228
228
  amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
229
229
  amsdal/migration/file_migration_writer.pyi,sha256=yIWvdLciu6Dnr0ZwplvZdMKxN4rl8BazotFrOxfCLh0,2275
230
- amsdal/migration/file_migration_generator.cpython-312-darwin.so,sha256=2-cKXk_ck94jV_gbsr672B83_JD0agb59zx-1Re3Nuo,393648
231
- amsdal/migration/utils.cpython-312-darwin.so,sha256=ssHGQdl6pB6EaU1FpxUNeNJ12dPkkVTaMapcvC8-tjM,286896
232
- amsdal/migration/file_migration_writer.cpython-312-darwin.so,sha256=lEx72aHeNNTvcvWWwfxrHBUhYBkhtTo75VpC4YzVYT4,252416
230
+ amsdal/migration/file_migration_generator.cpython-312-darwin.so,sha256=B6uEwx1INTdnGpmwmIptTCrymQM158Daj037eUx377c,592320
231
+ amsdal/migration/utils.cpython-312-darwin.so,sha256=uqJunRcCWqFQ7N7M7-CNTBeRWVrBNiR-KFpGa6zi5bY,286896
232
+ amsdal/migration/file_migration_writer.cpython-312-darwin.so,sha256=9UnXFqt45Yf9e8hBrT5EnNFbZLSWoYPKBV_7pCtOXgQ,252416
233
233
  amsdal/migration/base_migration_schemas.pyi,sha256=l2bGckKVR7wkilFv9LueCr3nUq6g9IPOj-dDPUTrw34,5200
234
234
  amsdal/migration/data_classes.pyi,sha256=RhSQakTOSu8dBFyAoV7T5AJ1_7YIjUi3dt2RFLxX_Qs,5688
235
235
  amsdal/migration/utils.pyi,sha256=AM1jSDzwuT_Tt1DdT3ZlDtud-prPc6ytlanw2vPkqvI,2435
236
- amsdal/migration/base_migration_schemas.cpython-312-darwin.so,sha256=CVlti-VFe0MHQy5L3BhmPaSIXwjsv9knNs0ZvwGo9Cs,462576
236
+ amsdal/migration/base_migration_schemas.cpython-312-darwin.so,sha256=vMDBix_B3wtFOMQsfNavCVGnIaH4Q20__xU6U15zAnI,462576
237
237
  amsdal/migration/schemas_loaders.pyi,sha256=al7V-fO1z88go1eitWLWolxNSJNjTsZRLg0gYYvi2A8,1607
238
- amsdal/migration/file_migration_generator.pyi,sha256=KbQnN0ySKLNNOIqXrQ1ZGWwyPRtGYMiN-B0y8h0HEBs,5815
238
+ amsdal/migration/file_migration_generator.pyi,sha256=oVUhpO-zqPETy_7JMiQl-bEqjBMIP174mEYy5hQ3Uh8,9545
239
239
  amsdal/migration/migrations.pyi,sha256=lvQ29dMRu3EfaiyiSn9U1GhFlBE6l94Yh5AeJcWpcHw,6079
240
- amsdal/migration/executors/__init__.cpython-312-darwin.so,sha256=TYqM9rJS_3M1NQNyXI1GOznZxcBZAKqL6wsCvU8aXIE,120784
240
+ amsdal/migration/executors/__init__.cpython-312-darwin.so,sha256=EVB-n6JSQv9nJckOeNnz73Sq54waVp2kISWd5T2dmAM,120784
241
241
  amsdal/migration/executors/base.pyi,sha256=sC7oy0tGvOw-YljfmE5L1PhzdwXsCdGMUpnx3Wf4wdA,5241
242
- amsdal/migration/executors/state_executor.pyi,sha256=AHMe16WSVZUMMKyLaPpZbdRq_uzV09QtmJcBXYIXJ_w,3397
242
+ amsdal/migration/executors/state_executor.pyi,sha256=1Hx4WjGYRO3ekkt9xzQdOe5xbTWqf4E7jyKq0ri9q8o,6517
243
243
  amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
244
- amsdal/migration/executors/state_executor.cpython-312-darwin.so,sha256=WL0XwxX3NumxQ1dKI0Mb-oBol6HI9TjiF1QdylVG4CE,250536
244
+ amsdal/migration/executors/state_executor.cpython-312-darwin.so,sha256=OamOhzhxt8-4DO4dYfFJRl6gNPtKmv6EQfH3mjqlnig,342792
245
245
  amsdal/migration/executors/default_executor.pyi,sha256=jkT5ZtmOR-Sq4HPdONM2WzV-MYsZuI6mO0XH5nqeiqo,9467
246
- amsdal/migration/executors/default_executor.cpython-312-darwin.so,sha256=zflv5A5AN6WBSDFIX8q_XQh3IMDdoH1v21IeLrZO3Ro,859768
247
- amsdal/migration/executors/base.cpython-312-darwin.so,sha256=JSjdUo_zPrrWzSKihvSVUPCel-tXXLTUODTSSeDeVrM,377632
246
+ amsdal/migration/executors/default_executor.cpython-312-darwin.so,sha256=DvgSc9IlZxNjJe7rCib3miamRrV3YNoAsXGZ9-wMf8I,859768
247
+ amsdal/migration/executors/base.cpython-312-darwin.so,sha256=6g5asqe_XFvNhy6LuXBYQhz0n53n2VMAYWRPfmF7Zmo,377632
248
248
  amsdal/migration/templates/model_class_layout.tmpl,sha256=ttbq0xgimvHn-ffM4ZSj2_DMH5srCmUtkwGd38pyDXY,766
249
249
  amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
250
250
  amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
251
251
  amsdal/migration/templates/data_migration.tmpl,sha256=MzDSiNqH006F1cs-dskpboInBja5LZ8ErtoEmRzDsIQ,436
252
252
  amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9l7jYPmQoSOtU,193
253
253
  amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
254
- amsdal/services/__init__.cpython-312-darwin.so,sha256=8fbPFW7Yx69G9srl_JKBP-IaA4JM9nKS30L8qB7S710,120736
255
- amsdal/services/transaction_execution.pyi,sha256=xYxfnCO7oNy1tWRrHvBQp4k2uk33emwHHMt_uk4oi1A,3440
256
- amsdal/services/transaction_execution.cpython-312-darwin.so,sha256=x3_PJ513xVobUpC-qQotf9DeXpvPulVk1YfHhYu1l1U,380048
254
+ amsdal/services/__init__.cpython-312-darwin.so,sha256=i8-DoFGKSlXNLdrjT41U9Vih9Am1VoK4tzopBdre2Sk,120736
255
+ amsdal/services/transaction_execution.pyi,sha256=Td4v3JGDA7GcVKhiYYeZoO2VNELS4iH_ihDXJbTkEk4,4301
256
+ amsdal/services/transaction_execution.cpython-312-darwin.so,sha256=xvh0LUwoBDYs09wuTfDC9l6jwZ8bVKxGR8nUpBIMPbY,434320
257
257
  amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
File without changes