amsdal 0.3.3__cp310-cp310-macosx_10_9_universal2.whl → 0.3.5__cp310-cp310-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-310-darwin.so +0 -0
  3. amsdal/cloud/client.cpython-310-darwin.so +0 -0
  4. amsdal/cloud/constants.cpython-310-darwin.so +0 -0
  5. amsdal/cloud/enums.cpython-310-darwin.so +0 -0
  6. amsdal/cloud/models/__init__.cpython-310-darwin.so +0 -0
  7. amsdal/cloud/models/base.cpython-310-darwin.so +0 -0
  8. amsdal/cloud/services/__init__.cpython-310-darwin.so +0 -0
  9. amsdal/cloud/services/actions/__init__.cpython-310-darwin.so +0 -0
  10. amsdal/cloud/services/actions/add_allowlist_ip.cpython-310-darwin.so +0 -0
  11. amsdal/cloud/services/actions/add_basic_auth.cpython-310-darwin.so +0 -0
  12. amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so +0 -0
  13. amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so +0 -0
  14. amsdal/cloud/services/actions/base.cpython-310-darwin.so +0 -0
  15. amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so +0 -0
  16. amsdal/cloud/services/actions/create_env.cpython-310-darwin.so +0 -0
  17. amsdal/cloud/services/actions/create_session.cpython-310-darwin.so +0 -0
  18. amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so +0 -0
  19. amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so +0 -0
  20. amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so +0 -0
  21. amsdal/cloud/services/actions/delete_env.cpython-310-darwin.so +0 -0
  22. amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so +0 -0
  23. amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so +0 -0
  24. amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so +0 -0
  25. amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-310-darwin.so +0 -0
  26. amsdal/cloud/services/actions/get_monitoring_info.cpython-310-darwin.so +0 -0
  27. amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so +0 -0
  28. amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so +0 -0
  29. amsdal/cloud/services/actions/list_envs.cpython-310-darwin.so +0 -0
  30. amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so +0 -0
  31. amsdal/cloud/services/actions/manager.cpython-310-darwin.so +0 -0
  32. amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so +0 -0
  33. amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so +0 -0
  34. amsdal/cloud/services/auth/__init__.cpython-310-darwin.so +0 -0
  35. amsdal/cloud/services/auth/base.cpython-310-darwin.so +0 -0
  36. amsdal/cloud/services/auth/credentials.cpython-310-darwin.so +0 -0
  37. amsdal/cloud/services/auth/manager.cpython-310-darwin.so +0 -0
  38. amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so +0 -0
  39. amsdal/cloud/services/auth/token.cpython-310-darwin.so +0 -0
  40. amsdal/contrib/__init__.cpython-310-darwin.so +0 -0
  41. amsdal/fixtures/__init__.cpython-310-darwin.so +0 -0
  42. amsdal/fixtures/manager.cpython-310-darwin.so +0 -0
  43. amsdal/manager.cpython-310-darwin.so +0 -0
  44. amsdal/migration/__init__.cpython-310-darwin.so +0 -0
  45. amsdal/migration/base_migration_schemas.cpython-310-darwin.so +0 -0
  46. amsdal/migration/data_classes.cpython-310-darwin.so +0 -0
  47. amsdal/migration/executors/__init__.cpython-310-darwin.so +0 -0
  48. amsdal/migration/executors/base.cpython-310-darwin.so +0 -0
  49. amsdal/migration/executors/default_executor.cpython-310-darwin.so +0 -0
  50. amsdal/migration/executors/state_executor.cpython-310-darwin.so +0 -0
  51. amsdal/migration/executors/state_executor.pyi +74 -1
  52. amsdal/migration/file_migration_executor.cpython-310-darwin.so +0 -0
  53. amsdal/migration/file_migration_executor.pyi +57 -3
  54. amsdal/migration/file_migration_generator.cpython-310-darwin.so +0 -0
  55. amsdal/migration/file_migration_generator.pyi +93 -3
  56. amsdal/migration/file_migration_store.cpython-310-darwin.so +0 -0
  57. amsdal/migration/file_migration_store.pyi +53 -0
  58. amsdal/migration/file_migration_writer.cpython-310-darwin.so +0 -0
  59. amsdal/migration/migrations.cpython-310-darwin.so +0 -0
  60. amsdal/migration/migrations_loader.cpython-310-darwin.so +0 -0
  61. amsdal/migration/schemas_loaders.cpython-310-darwin.so +0 -0
  62. amsdal/migration/utils.cpython-310-darwin.so +0 -0
  63. amsdal/mixins/__init__.cpython-310-darwin.so +0 -0
  64. amsdal/mixins/build_mixin.cpython-310-darwin.so +0 -0
  65. amsdal/mixins/class_versions_mixin.cpython-310-darwin.so +0 -0
  66. amsdal/schemas/manager.cpython-310-darwin.so +0 -0
  67. amsdal/services/__init__.cpython-310-darwin.so +0 -0
  68. amsdal/services/transaction_execution.cpython-310-darwin.so +0 -0
  69. {amsdal-0.3.3.dist-info → amsdal-0.3.5.dist-info}/METADATA +1 -1
  70. {amsdal-0.3.3.dist-info → amsdal-0.3.5.dist-info}/RECORD +74 -74
  71. {amsdal-0.3.3.dist-info → amsdal-0.3.5.dist-info}/LICENSE.txt +0 -0
  72. {amsdal-0.3.3.dist-info → amsdal-0.3.5.dist-info}/WHEEL +0 -0
  73. {amsdal-0.3.3.dist-info → amsdal-0.3.5.dist-info}/licenses/LICENSE.txt +0 -0
  74. {amsdal-0.3.3.dist-info → amsdal-0.3.5.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.5'
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.5
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -1,9 +1,9 @@
1
1
  amsdal/manager.pyi,sha256=RZbDD13oealwKzsqzRPv35XgGhrenSJprZT06cif5WI,14316
2
2
  amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- amsdal/manager.cpython-310-darwin.so,sha256=c9NgqcalEAYKOuJtAJVac6hhwG5WYre_drGs21_1SDM,517840
3
+ amsdal/manager.cpython-310-darwin.so,sha256=7Dfgzn4IgQCUMQovMwhr8glILnu6PTfeJcCN9GHvWdY,517920
4
4
  amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
5
5
  amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=VcPLiGSghykwD290sS5A3hSNtPcz5hoBRgNaUTKdEnY,73573
6
- amsdal/__about__.py,sha256=nuQoRMVxEFmmXdiamtaosOdy-Tha_TsiC3HWiNOUWbE,124
6
+ amsdal/__about__.py,sha256=kahs1ngEjlJdKnzW4PK9E1oHudEgwjPflsuT_dSgktk,124
7
7
  amsdal/errors.pyi,sha256=DGJ2uCtElCW2UUlmudLf9Q0zYua52BDHWdMTj8Zkch4,637
8
8
  amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  amsdal/errors.py,sha256=G8vaKMbB5NQZYJ92OIhGYpfmRphCHYPhK1vXxaLrBPQ,658
@@ -14,10 +14,10 @@ amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  amsdal/context/manager.py,sha256=CKGY75P2y-TCnZvK5p9NJsDgHo8KXHSE0Eg5AGRjnfk,1850
15
15
  amsdal/mixins/class_versions_mixin.pyi,sha256=oSXjkTsN35d-3YgCckclhk7xRkljKHLYtN8a8gJgj2o,548
16
16
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- amsdal/mixins/build_mixin.cpython-310-darwin.so,sha256=uT-02UhIOSsaJ802X29BlVvkx1amt3zLnIoRNTYZs_s,337464
17
+ amsdal/mixins/build_mixin.cpython-310-darwin.so,sha256=bEotfr1q2M0ybWrCXT5FnIcvJ1uUk4ntsbgXqfOGXPQ,337464
18
18
  amsdal/mixins/build_mixin.pyi,sha256=gNub1Eu4CtnW6qbOLvkxP8mE-WhM2k8Ru4R4th5905s,2395
19
- amsdal/mixins/__init__.cpython-310-darwin.so,sha256=dRoUx6FPdYzeAOO8Ts9lQOdEUGGjfULVlFZmYBv-zn8,120672
20
- amsdal/mixins/class_versions_mixin.cpython-310-darwin.so,sha256=dUbf9YmKDC7ntvktX_sZPoJlTMOWbgHs_Zbjm1st0ss,180512
19
+ amsdal/mixins/__init__.cpython-310-darwin.so,sha256=1cbvAn0ytfE9AghI-ozHI0c7w5S-9USAo8zLBM3aPF0,120672
20
+ amsdal/mixins/class_versions_mixin.cpython-310-darwin.so,sha256=OA8ZwYOQy_fO4qxbVIhb3n2dwohOMD5NVvPwO_WxxRg,180512
21
21
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
23
23
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -29,7 +29,7 @@ amsdal/utils/tests/helpers.py,sha256=AV6TCF328SdfJpQugrCW5p-dDqCaxDABp_bS9hEhMrU
29
29
  amsdal/utils/rollback/__init__.pyi,sha256=ABDuUBt3_uTE600GP1Z_NAMxySPbLs9tIyTNNeu4lbU,962
30
30
  amsdal/utils/rollback/__init__.py,sha256=58LKVHOttK26TZdhZODnT4Phn67hlexNkPLCFKNUmT0,14951
31
31
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
- amsdal/contrib/__init__.cpython-310-darwin.so,sha256=2rhAjuP_YT0s0MQ29dEScbJ2TIMvyRl0Y9s7XstxJCY,120672
32
+ amsdal/contrib/__init__.cpython-310-darwin.so,sha256=peHODFsfftIP9PIEt2AsjjmojZ1Nr8P5U0wQ64aOmvY,120672
33
33
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
34
34
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
35
35
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -90,7 +90,7 @@ amsdal/contrib/frontend_configs/conversion/convert.pyi,sha256=zl-M_yK9n3LvbOjs6G
90
90
  amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08bBfbbxrc6TeFDSnosGimSoNcI,139
91
91
  amsdal/schemas/manager.pyi,sha256=Trl6hVRoerdyTlKNYYk8QuhAsDWKj57gMgKRhMg4Ksk,2804
92
92
  amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
93
- amsdal/schemas/manager.cpython-310-darwin.so,sha256=TLT29edU7ZGoqlhinE3ndoV-__gF_waDKl7XWS0m1-s,232896
93
+ amsdal/schemas/manager.cpython-310-darwin.so,sha256=8zLH9eM99NvCetrRa4b0sqgJeHq9WA8ZUKHeqrd0NAA,232896
94
94
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
95
95
  amsdal/schemas/manager.py,sha256=PzJXc1xKs2_sS1SDfSJ0B_jftFfOqCDZrBywvRI7we4,4639
96
96
  amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
@@ -130,115 +130,115 @@ amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
130
130
  amsdal/configs/main.pyi,sha256=mVr27fnB05XsRoFk_o0LMB4Ug-dNaPJlDHKdrUZPrLw,6881
131
131
  amsdal/configs/main.py,sha256=GWunT_7daFf6t5Jre16zvOyQIRyA7LWjuz8BzTgVztw,9169
132
132
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
133
- amsdal/cloud/enums.cpython-310-darwin.so,sha256=VmoifcQaEdA-diHiaaSoJcwMXJnVsMzhQokyCZ-ojvY,158000
133
+ amsdal/cloud/enums.cpython-310-darwin.so,sha256=Vp1Rfl3ZxU__JF26UuJvuM2W6mz5L6-CZFDIrdrzsew,158000
134
134
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
135
135
  amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
136
- amsdal/cloud/client.cpython-310-darwin.so,sha256=loBVKo4LNtkiZZwpfK_ZKU92RUM3gspU4PBzRs8iGMw,215952
137
- amsdal/cloud/__init__.cpython-310-darwin.so,sha256=wWZmE_BodCD7GiCF3T184JAQPrKmtLre4sk3eikWIVw,120656
138
- amsdal/cloud/constants.cpython-310-darwin.so,sha256=c-YrTM1GErMcoO0DF62RtzkVGu2BJ8VShyubZh86BfQ,158624
136
+ amsdal/cloud/client.cpython-310-darwin.so,sha256=2G_LcafEOjDZu56jWu4jDpMJAqki-JrUx1NKVuvdc3w,215952
137
+ amsdal/cloud/__init__.cpython-310-darwin.so,sha256=q5TT8ojeX4lhkzlDDSlWTJgTWbyyx52BlPR0vXy9Gag,120656
138
+ amsdal/cloud/constants.cpython-310-darwin.so,sha256=ic1TftYpZfEAy3QDqT_dq1DWXvHRAtDf5-mz4-LxxQM,158624
139
139
  amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
140
140
  amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
141
141
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
142
- amsdal/cloud/models/base.cpython-310-darwin.so,sha256=aSO0LEPG1vwInqoT39cCAddGlHhLSZSR1EO29IrOoLk,211584
143
- amsdal/cloud/models/__init__.cpython-310-darwin.so,sha256=ajncoh6nwzqsnourAlfo-g12mw4w8gOSUtPT4qfyaNI,120688
142
+ amsdal/cloud/models/base.cpython-310-darwin.so,sha256=WoFhRWMGjGpLhPDv3sDa6Zkem0tAIs747pp8Eeg-XE4,211584
143
+ amsdal/cloud/models/__init__.cpython-310-darwin.so,sha256=_JtQDXtqauh8XAX_EUZCh8MeChpsPrZQZnXsrUVkwUQ,120688
144
144
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
145
- amsdal/cloud/services/__init__.cpython-310-darwin.so,sha256=j5gpqos-Q-26qwVz1Y6C-Er19qZclxi7QxOD9LWFryM,120704
146
- amsdal/cloud/services/auth/token.cpython-310-darwin.so,sha256=NEJxC-AUmdDVJnjNLMnFSg9CXhJln6A0ouN_sutKNmU,251008
145
+ amsdal/cloud/services/__init__.cpython-310-darwin.so,sha256=s3LDHsOuv2lebTRf14Rf5FlebTHiTdEkp-gCooAaD04,120704
146
+ amsdal/cloud/services/auth/token.cpython-310-darwin.so,sha256=yWXfyPCr9owjVskuRiUukPcVxqhJkko2zPdhZN41zPI,251008
147
147
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
148
148
  amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
149
149
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
150
- amsdal/cloud/services/auth/manager.cpython-310-darwin.so,sha256=9pxstNm8KC2WRIrjRz160aK_zuKfIPE8EfCJgTHUom0,214080
150
+ amsdal/cloud/services/auth/manager.cpython-310-darwin.so,sha256=36kPo-QmODTyEXgM-83r1DAzupJ_hWWPolZVz_14Wsg,214080
151
151
  amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
152
- amsdal/cloud/services/auth/base.cpython-310-darwin.so,sha256=Q20k1zCl21fnnUab_3fg_Y16FCinsfzEsDGqtYhPXm4,163040
153
- amsdal/cloud/services/auth/__init__.cpython-310-darwin.so,sha256=t6Au--wGelGuIEuwG4TBOha3nJWTL59bfDTjoK-dF6s,120720
152
+ amsdal/cloud/services/auth/base.cpython-310-darwin.so,sha256=ouDT91kOjnny_IYUJJgmh5JOXG8J3GYmQGghpfHRkO4,163040
153
+ amsdal/cloud/services/auth/__init__.cpython-310-darwin.so,sha256=dfhMOeHMTlyFrZu0AYWC0GKg3SQ8CCehGeZkX_WXGmk,120720
154
154
  amsdal/cloud/services/auth/token.pyi,sha256=-SCK3mrIYpQgQUBc4roijltOZfKzZl0EqI5yCIDNVCI,1108
155
- amsdal/cloud/services/auth/credentials.cpython-310-darwin.so,sha256=rhrkD3htq9GO7ZBHw4-yHLz5-q7OpbgkrAFyZFolIKM,253128
156
- amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so,sha256=CGFDi8lePEj2P1vqDX6mEyGHFqB0DYgHBVQu2PRmWuc,216152
155
+ amsdal/cloud/services/auth/credentials.cpython-310-darwin.so,sha256=bZPCGH3u_ydC4nb9BnJu_7AIBXY6WrQ5RmN4yv7UO7k,253128
156
+ amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so,sha256=YzvZrTuqnCc9PgZeJU_HzaiVUzlTgYi9FkldNwQ5uyo,216152
157
157
  amsdal/cloud/services/auth/credentials.pyi,sha256=94MbGuKwVw7T_JJjpsHBkXpjI0BedVY2KSrOjzSP97E,1483
158
- amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so,sha256=KESORnse5I5F2tBcSSH6nq2AcPsRy_vP2ZQdre-t5Es,180984
159
- amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so,sha256=En2A9B-meJoFAS7IjD7lihcPuINicFdU468XHU6VCmc,180472
160
- amsdal/cloud/services/actions/list_envs.cpython-310-darwin.so,sha256=3WcSBY0lfs_F7Exf1tvcGXPex0K_kmWet5DnMlfxz10,180688
158
+ amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so,sha256=Catx2G9OM1rk6cOEcsOtaOlvwr3x6qOSLyd17hNeZ0I,180984
159
+ amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so,sha256=BAQNsJPktAiWA50LumNhOpGbaNcpeUsnaYSu6FzWp5A,180472
160
+ amsdal/cloud/services/actions/list_envs.cpython-310-darwin.so,sha256=fpGcT8u7OF_vMFsRI-KBuqXLmnhxNa3IA08pmVvPyyI,180688
161
161
  amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
162
- amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so,sha256=TpE75Zy_tBlDg4ovF0jNKNl5d8MZHEK42IPnF6DRtLg,181240
162
+ amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so,sha256=9JKuXy3kUr_U8SZjkOFDOaa5zT3tQulLrV_-3iWXtl8,181240
163
163
  amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
164
164
  amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
165
165
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
166
- amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so,sha256=ORL8tZB9tC7_BK41Ejrrk28lNg6myIiVjTTt4QNiCSQ,252600
166
+ amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so,sha256=Fms3hre2Vwc5BLmuUlqCOGVRhVl_GOqU6N7GIXEDnvE,252600
167
167
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
168
- amsdal/cloud/services/actions/create_session.cpython-310-darwin.so,sha256=U8SnC_yz5SmA-qRN3vKtircrpnQj6LLmNdwJTZsK7ro,180920
168
+ amsdal/cloud/services/actions/create_session.cpython-310-darwin.so,sha256=-_c1v0qPwJbTZgjY14WTY6CV8546pJEeeF0ZIIwrYko,180920
169
169
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
170
170
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
171
- amsdal/cloud/services/actions/manager.cpython-310-darwin.so,sha256=KJfYBaZdcVCyCKVX_szt_XHW4rT8fbg_cYCjDTFw9Ds,371248
171
+ amsdal/cloud/services/actions/manager.cpython-310-darwin.so,sha256=bQE8-wH5bOQreecqPlcYXGqvupY3SF7E7ac4HjI_CQY,371248
172
172
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
173
- amsdal/cloud/services/actions/base.cpython-310-darwin.so,sha256=oIlOVhpqr6zbsXjEb7HaEsOFL2_FYfWNQjgrQR1zFFo,323504
174
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-310-darwin.so,sha256=ef9-VTu82V_OissoikTV6kUjNLUNxRTVpYMP4uQaOxI,181016
175
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-310-darwin.so,sha256=PmlnA_T3WFExlSDZ9eKKdhyeBnT1-vbH_cup5KGr310,180712
176
- amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so,sha256=JF7MLZdo4lBeshgIutz1JlB9TpJD_AFAnCzxDejUT8A,180520
177
- amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so,sha256=DIf_zQKB4axlenSIsp_sfabyNxHsjx7h6mwRaeNS0_w,180680
178
- amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so,sha256=oO2gqOrJMHQGRX5K4FXQ4p2IcMnUD_hU7KioB5OgnHk,181120
179
- amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so,sha256=7zyD7g3O9Pf8m4glOkDx3Va3B0zulGWaoJfebXLiz3g,180584
180
- amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so,sha256=XQXmn2Mp6w4blUWY4AGYeXXyYjWPqsXoqDxt4Wn8isw,180696
173
+ amsdal/cloud/services/actions/base.cpython-310-darwin.so,sha256=56oJrucpg1eGdnl888ADLTk2G1LfHMvk4ERMcvRICuo,323504
174
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-310-darwin.so,sha256=N9ml_b5_UX1j-9EDeVXIhDvtcwRERC9FdCuV8qPPz04,181016
175
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-310-darwin.so,sha256=WpB8jORtNMGYDSges6pcLlHOebf9bvHcUm2c0jBwJD8,180712
176
+ amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so,sha256=edxVQ8v-CADEkJdIEfCrK27ubmSk6T71HO-gYe83OQw,180520
177
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so,sha256=hdEzeQuWRLB_y4UUw7p6utwxPhD1uX8-UngWbRZofSw,180680
178
+ amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so,sha256=JXbJJcE3N6LlhkDE0Bk5FgeSOAu0aglrie6seG4g_78,181120
179
+ amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so,sha256=YBT56PxMAQf3yrG0ph6wP5dNIh0FWR5cbC0les-P0us,180584
180
+ amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so,sha256=Mh0IElOGTqee4BVeyPgZjhijh31RtIXjQgajD40Jxcc,180696
181
181
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
182
182
  amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
183
- amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so,sha256=BmkuqTidj87F8qE7kX3MbutfHiA9WiZ9Dh7qg2VHfM4,181240
183
+ amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so,sha256=qHMiuaM2pFr3uLWAhFaG0m05Yjt2hWWu_rQLvRwELb8,181240
184
184
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
185
- amsdal/cloud/services/actions/delete_env.cpython-310-darwin.so,sha256=Hzsq8M4vC9trnZHaldmjq4QfgfskT7EJopYPFayvA_o,180760
186
- amsdal/cloud/services/actions/__init__.cpython-310-darwin.so,sha256=wmnOWQXPIVIxAQ5JZ41imRarBbtWdzAD9OxBjnEw8nA,120736
185
+ amsdal/cloud/services/actions/delete_env.cpython-310-darwin.so,sha256=fVWNbakWaOfi9z2x5Xb9IAr-BCMtb6YISbqtb0sn5t4,180760
186
+ amsdal/cloud/services/actions/__init__.cpython-310-darwin.so,sha256=lfh7tGZE0BgcaaLsuHzg3AGKqsVERquRbGYllIL7amg,120736
187
187
  amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
188
188
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
189
189
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
190
190
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
191
191
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
192
192
  amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
193
- amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so,sha256=6HkGMLzzceMHYrgA0TSragD7Aj_HLK05XeebSfjkTLc,180632
193
+ amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so,sha256=F85ieI1xrZd2Wtwn4qlDSC3_gAKN2DYIHHdrKYCyPdI,180632
194
194
  amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
195
195
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
196
196
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
197
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so,sha256=pbkjfjSfmQ46bX496Di2gnC2-Es0EdeeFOZi5xVP0GA,180768
198
- amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so,sha256=7lt8skf75mfu2V2KGQdVGIAUO9H0vfVLvz1f81FJQnw,180648
197
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so,sha256=u1ITJCS2JLnmhGZxZVF4xR3l33H-2cC1_e1WR2VO-6Q,180768
198
+ amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so,sha256=8Kde6W_MlgHZYRUWT6Sy1QxKdat69WrWeChxQhrmpFA,180648
199
199
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
200
200
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
201
201
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
202
- amsdal/cloud/services/actions/add_basic_auth.cpython-310-darwin.so,sha256=V91UrB6Bq6ULQM1FuvVkrL2BcaJ67ANGlBDKCrg0CzY,181048
202
+ amsdal/cloud/services/actions/add_basic_auth.cpython-310-darwin.so,sha256=GDHwuQJZii-xHiTjx1zkCddivCxFJZfWBAzuYMFAyEQ,181048
203
203
  amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
204
- amsdal/cloud/services/actions/get_monitoring_info.cpython-310-darwin.so,sha256=Kxlfqsi8mketco2W3SVyOfrHAw2mjFrPLz8A0FFE2SQ,180912
205
- amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so,sha256=JvO9AmtNj7b5hbModTGVwhlKsgmZ5Xj_muKEN7RYjHs,180984
204
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-310-darwin.so,sha256=neNMJFsrrxrLAQbcfbklI24zvky_Tu42FZ0RMQLj4v8,180912
205
+ amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so,sha256=aqlXsaXB-Lr_ncjjX7jEh8bIX_1v7Ma02SMwLjHekfY,180984
206
206
  amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
207
- amsdal/cloud/services/actions/create_env.cpython-310-darwin.so,sha256=5g-spf-MI1ALsHMieL-FlYsh-sIhnLRxvCSxPVJh960,180760
207
+ amsdal/cloud/services/actions/create_env.cpython-310-darwin.so,sha256=akCi-nPIR4zY2sMrp9r_OBAMLLGk16MPK6O0CPNshuE,180760
208
208
  amsdal/fixtures/manager.pyi,sha256=s8pLiN-kzBTZVVxU-YBExoeWU1YQAt4PEdP3CuzOMUk,9342
209
209
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
210
- amsdal/fixtures/manager.cpython-310-darwin.so,sha256=lXboeuvt_D0T8K-lp9Vnim7kWwztnCdU13AFJKRkkhs,637872
211
- amsdal/fixtures/__init__.cpython-310-darwin.so,sha256=erbU76GGyHhn9uw8mEn1GrNguU766azVy4hP-Nnj9jw,120672
212
- amsdal/migration/base_migration_schemas.cpython-310-darwin.so,sha256=L-rrGJUKSzHJ50kY5GgG3BMtv0sGji60Mncfivd0lZ4,462464
213
- amsdal/migration/file_migration_store.pyi,sha256=ijFmdl5bjrPE8cqyS0WeUy5ZN_v08lLCuXA23woVXgg,2257
214
- amsdal/migration/file_migration_executor.pyi,sha256=pxhk5mxoXTkz8NX5gMMv_WC2sUdxpuMSXNjv9sNJCBk,3982
210
+ amsdal/fixtures/manager.cpython-310-darwin.so,sha256=ZqGbHF2re06XKipbZnlobYjMlMJYGKYSftXDjHF6vCs,637872
211
+ amsdal/fixtures/__init__.cpython-310-darwin.so,sha256=QglT46vE1IHx6LwcVzSBYBAZz9Fvp9NCLLOcmiaD8Io,120672
212
+ amsdal/migration/base_migration_schemas.cpython-310-darwin.so,sha256=yTn5ZV081YC5FA1boDucAfPjvXP8pUk4p9DHM6koz9I,462464
213
+ amsdal/migration/file_migration_store.pyi,sha256=CcASlu0UowxDKbur8UYsuFCl5AdPFWCY47jnMAsxo6w,4090
214
+ amsdal/migration/file_migration_executor.pyi,sha256=jsWGSYx-Fmcf7q8NoFZ7Vte_JjutvKyO763igmhB04I,7158
215
215
  amsdal/migration/migrations_loader.pyi,sha256=i1TsBHT52piM-gAGJGjYplbZHJJtZvJ83b_-gYSN2xU,1129
216
216
  amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
217
217
  amsdal/migration/file_migration_writer.pyi,sha256=yIWvdLciu6Dnr0ZwplvZdMKxN4rl8BazotFrOxfCLh0,2275
218
218
  amsdal/migration/base_migration_schemas.pyi,sha256=l2bGckKVR7wkilFv9LueCr3nUq6g9IPOj-dDPUTrw34,5200
219
219
  amsdal/migration/data_classes.pyi,sha256=RhSQakTOSu8dBFyAoV7T5AJ1_7YIjUi3dt2RFLxX_Qs,5688
220
220
  amsdal/migration/utils.pyi,sha256=AM1jSDzwuT_Tt1DdT3ZlDtud-prPc6ytlanw2vPkqvI,2435
221
- amsdal/migration/__init__.cpython-310-darwin.so,sha256=3zEOSZ706-PrKsFtsL0j46-69Gdd3Y6WZk64bmmWv0o,120688
222
- amsdal/migration/migrations.cpython-310-darwin.so,sha256=dvMbXKvBEj8GPPAoymhEGRPYalO8jPgeVSD26ohxqOQ,267896
221
+ amsdal/migration/__init__.cpython-310-darwin.so,sha256=ZocntcmeeUn1tyve4wU2Xu8MNqIGVpSoSaCN3P3TU20,120688
222
+ amsdal/migration/migrations.cpython-310-darwin.so,sha256=9nPLikUioMDLxrAWCwylzRqrWUB_JmiLQzyOb96HHfQ,267896
223
223
  amsdal/migration/schemas_loaders.pyi,sha256=al7V-fO1z88go1eitWLWolxNSJNjTsZRLg0gYYvi2A8,1607
224
- amsdal/migration/data_classes.cpython-310-darwin.so,sha256=0qAAc0fRQLxv-UW8-hrcoOsp6X6XT4pNcTMiS4yFj_s,216824
225
- amsdal/migration/file_migration_store.cpython-310-darwin.so,sha256=scIUz8eCBwX61ryUlGzr-6RHSRWRhDThrMPIQ78MWGs,440752
226
- amsdal/migration/migrations_loader.cpython-310-darwin.so,sha256=yamfoHb_TzbKbNNrnF0Qwh78soN8ylMDcPbqzI3PAwY,217560
227
- amsdal/migration/file_migration_executor.cpython-310-darwin.so,sha256=uAPykR94zjpKiWun-LTFnovY2UXJa8tAahEUgTpt8VI,354752
228
- amsdal/migration/schemas_loaders.cpython-310-darwin.so,sha256=Ka3DqAJazMehrXZJosfnKAtSiac0JPNBd81yKolAvw8,256760
229
- amsdal/migration/file_migration_generator.cpython-310-darwin.so,sha256=TSf7hSJmLeHYqKyWOx8feQ1rbz6KwrDDG1PtDau9Ghg,393984
230
- amsdal/migration/file_migration_generator.pyi,sha256=KbQnN0ySKLNNOIqXrQ1ZGWwyPRtGYMiN-B0y8h0HEBs,5815
231
- amsdal/migration/utils.cpython-310-darwin.so,sha256=fPVkkz6l6Wp3Bp5gC8UZUzPVXo8tZXdg4GtzvjJuMhA,303184
232
- amsdal/migration/file_migration_writer.cpython-310-darwin.so,sha256=1gdr6PfX7WDd6ITqZl0GKcHAcQKkE_--QOc6FjAkpXM,252336
224
+ amsdal/migration/data_classes.cpython-310-darwin.so,sha256=DPJbySFujccg2nd9Jjnc9pclpypzG74MmAr8R5YKCrk,216824
225
+ amsdal/migration/file_migration_store.cpython-310-darwin.so,sha256=0WnXeKxpdv5g1M-6EFFtBsIK9JC1W8wRl0dB5M3sDhE,671360
226
+ amsdal/migration/migrations_loader.cpython-310-darwin.so,sha256=5vsz61YRu40khsaMfkJEqxYblzIpralb3CXglaXSIKU,217560
227
+ amsdal/migration/file_migration_executor.cpython-310-darwin.so,sha256=xMhQxu5YgfG3U2FZGKeSn7ozwGBwEGcRdFL3q4HJ36s,566864
228
+ amsdal/migration/schemas_loaders.cpython-310-darwin.so,sha256=v45T97FMJv5vBCZABb3MNfSuSjfUaUjkzpPcFO4gey4,256760
229
+ amsdal/migration/file_migration_generator.cpython-310-darwin.so,sha256=t1GYI56gTIOvYBflDiO9UFY35SxavTn0--74CB8-eqI,592656
230
+ amsdal/migration/file_migration_generator.pyi,sha256=oVUhpO-zqPETy_7JMiQl-bEqjBMIP174mEYy5hQ3Uh8,9545
231
+ amsdal/migration/utils.cpython-310-darwin.so,sha256=q7k5EvWsYcHWXiyWx4lKUK9mvqZmmdbaITEKCwmUfFc,303184
232
+ amsdal/migration/file_migration_writer.cpython-310-darwin.so,sha256=_IvzOZypw6v9Gx7Bv6AdYyKIAHTOTDZdnvsezrHdF2Y,252336
233
233
  amsdal/migration/migrations.pyi,sha256=lvQ29dMRu3EfaiyiSn9U1GhFlBE6l94Yh5AeJcWpcHw,6079
234
234
  amsdal/migration/executors/base.pyi,sha256=sC7oy0tGvOw-YljfmE5L1PhzdwXsCdGMUpnx3Wf4wdA,5241
235
- amsdal/migration/executors/state_executor.pyi,sha256=AHMe16WSVZUMMKyLaPpZbdRq_uzV09QtmJcBXYIXJ_w,3397
236
- amsdal/migration/executors/default_executor.cpython-310-darwin.so,sha256=uADUFQ9f_z_fJq8bfrPcXD-KqbcTGYJDfXvTMXSZYsQ,892392
235
+ amsdal/migration/executors/state_executor.pyi,sha256=1Hx4WjGYRO3ekkt9xzQdOe5xbTWqf4E7jyKq0ri9q8o,6517
236
+ amsdal/migration/executors/default_executor.cpython-310-darwin.so,sha256=V0GaJ0dTX2p8tiYsURxXmVQhwGRTkxRKyBRNyqp6HL8,892392
237
237
  amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
238
- amsdal/migration/executors/base.cpython-310-darwin.so,sha256=FB0v_UnvAuxCQHbCg1_nyYZeCg1gqRHUbxtzju7tgFo,377456
239
- amsdal/migration/executors/__init__.cpython-310-darwin.so,sha256=iuk8YoXumvVhpYJgiYl-dAsT_jLWCRbzsFDOzT8w96k,120736
238
+ amsdal/migration/executors/base.cpython-310-darwin.so,sha256=8-Kf-f7ptjGTVnfyUoD27S-ZafZvv8ou2BRy3egP_GA,377456
239
+ amsdal/migration/executors/__init__.cpython-310-darwin.so,sha256=Qt_pdc4PbnU2RzEi0EYU1vjYUBxmcZNoR1h9nqUAl-o,120736
240
240
  amsdal/migration/executors/default_executor.pyi,sha256=jkT5ZtmOR-Sq4HPdONM2WzV-MYsZuI6mO0XH5nqeiqo,9467
241
- amsdal/migration/executors/state_executor.cpython-310-darwin.so,sha256=dxXxlTsRroj86AcoraOc2K2eV16Nn6K-WHJDNyjbo10,250472
241
+ amsdal/migration/executors/state_executor.cpython-310-darwin.so,sha256=_MtG4pJqK-KG5W83dj9W0d8R4Qgo-ELx1l-1_9TAkfw,358968
242
242
  amsdal/migration/templates/model_class_layout.tmpl,sha256=ttbq0xgimvHn-ffM4ZSj2_DMH5srCmUtkwGd38pyDXY,766
243
243
  amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
244
244
  amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
@@ -247,11 +247,11 @@ amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9
247
247
  amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
248
248
  amsdal/services/transaction_execution.pyi,sha256=Td4v3JGDA7GcVKhiYYeZoO2VNELS4iH_ihDXJbTkEk4,4301
249
249
  amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
250
- amsdal/services/__init__.cpython-310-darwin.so,sha256=sXUpTbaCoeFwcu-DHwQgvhHOrWByDFmTAR_YjKqRlkU,120672
251
- amsdal/services/transaction_execution.cpython-310-darwin.so,sha256=-HriaS0DelQ-SX1f6zuYUyDLTJik6DNTGzgGq9It2EQ,434224
252
- amsdal-0.3.3.dist-info/RECORD,,
253
- amsdal-0.3.3.dist-info/WHEEL,sha256=hckVD9W218I-cSckYATMe3Ko_37-6EaiE9IaoMBKclc,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
250
+ amsdal/services/__init__.cpython-310-darwin.so,sha256=p36j763a7FGPG4a_u43FZwAPKSLeIEzltLKYbXkze5k,120672
251
+ amsdal/services/transaction_execution.cpython-310-darwin.so,sha256=4_gadioFZjA5weq_UzDKzQ18D76bC90ieDkqoUledw4,434224
252
+ amsdal-0.3.5.dist-info/RECORD,,
253
+ amsdal-0.3.5.dist-info/WHEEL,sha256=hckVD9W218I-cSckYATMe3Ko_37-6EaiE9IaoMBKclc,114
254
+ amsdal-0.3.5.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
255
+ amsdal-0.3.5.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
256
+ amsdal-0.3.5.dist-info/METADATA,sha256=ovtPae1ikpZy-ipIrxbSKIOBTMaZ39CJh0UMEvXashE,57383
257
+ amsdal-0.3.5.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
File without changes