amsdal 0.3.3__cp311-cp311-macosx_10_9_universal2.whl → 0.3.4__cp311-cp311-macosx_10_9_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 (74) hide show
  1. amsdal/__about__.py +1 -1
  2. amsdal/cloud/__init__.cpython-311-darwin.so +0 -0
  3. amsdal/cloud/client.cpython-311-darwin.so +0 -0
  4. amsdal/cloud/constants.cpython-311-darwin.so +0 -0
  5. amsdal/cloud/enums.cpython-311-darwin.so +0 -0
  6. amsdal/cloud/models/__init__.cpython-311-darwin.so +0 -0
  7. amsdal/cloud/models/base.cpython-311-darwin.so +0 -0
  8. amsdal/cloud/services/__init__.cpython-311-darwin.so +0 -0
  9. amsdal/cloud/services/actions/__init__.cpython-311-darwin.so +0 -0
  10. amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so +0 -0
  11. amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so +0 -0
  12. amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so +0 -0
  13. amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so +0 -0
  14. amsdal/cloud/services/actions/base.cpython-311-darwin.so +0 -0
  15. amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so +0 -0
  16. amsdal/cloud/services/actions/create_env.cpython-311-darwin.so +0 -0
  17. amsdal/cloud/services/actions/create_session.cpython-311-darwin.so +0 -0
  18. amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so +0 -0
  19. amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so +0 -0
  20. amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so +0 -0
  21. amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so +0 -0
  22. amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so +0 -0
  23. amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so +0 -0
  24. amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so +0 -0
  25. amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so +0 -0
  26. amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so +0 -0
  27. amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so +0 -0
  28. amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so +0 -0
  29. amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so +0 -0
  30. amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so +0 -0
  31. amsdal/cloud/services/actions/manager.cpython-311-darwin.so +0 -0
  32. amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so +0 -0
  33. amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so +0 -0
  34. amsdal/cloud/services/auth/__init__.cpython-311-darwin.so +0 -0
  35. amsdal/cloud/services/auth/base.cpython-311-darwin.so +0 -0
  36. amsdal/cloud/services/auth/credentials.cpython-311-darwin.so +0 -0
  37. amsdal/cloud/services/auth/manager.cpython-311-darwin.so +0 -0
  38. amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so +0 -0
  39. amsdal/cloud/services/auth/token.cpython-311-darwin.so +0 -0
  40. amsdal/contrib/__init__.cpython-311-darwin.so +0 -0
  41. amsdal/fixtures/__init__.cpython-311-darwin.so +0 -0
  42. amsdal/fixtures/manager.cpython-311-darwin.so +0 -0
  43. amsdal/manager.cpython-311-darwin.so +0 -0
  44. amsdal/migration/__init__.cpython-311-darwin.so +0 -0
  45. amsdal/migration/base_migration_schemas.cpython-311-darwin.so +0 -0
  46. amsdal/migration/data_classes.cpython-311-darwin.so +0 -0
  47. amsdal/migration/executors/__init__.cpython-311-darwin.so +0 -0
  48. amsdal/migration/executors/base.cpython-311-darwin.so +0 -0
  49. amsdal/migration/executors/default_executor.cpython-311-darwin.so +0 -0
  50. amsdal/migration/executors/state_executor.cpython-311-darwin.so +0 -0
  51. amsdal/migration/executors/state_executor.pyi +74 -1
  52. amsdal/migration/file_migration_executor.cpython-311-darwin.so +0 -0
  53. amsdal/migration/file_migration_executor.pyi +57 -3
  54. amsdal/migration/file_migration_generator.cpython-311-darwin.so +0 -0
  55. amsdal/migration/file_migration_generator.pyi +93 -3
  56. amsdal/migration/file_migration_store.cpython-311-darwin.so +0 -0
  57. amsdal/migration/file_migration_store.pyi +53 -0
  58. amsdal/migration/file_migration_writer.cpython-311-darwin.so +0 -0
  59. amsdal/migration/migrations.cpython-311-darwin.so +0 -0
  60. amsdal/migration/migrations_loader.cpython-311-darwin.so +0 -0
  61. amsdal/migration/schemas_loaders.cpython-311-darwin.so +0 -0
  62. amsdal/migration/utils.cpython-311-darwin.so +0 -0
  63. amsdal/mixins/__init__.cpython-311-darwin.so +0 -0
  64. amsdal/mixins/build_mixin.cpython-311-darwin.so +0 -0
  65. amsdal/mixins/class_versions_mixin.cpython-311-darwin.so +0 -0
  66. amsdal/schemas/manager.cpython-311-darwin.so +0 -0
  67. amsdal/services/__init__.cpython-311-darwin.so +0 -0
  68. amsdal/services/transaction_execution.cpython-311-darwin.so +0 -0
  69. {amsdal-0.3.3.dist-info → amsdal-0.3.4.dist-info}/METADATA +1 -1
  70. {amsdal-0.3.3.dist-info → amsdal-0.3.4.dist-info}/RECORD +74 -74
  71. {amsdal-0.3.3.dist-info → amsdal-0.3.4.dist-info}/LICENSE.txt +0 -0
  72. {amsdal-0.3.3.dist-info → amsdal-0.3.4.dist-info}/WHEEL +0 -0
  73. {amsdal-0.3.3.dist-info → amsdal-0.3.4.dist-info}/licenses/LICENSE.txt +0 -0
  74. {amsdal-0.3.3.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.3'
4
+ __version__ = '0.3.4'
Binary file
Binary file
Binary file
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: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amsdal
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -1,9 +1,15 @@
1
+ amsdal-0.3.4.dist-info/RECORD,,
2
+ amsdal-0.3.4.dist-info/WHEEL,sha256=SAXwsvUnStmqZDZIFc0R93dpIgZzQCxgSCg6H6Io4Og,114
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
1
7
  amsdal/manager.pyi,sha256=RZbDD13oealwKzsqzRPv35XgGhrenSJprZT06cif5WI,14316
2
8
  amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
9
  amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
4
- amsdal/manager.cpython-311-darwin.so,sha256=yECkr29QFjkW-ygyJ5MkbvVFYJLSFLS6CLQOnfy5kMM,518224
10
+ amsdal/manager.cpython-311-darwin.so,sha256=xQzdf7M0vUEZy49KHNdqA_vfKp0VGd99BTPtKqohtCQ,518224
5
11
  amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=VcPLiGSghykwD290sS5A3hSNtPcz5hoBRgNaUTKdEnY,73573
6
- amsdal/__about__.py,sha256=nuQoRMVxEFmmXdiamtaosOdy-Tha_TsiC3HWiNOUWbE,124
12
+ amsdal/__about__.py,sha256=WpGCUmaqJKWzNUlZG3GrRL_uWS0mVNSDMtxW7_sgJN0,124
7
13
  amsdal/errors.pyi,sha256=DGJ2uCtElCW2UUlmudLf9Q0zYua52BDHWdMTj8Zkch4,637
8
14
  amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
15
  amsdal/errors.py,sha256=G8vaKMbB5NQZYJ92OIhGYpfmRphCHYPhK1vXxaLrBPQ,658
@@ -13,11 +19,11 @@ amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
19
  amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
20
  amsdal/context/manager.py,sha256=CKGY75P2y-TCnZvK5p9NJsDgHo8KXHSE0Eg5AGRjnfk,1850
15
21
  amsdal/mixins/class_versions_mixin.pyi,sha256=oSXjkTsN35d-3YgCckclhk7xRkljKHLYtN8a8gJgj2o,548
16
- amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=ctQB6ksw2O83g4kiO1XDa8FriCiI8hgzI5ocOrxiaJk,337528
22
+ amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=p-D-JrgUk7kXSJufW25RqZSl7M7-QLSC44GQZDe9TdQ,337528
17
23
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
24
  amsdal/mixins/build_mixin.pyi,sha256=gNub1Eu4CtnW6qbOLvkxP8mE-WhM2k8Ru4R4th5905s,2395
19
- amsdal/mixins/__init__.cpython-311-darwin.so,sha256=Cg77YUssbjUHWWbJxlCfy43AcMHP8wKykI6kIqv24I8,120656
20
- amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=s4Jhb9icdaHNIsDg9h6KviJPuxeg1SzlzhfbXC4lfKw,180576
25
+ amsdal/mixins/__init__.cpython-311-darwin.so,sha256=fFngZM-ZYQy-lzquU26Yj7ufs7Rm2xo2ZA6-k2IoULc,120656
26
+ amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=z1365gZDMcaWQ1LE3bbVBFJrn9qI9IVPtqDljCipbwc,180576
21
27
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
28
  amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
23
29
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -30,7 +36,7 @@ amsdal/utils/rollback/__init__.pyi,sha256=ABDuUBt3_uTE600GP1Z_NAMxySPbLs9tIyTNNe
30
36
  amsdal/utils/rollback/__init__.py,sha256=58LKVHOttK26TZdhZODnT4Phn67hlexNkPLCFKNUmT0,14951
31
37
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
38
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
33
- amsdal/contrib/__init__.cpython-311-darwin.so,sha256=MxPrIXo9nMyGqUadwRsAxCWA_NEJ7_Je3xaLY7gvvNk,120656
39
+ amsdal/contrib/__init__.cpython-311-darwin.so,sha256=YkNK3BYqfG5dqxSRTJxICiq6DhVdecg9S_BD3ABNQ3U,120656
34
40
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
35
41
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
42
  amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -91,7 +97,7 @@ amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08
91
97
  amsdal/schemas/manager.pyi,sha256=Trl6hVRoerdyTlKNYYk8QuhAsDWKj57gMgKRhMg4Ksk,2804
92
98
  amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
93
99
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
94
- amsdal/schemas/manager.cpython-311-darwin.so,sha256=c1714KAoodWrMHAgnmMUbLpAU3EF4zaABpvSYa2iFHY,249456
100
+ amsdal/schemas/manager.cpython-311-darwin.so,sha256=BQ6MwvFwdMtAFx0ist7VPOyPntKW0ZVCPhOfIC3Jbrg,249456
95
101
  amsdal/schemas/manager.py,sha256=PzJXc1xKs2_sS1SDfSJ0B_jftFfOqCDZrBywvRI7we4,4639
96
102
  amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
97
103
  amsdal/schemas/types/datetime/model.json,sha256=DROVOPm0uQXy4qUj4mQUnhvfT_67psrQJj8psVRYjrA,120
@@ -129,116 +135,116 @@ amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,9
129
135
  amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
130
136
  amsdal/configs/main.pyi,sha256=mVr27fnB05XsRoFk_o0LMB4Ug-dNaPJlDHKdrUZPrLw,6881
131
137
  amsdal/configs/main.py,sha256=GWunT_7daFf6t5Jre16zvOyQIRyA7LWjuz8BzTgVztw,9169
132
- amsdal/cloud/client.cpython-311-darwin.so,sha256=sqqc4rbVHxg6uJOyHuBMfUPOL-628SjTxcaNGNmX7c0,216208
138
+ amsdal/cloud/client.cpython-311-darwin.so,sha256=d7Tr7v06nef4ZA4XHqb1xnLoG6xgdf9QFDO6jbzVODQ,216208
133
139
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
134
140
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
135
141
  amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
136
- amsdal/cloud/enums.cpython-311-darwin.so,sha256=p5MxEiP6lJUc3OYA6t6QX0KMByNVlXnA7Le_3NB6iXw,158064
137
- amsdal/cloud/constants.cpython-311-darwin.so,sha256=D_eOQg0oyfzpmuzTfDFlNU6lNir452gogaj0LHqUlF8,158688
138
- amsdal/cloud/__init__.cpython-311-darwin.so,sha256=lmZIk3i0DO8SkS7nhYgt3zEo4AXs9e5uQfP37l89cas,120656
142
+ amsdal/cloud/enums.cpython-311-darwin.so,sha256=zs5oTF7Lwoidg5QJHNFrUSo-6iobzU5E-TfYxwyvunI,158064
143
+ amsdal/cloud/constants.cpython-311-darwin.so,sha256=eAIMEJMe3iYLRwk9ISY8nwTKBZOk9Jrcpynjj-2Wy4A,158688
144
+ amsdal/cloud/__init__.cpython-311-darwin.so,sha256=jOGjYw_VplQiowF6q2cU-vAo1G8wD_A1sKu1QhK4g6g,120656
139
145
  amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
140
- amsdal/cloud/models/base.cpython-311-darwin.so,sha256=mM35rzuNYGlU4QPO8cadO3czGkVNrp2GQkDOtVdhhgA,211632
146
+ amsdal/cloud/models/base.cpython-311-darwin.so,sha256=NVhPbbghpUjnUT4jf8NAWxvkoE4N6q0SUTJSE8xdUvc,211632
141
147
  amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
142
148
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
143
- amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=610RjQn56ctnrfx8grpLUYY0h-uw4utdoZaXv7amSec,120688
149
+ amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=zkWYIXhyraPzdrY6qX1u3IqtIFaAm0iFw1jN7pPu6ZY,120688
144
150
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
145
- amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=_XmXvNNcyYhPITngf41ECrrJ7FlT4kk0rwCljPh6c-M,120688
146
- amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=Z9pJl4MPXcpbw4WUjSO1CBjy3lY7w6pKb12nprFga2s,163104
151
+ amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=6ukXLs_2y63oGjnO9ZcdIzeYxab-hIVeXNo_ENwxivs,120688
152
+ amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=_JNb8aPuIXkCW6d9i4jFJGxiytwVhmVvJ_PFa__wjKg,163104
147
153
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
148
154
  amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
149
155
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
150
156
  amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
151
- amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=5DKtBbC6Qzv4Eu1f1Poy53kwDTuMP3EZR-R8i0kYCxg,251152
152
- amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=J-UM-thKy8odaYXotE3lHrU9ftlC2XBPZKI6q90KWAg,214128
157
+ amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=__ITo-sXQShMZW19ARkMKj9MoCUVhRN4V8lfy1HppUc,251152
158
+ amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=OF3xzOknnZhtkzyWRaTk6FvN15i_fSqzBYWOjZvyuOM,214128
153
159
  amsdal/cloud/services/auth/token.pyi,sha256=-SCK3mrIYpQgQUBc4roijltOZfKzZl0EqI5yCIDNVCI,1108
154
- amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=s8KgKEO9Y0DprRXqHk-c-O_FOOOKVa4xk4LSv9AfXtM,216216
155
- amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=3x9bLE95tesYV0ec3LsVxu0cC483wpjAqzwAUpNtRvI,120704
156
- amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=iambFnxPbcZg6fUVWiFj_Hzl5Lf38y4gTFXMKXeLuYk,253096
160
+ amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=VOrAD_HLWwIbx1-XDbjNKav7RP5YiQxutyyyCrqX1VQ,216216
161
+ amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=spmab_Q5rzx5tjinImh8roX4b8IW0GdSDTY_DbE87Cc,120704
162
+ amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=EM8glRbdjm9La51OoetRIMWpedeskzw0gXej5R00GGE,253096
157
163
  amsdal/cloud/services/auth/credentials.pyi,sha256=94MbGuKwVw7T_JJjpsHBkXpjI0BedVY2KSrOjzSP97E,1483
158
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=pOzpCDUAOB4DEAflytLJlrWayo1Iq9lwV_AXatUABqc,181112
159
- amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=A2EC-7d4BfbJweHH8Hor4icgjkAuNkBss8L_EKBv0Gs,323552
164
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=pht3071PFxR6a-sm_5h2ucG5EWFWxBvtCb7bc8aPEoY,181112
165
+ amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=0UmIGzngT-Q4dE2iVL3cHv-J8WzRrSWEw2HqKv0JeL0,323552
160
166
  amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
161
- amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=y8saFJkBD3AdajBeQw2s1-SgM9m2lcVTP4YmjF0qy-s,180744
167
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=L1moQePGJ6fTPeuEtRGXEAdJna-mCxp-9kgOF-lDpKs,180744
162
168
  amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
163
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=u4yQuoIluypaVJj_L_pW9qUcwfryZ9pcpDmYthf-2d4,180776
164
- amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=qnZV3Jz9eVt-T9uhelKyZvQ19Hr_dnldzaZgc33B3lo,180584
169
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=PnRZTq0xs7r9EQFAQSoC5VYnj2ylGVGkxBbqCAnk084,180776
170
+ amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=_hgwd3BSNL8sXsU6QxbxWPEY5ta2pkbxOOzEz6Kh18A,180584
165
171
  amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
166
- amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=vxFsQtrQvwgXkBLucOEARxPUEaPNc88cNFwmKDXmH_Q,180760
167
- amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=haGiH8M_a_VGKt2kPae7Y0nI2Et-fWMRl4QjfUHDkoo,181184
172
+ amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=pTTrcVSu1TbhHr7DSc2UrSf3rO0mgQ9pqTxy41yORVo,180760
173
+ amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=sNHqI9gdkOrtSd6Am9rAtZ_zS1q9v3KuV8hB1cuzKi4,181184
168
174
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
169
- amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=W1xwjrHsKhO9UokHWuwspKSgKPj8krA6lsZQjqJESW0,180632
175
+ amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=WfnKYOpTjanaEAJBNXgpd6ggS_Kk-NKI2kDb5g-ZtFI,180632
170
176
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
171
177
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
172
- amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=eVqtyEztQP4M5zkdSAw0G6_ZPAdqZsVGAwvtLOQ_rGc,181304
178
+ amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=i2DjPJHHaSKhuKOJ_om4i7yj5m1mNVwRS9Y7PRIyvp4,181304
173
179
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
174
180
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
175
- amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=3E7XU1iR9wHk8swXnBsWFmjPUgUf1EaNTmerNxMG03g,181080
176
- amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=f0IH4KpEvpv2M78e6ezzLm04wmHZN4TI4RrnKPs3EAI,180752
177
- amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=o_KYzx1zTXKQb6IFPUBK0bAs_o7B2c-svJ-bMAatTYg,181304
178
- amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=UQOgBmNMZTJjtgo4ttnEXjUqtmEZNTPcLgPrstDeJeA,180536
179
- amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=PTLS3TK_cFbwcM3tTkdFV-22tmG6iacIDYkaG-Gqlec,180984
180
- amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=_fED68R2xGIucWiGbm2dOkaqa4NUYSXGHTCLiTMOmnM,252744
181
+ amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=Vj82SylW7eki2dIQZ0-ZNuCpd6k38au3KmiW-rPqib0,181080
182
+ amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=lCOSI_phLUpiDYZLjxTWuNUHljPo0Q7gI5rZ66AJEU8,180752
183
+ amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=hpPBoELXQUdTRe6_lsWYT3U6n1rWEzPbiQo8YXmR-MU,181304
184
+ amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=gRpDm8mBtGVHI8afAlghYyc3FDUbrKOGjPCYzq0F6lU,180536
185
+ amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=mlhstKpnUFaZrQpPbNoHguP81GpRZZIGP7goJ0P4GlA,180984
186
+ amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=Hbe3OdDYfVoC_wdN6lYyQcGOMIOMd3BzyI-wcKaLt7E,252744
181
187
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
182
188
  amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
183
- amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=_s8krNqMUA2axpJGretsIUlQa_514LTkLcibHRWJUhk,371312
189
+ amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=bjYDNupGynrhw_F7A0bB6G0jfZn5ZcXNmch64Fqn9jk,371312
184
190
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
185
- amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=S7EhpEC3NXDhJvl3BID6O1el_dkxVORxN2Lrvf5zGZQ,180712
191
+ amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=3x0eRvsQiiNrrnYwL7pS10wcc7bts9jcAf890wTH2R4,180712
186
192
  amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
187
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=R7pr986y0neydRZAJJUbqnVFumqoFoJ1QnkZC8_fRVQ,180832
193
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=BGJ8WNwf3FDrLu2pnRk-gA84L6O9ShVfhu7tHnoUNZA,180832
188
194
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
189
- amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=QXcv19Lo5myfepSxXmee6yigBF4BnaePACheImmMEIU,181112
195
+ amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=9Pwc7CRHZtJ3cnLH1S1_DwaAqLESCoKDqIOvxCuE-EU,181112
190
196
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
191
197
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
192
198
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
193
- amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=0eUL-CkEDzSjiVN3aXviZ8ErWdpPjncl65oGcu47Myc,180976
194
- amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=IIkkPNlOwDsz_PBzrsvTVV0He1-WfabFlnvdFByHQ6Y,181064
199
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=_cn-0p2lvczn1XBpFME6OpkNc2PqpFapmM3pbtOU74A,180976
200
+ amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=w2BvLRMEhptxlq30yisCqcSPg92zRfKuZL2qzegEG0w,181064
195
201
  amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
196
- amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=wuTQqGWjVOEXn1XRHcndhlTU-7vwTSKA4x_nekZOmJs,180824
202
+ amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=zbp3I1621GBQx_XUxDVwt0jkMWlvd0tsBJUw94EeLsg,180824
197
203
  amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
198
- amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=TW97LhD7R4fY77qAGsvsx0PNqepHGoO7HObCP_ExGQc,180824
199
- amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=lw8hSQuXJaTW8g6Yhxwng3qlgmXKJAEzP9VU0KqNDWI,120720
204
+ amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=5jNnlr6FpCimQMzTUIcne9zh_mQEHb1k9xRRKVEtbyY,180824
205
+ amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=bZU_UwMWKRSUwYmtcnDdSOh8sI04uHYEJbDPBSFR5ko,120720
200
206
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
201
207
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
202
208
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
203
209
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
204
210
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
205
211
  amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
206
- amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=UwaY25UvnPfkeLX3hzHPTacxmWTMZB0wNqLnfMmGuyA,180680
212
+ amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=WhtecRKASo0JHBgwqsAIuTswe6SyP1ByOq7XysJivfc,180680
207
213
  amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
208
214
  amsdal/fixtures/manager.pyi,sha256=s8pLiN-kzBTZVVxU-YBExoeWU1YQAt4PEdP3CuzOMUk,9342
209
215
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
210
- amsdal/fixtures/manager.cpython-311-darwin.so,sha256=gwa--y6ob4QZcFBoXG0DYJBWCFIIoSf9_3CHhr24hM0,638096
211
- amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=us22swYpRDx2r3E_CxrR6JMiaHB50ZZsbL76hz9xEqM,120672
212
- amsdal/migration/file_migration_store.pyi,sha256=ijFmdl5bjrPE8cqyS0WeUy5ZN_v08lLCuXA23woVXgg,2257
213
- amsdal/migration/file_migration_executor.pyi,sha256=pxhk5mxoXTkz8NX5gMMv_WC2sUdxpuMSXNjv9sNJCBk,3982
216
+ amsdal/fixtures/manager.cpython-311-darwin.so,sha256=c0_Ec6wXAPpfCMD6Z4uBELgsvi92-5KVboKbdBDjnDI,638096
217
+ amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=Hcy_LVBrHvAMW56PbM_w59_I_44jqq9l7hDFdJtWHfA,120672
218
+ amsdal/migration/file_migration_store.pyi,sha256=CcASlu0UowxDKbur8UYsuFCl5AdPFWCY47jnMAsxo6w,4090
219
+ amsdal/migration/file_migration_executor.pyi,sha256=jsWGSYx-Fmcf7q8NoFZ7Vte_JjutvKyO763igmhB04I,7158
214
220
  amsdal/migration/migrations_loader.pyi,sha256=i1TsBHT52piM-gAGJGjYplbZHJJtZvJ83b_-gYSN2xU,1129
215
221
  amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
216
222
  amsdal/migration/file_migration_writer.pyi,sha256=yIWvdLciu6Dnr0ZwplvZdMKxN4rl8BazotFrOxfCLh0,2275
217
- amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=6ufgfa-zQWHu5ZoTgTOkJ4tpAxjXj3sNaq8tDifV0p8,446224
223
+ amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=xnjNmErveVtize7C8_65uUw4KKitfpJyI9csFDf21n0,446224
218
224
  amsdal/migration/base_migration_schemas.pyi,sha256=l2bGckKVR7wkilFv9LueCr3nUq6g9IPOj-dDPUTrw34,5200
219
225
  amsdal/migration/data_classes.pyi,sha256=RhSQakTOSu8dBFyAoV7T5AJ1_7YIjUi3dt2RFLxX_Qs,5688
220
226
  amsdal/migration/utils.pyi,sha256=AM1jSDzwuT_Tt1DdT3ZlDtud-prPc6ytlanw2vPkqvI,2435
221
- amsdal/migration/file_migration_generator.cpython-311-darwin.so,sha256=vOkNchu7NaYwgvmv-TKeX56p-deugq0WEf2FWZeFK1A,393632
222
- amsdal/migration/utils.cpython-311-darwin.so,sha256=x3eejaaLKz1kMOzdThfqBJ851-JYWN-ltJaQA1NPLrU,303264
227
+ amsdal/migration/file_migration_generator.cpython-311-darwin.so,sha256=nchSxcTxC-jQEMZxmIR3ACmnw4pOyTeXj2wkLjAoBAg,592352
228
+ amsdal/migration/utils.cpython-311-darwin.so,sha256=C2JyVv_EzDdDvMKNMStVkPrKUWIW2OOrHYD6Jh3pT-E,303264
223
229
  amsdal/migration/schemas_loaders.pyi,sha256=al7V-fO1z88go1eitWLWolxNSJNjTsZRLg0gYYvi2A8,1607
224
- amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=koGx45bYWLfOOu05g19mE4ForQck5PCYWIsCpRHQ-g0,252400
225
- amsdal/migration/file_migration_generator.pyi,sha256=KbQnN0ySKLNNOIqXrQ1ZGWwyPRtGYMiN-B0y8h0HEBs,5815
226
- amsdal/migration/__init__.cpython-311-darwin.so,sha256=5fwyvdwGUHXZaPSj5suBq2Ks62qbPR7Uuubg9Rje9mw,120672
227
- amsdal/migration/migrations.cpython-311-darwin.so,sha256=K5PUUuk3HT6UTI7NfXUKhwHCzbqAiKiexS-Vi2k82Dw,267960
228
- amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=W_k5kbU9NU3PpXtZllmCThGP3jsM5-9O43DtoB69uY4,440816
229
- amsdal/migration/data_classes.cpython-311-darwin.so,sha256=HIq6amRX0bW5_X4lpdumIMZkGC-dq2vzYrs5wQYmHzY,216888
230
- amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=3CXnX3fL39znYzLe5D6fid-Tf3DvD0RN7mxhEA07REw,217704
231
- amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=pcUZJ8ZoMgJs_Prs4BLA0Kh24LSwQAuE-sYsuWgR0cQ,257000
230
+ amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=UY9FBOOseAA2tY-fDY10FlbpSYYYcPHx8MiJ83UlmFc,252400
231
+ amsdal/migration/file_migration_generator.pyi,sha256=oVUhpO-zqPETy_7JMiQl-bEqjBMIP174mEYy5hQ3Uh8,9545
232
+ amsdal/migration/__init__.cpython-311-darwin.so,sha256=WTuMw29-DI2yrOYxg3e6joxzlMyCYGbcKTMUj4OLK5w,120672
233
+ amsdal/migration/migrations.cpython-311-darwin.so,sha256=hwKmao20t1e085Pjfyv6TXWKp0MzrlfkdfFT0y8J-ys,267960
234
+ amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=JcW7k46PR_OTLl0f6gyZPG7wHi5Ouy4C3q19r_lubys,687968
235
+ amsdal/migration/data_classes.cpython-311-darwin.so,sha256=wOxxRALWC-j_APpQAuNMhJd_XUVyDFmnLkTNXUCCDzw,216888
236
+ amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=6El5i0SrrY1J7djtZZLm0kgNaxN1COguhtxhJFCRWPk,217704
237
+ amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=QzyCIvXBIbALT7MbJ4hd7cLQo0stDCnrD7OdRudnZHA,257000
232
238
  amsdal/migration/migrations.pyi,sha256=lvQ29dMRu3EfaiyiSn9U1GhFlBE6l94Yh5AeJcWpcHw,6079
233
- amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=xvr-cD84-oYQQp0XGiSh8jmZ152deJT81exFaviwYuk,354800
234
- amsdal/migration/executors/base.cpython-311-darwin.so,sha256=owm7-pld9l2P3mNWD9_bix-KWM70MpBEqnNvtF6xOVo,377664
239
+ amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=6YjCI0Bhaue8y0IhxgNfGJLwc21lgelvpEiy7hg2pH0,567088
240
+ amsdal/migration/executors/base.cpython-311-darwin.so,sha256=zymrG058fwvGWFL8jVmDp5yhi337llxas9NDbnwAsnM,377664
235
241
  amsdal/migration/executors/base.pyi,sha256=sC7oy0tGvOw-YljfmE5L1PhzdwXsCdGMUpnx3Wf4wdA,5241
236
- amsdal/migration/executors/state_executor.pyi,sha256=AHMe16WSVZUMMKyLaPpZbdRq_uzV09QtmJcBXYIXJ_w,3397
242
+ amsdal/migration/executors/state_executor.pyi,sha256=1Hx4WjGYRO3ekkt9xzQdOe5xbTWqf4E7jyKq0ri9q8o,6517
237
243
  amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
238
- amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=Y8vGIXtSLh0I9cAVcBZPXygj_7Avhwz-QWvAW8iqNLo,892616
239
- amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=55_kQeuRWGv2qRsAWm4YkHCCGahz82fqzTLamsK02XU,250520
244
+ amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=rGAgmy0QnhL2jqXTijPt-PuyswI8vyIOAk_ml55_JzE,892616
245
+ amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=jQpbmiTs0kGHBdK-y_tNCdmxGz4xNngaBuxa03LmBjI,359208
240
246
  amsdal/migration/executors/default_executor.pyi,sha256=jkT5ZtmOR-Sq4HPdONM2WzV-MYsZuI6mO0XH5nqeiqo,9467
241
- amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=68JT4Y1XJ3hGnH3JW4LCag8qAzDo4CsoQvDaBCXT_UQ,120720
247
+ amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=n2eHQYGoQ9dN7PXYx1WYraISt04f98XQjJLJkliiYYo,120720
242
248
  amsdal/migration/templates/model_class_layout.tmpl,sha256=ttbq0xgimvHn-ffM4ZSj2_DMH5srCmUtkwGd38pyDXY,766
243
249
  amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
244
250
  amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
@@ -247,11 +253,5 @@ amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9
247
253
  amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
248
254
  amsdal/services/transaction_execution.pyi,sha256=Td4v3JGDA7GcVKhiYYeZoO2VNELS4iH_ihDXJbTkEk4,4301
249
255
  amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
250
- amsdal/services/__init__.cpython-311-darwin.so,sha256=KKnr-jMx1LASY20nyQdG2kEh2aTM_yffMJRX3gyEJEM,120672
251
- amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=wEkORxxVYcI66i5XCW0KI-mowr43zh55FTiRg4cwDjY,434448
252
- amsdal-0.3.3.dist-info/RECORD,,
253
- amsdal-0.3.3.dist-info/WHEEL,sha256=SAXwsvUnStmqZDZIFc0R93dpIgZzQCxgSCg6H6Io4Og,114
254
- amsdal-0.3.3.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
255
- amsdal-0.3.3.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
256
- amsdal-0.3.3.dist-info/METADATA,sha256=UTOCiqCRkVO_BGF41zybyI0_CQUA_OuvCKUD9xxHiag,57383
257
- amsdal-0.3.3.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
256
+ amsdal/services/__init__.cpython-311-darwin.so,sha256=plSg-1rcKJqja4qlMuZO513o9BBc40aUqUrRPnbqS5s,120672
257
+ amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=SMZ0bXyGG7y1fAN7FSD67tYopgrTqf9IhIJHwXidhng,434448
File without changes