amsdal 0.1.24__cp310-cp310-macosx_10_9_universal2.whl → 0.1.26__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 (76) 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/contrib/auth/models/user/hooks/pre_create.py +1 -1
  42. amsdal/fixtures/__init__.cpython-310-darwin.so +0 -0
  43. amsdal/fixtures/manager.cpython-310-darwin.so +0 -0
  44. amsdal/manager.cpython-310-darwin.so +0 -0
  45. amsdal/migration/__init__.cpython-310-darwin.so +0 -0
  46. amsdal/migration/base_migration_schemas.cpython-310-darwin.so +0 -0
  47. amsdal/migration/data_classes.cpython-310-darwin.so +0 -0
  48. amsdal/migration/executors/__init__.cpython-310-darwin.so +0 -0
  49. amsdal/migration/executors/base.cpython-310-darwin.so +0 -0
  50. amsdal/migration/executors/default_executor.cpython-310-darwin.so +0 -0
  51. amsdal/migration/executors/state_executor.cpython-310-darwin.so +0 -0
  52. amsdal/migration/file_migration_executor.cpython-310-darwin.so +0 -0
  53. amsdal/migration/file_migration_generator.cpython-310-darwin.so +0 -0
  54. amsdal/migration/file_migration_store.cpython-310-darwin.so +0 -0
  55. amsdal/migration/file_migration_writer.cpython-310-darwin.so +0 -0
  56. amsdal/migration/migrations.cpython-310-darwin.so +0 -0
  57. amsdal/migration/migrations_loader.cpython-310-darwin.so +0 -0
  58. amsdal/migration/schemas_loaders.cpython-310-darwin.so +0 -0
  59. amsdal/migration/utils.cpython-310-darwin.so +0 -0
  60. amsdal/mixins/__init__.cpython-310-darwin.so +0 -0
  61. amsdal/mixins/build_mixin.cpython-310-darwin.so +0 -0
  62. amsdal/mixins/class_versions_mixin.cpython-310-darwin.so +0 -0
  63. amsdal/operations/__init__.cpython-310-darwin.so +0 -0
  64. amsdal/operations/manager.cpython-310-darwin.so +0 -0
  65. amsdal/schemas/manager.cpython-310-darwin.so +0 -0
  66. amsdal/services/__init__.cpython-310-darwin.so +0 -0
  67. amsdal/services/transaction_execution.cpython-310-darwin.so +0 -0
  68. amsdal/utils/tests/__init__.py +0 -0
  69. amsdal/utils/tests/enums.py +18 -0
  70. amsdal/utils/tests/factories.py +49 -0
  71. amsdal/utils/tests/helpers.py +311 -0
  72. {amsdal-0.1.24.dist-info → amsdal-0.1.26.dist-info}/METADATA +5 -1
  73. {amsdal-0.1.24.dist-info → amsdal-0.1.26.dist-info}/RECORD +76 -72
  74. {amsdal-0.1.24.dist-info → amsdal-0.1.26.dist-info}/LICENSE.txt +0 -0
  75. {amsdal-0.1.24.dist-info → amsdal-0.1.26.dist-info}/WHEEL +0 -0
  76. {amsdal-0.1.24.dist-info → amsdal-0.1.26.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.1.24'
4
+ __version__ = '0.1.26'
Binary file
Binary file
Binary file
@@ -1,2 +1,2 @@
1
- def pre_create(self) -> None: # type: ignore[no-untyped-def] # noqa: ARG001
1
+ def pre_create(self) -> None: # type: ignore[no-untyped-def]
2
2
  pass
Binary file
File without changes
@@ -0,0 +1,18 @@
1
+ from enum import Enum
2
+
3
+
4
+ class DbExecutionType(str, Enum):
5
+ lakehouse_only = 'lakehouse_only'
6
+ include_state_db = 'include_state_db'
7
+
8
+
9
+ class StateOption(str, Enum):
10
+ sqlite = 'sqlite'
11
+ postgres = 'postgres'
12
+
13
+
14
+ class LakehouseOption(str, Enum):
15
+ postgres = 'postgres'
16
+ postgres_immutable = 'postgres-immutable'
17
+ sqlite = 'sqlite'
18
+ sqlite_immutable = 'sqlite-immutable'
@@ -0,0 +1,49 @@
1
+ import contextlib
2
+ from typing import Any
3
+ from typing import Generic
4
+ from typing import TypeVar
5
+ from typing import Union
6
+ from typing import get_origin
7
+
8
+ from amsdal_models.classes.model import LegacyModel
9
+ from amsdal_models.classes.model import Model
10
+ from amsdal_utils.models.data_models.reference import Reference
11
+ from polyfactory.factories.base import BuildContext
12
+ from polyfactory.field_meta import FieldMeta
13
+ from polyfactory.field_meta import Null
14
+
15
+ try:
16
+ import polyfactory.factories.pydantic_factory as factories
17
+ except ImportError:
18
+ _msg = '"polyfactory" package is required for using this module. Use "pip install amsdal[factory]" to install it.'
19
+ raise ImportError(_msg) from None
20
+
21
+
22
+ T = TypeVar('T', bound=Model)
23
+
24
+
25
+ class AmsdalFactory(Generic[T], factories.ModelFactory[T]):
26
+ __is_base_factory__ = True
27
+
28
+ @classmethod
29
+ def get_field_value(
30
+ cls,
31
+ field_meta: FieldMeta,
32
+ field_build_parameters: Any | None = None,
33
+ build_context: BuildContext | None = None,
34
+ ) -> Any:
35
+ if get_origin(field_meta.annotation) is Union and field_meta.default is Null:
36
+ with contextlib.suppress(TypeError):
37
+ is_class_definition = any(
38
+ issubclass(arg, LegacyModel) for arg in field_meta.annotation.__args__
39
+ ) and any(issubclass(arg, Reference) for arg in field_meta.annotation.__args__)
40
+ is_optional = any(issubclass(arg, type(None)) for arg in field_meta.annotation.__args__)
41
+
42
+ if is_optional:
43
+ field_meta.annotation = type(None)
44
+ elif is_class_definition:
45
+ for _type in field_meta.annotation.__args__:
46
+ if not issubclass(_type, LegacyModel | type(None) | Reference):
47
+ field_meta.annotation = _type
48
+
49
+ return super().get_field_value(field_meta, field_build_parameters, build_context)
@@ -0,0 +1,311 @@
1
+ import os
2
+ import random
3
+ import string
4
+ import tempfile
5
+ from collections.abc import Generator
6
+ from collections.abc import Iterator
7
+ from contextlib import contextmanager
8
+ from contextlib import suppress
9
+ from pathlib import Path
10
+ from typing import Any
11
+
12
+ import yaml
13
+ from amsdal_utils.config.manager import AmsdalConfigManager
14
+ from amsdal_utils.models.enums import SchemaTypes
15
+
16
+ from amsdal.configs.constants import CORE_MIGRATIONS_PATH
17
+ from amsdal.configs.main import settings
18
+ from amsdal.manager import AmsdalManager
19
+ from amsdal.migration import migrations
20
+ from amsdal.migration.data_classes import ModuleTypes
21
+ from amsdal.migration.executors.default_executor import DefaultMigrationExecutor
22
+ from amsdal.migration.file_migration_executor import FileMigrationExecutorManager
23
+ from amsdal.migration.file_migration_generator import FileMigrationGenerator
24
+ from amsdal.migration.file_migration_writer import FileMigrationWriter
25
+ from amsdal.migration.migrations import MigrateData
26
+ from amsdal.migration.migrations import MigrationSchemas
27
+ from amsdal.migration.migrations_loader import MigrationsLoader
28
+ from amsdal.migration.schemas_loaders import JsonClassSchemaLoader
29
+ from amsdal.migration.utils import contrib_to_module_root_path
30
+ from amsdal.utils.tests.enums import DbExecutionType
31
+ from amsdal.utils.tests.enums import LakehouseOption
32
+ from amsdal.utils.tests.enums import StateOption
33
+
34
+ TESTS_DIR = Path(os.getcwd())
35
+
36
+
37
+ def create_postgres_database(database: str) -> tuple[str, str, str, str]:
38
+ import psycopg2
39
+ from psycopg2.extensions import ISOLATION_LEVEL_AUTOCOMMIT
40
+
41
+ db_host = os.getenv('POSTGRES_HOST', 'localhost')
42
+ db_port = os.getenv('POSTGRES_PORT', '5432')
43
+ db_user = os.getenv('POSTGRES_USER', 'postgres')
44
+ db_password = os.getenv('POSTGRES_PASSWORD', 'example')
45
+
46
+ conn = psycopg2.connect(
47
+ host=db_host,
48
+ port=db_port,
49
+ user=db_user,
50
+ password=db_password,
51
+ )
52
+ conn.set_isolation_level(ISOLATION_LEVEL_AUTOCOMMIT)
53
+ cur = conn.cursor()
54
+
55
+ with suppress(psycopg2.errors.DuplicateDatabase):
56
+ cur.execute(f'CREATE DATABASE "{database}"')
57
+
58
+ cur.close()
59
+ conn.close()
60
+
61
+ return (
62
+ db_host,
63
+ db_port,
64
+ db_user,
65
+ db_password,
66
+ )
67
+
68
+
69
+ @contextmanager
70
+ def override_settings(**kwargs: Any) -> Iterator[None]:
71
+ """
72
+ A context manager that temporarily overrides settings.
73
+
74
+ This is a copy of django.test.utils.override_settings, but with the
75
+ ability to override settings with None.
76
+ """
77
+ from amsdal.configs.main import settings
78
+
79
+ original_settings = settings.model_dump()
80
+
81
+ settings.override(**kwargs)
82
+
83
+ try:
84
+ yield
85
+ finally:
86
+ settings.override(**original_settings)
87
+
88
+
89
+ def _get_config_template(
90
+ db_execution_type: DbExecutionType,
91
+ lakehouse_option: LakehouseOption,
92
+ state_option: StateOption,
93
+ ) -> str:
94
+ config_object: dict[str, Any] = {
95
+ 'application_name': 'test_client_app',
96
+ 'connections': [
97
+ {'name': 'lock', 'backend': 'amsdal_data.lock.implementations.thread_lock.ThreadLock'},
98
+ ],
99
+ 'resources_config': {'lakehouse': 'lakehouse', 'lock': 'lock', 'repository': {'default': 'state'}},
100
+ }
101
+ if lakehouse_option in [LakehouseOption.postgres, LakehouseOption.postgres_immutable]:
102
+ config_object['connections'].append(
103
+ {
104
+ 'name': 'lakehouse',
105
+ 'backend': 'postgres-historical',
106
+ 'credentials': [
107
+ {
108
+ 'db_host': '{{ db_host }}',
109
+ 'db_port': '{{ db_port }}',
110
+ 'db_user': '{{ db_user }}',
111
+ 'db_password': '{{ db_password }}',
112
+ 'db_name': '{{ lakehouse_postgres_db }}',
113
+ }
114
+ ],
115
+ }
116
+ )
117
+ elif lakehouse_option in [LakehouseOption.sqlite, LakehouseOption.sqlite_immutable]:
118
+ config_object['connections'].append(
119
+ {
120
+ 'name': 'lakehouse',
121
+ 'backend': 'sqlite-historical',
122
+ 'credentials': [{'db_path': '{{ db_dir }}/sqlite_lakehouse.sqlite3'}],
123
+ }
124
+ )
125
+
126
+ if db_execution_type == DbExecutionType.lakehouse_only:
127
+ config_object['resources_config']['repository']['default'] = 'lakehouse'
128
+
129
+ return yaml.dump(config_object)
130
+
131
+ if state_option == StateOption.postgres:
132
+ config_object['connections'].append(
133
+ {
134
+ 'name': 'state',
135
+ 'backend': 'postgres',
136
+ 'credentials': [
137
+ {
138
+ 'db_host': '{{ db_host }}',
139
+ 'db_port': '{{ db_port }}',
140
+ 'db_user': '{{ db_user }}',
141
+ 'db_password': '{{ db_password }}',
142
+ 'db_name': '{{ state_postgres_db }}',
143
+ }
144
+ ],
145
+ }
146
+ )
147
+
148
+ elif state_option == StateOption.sqlite:
149
+ config_object['connections'].append(
150
+ {
151
+ 'name': 'state',
152
+ 'backend': 'sqlite',
153
+ 'credentials': [{'db_path': '{{ db_dir }}/sqlite_state.sqlite3'}],
154
+ }
155
+ )
156
+
157
+ return yaml.dump(config_object)
158
+
159
+
160
+ @contextmanager
161
+ def init_manager(
162
+ db_execution_type: DbExecutionType,
163
+ lakehouse_option: LakehouseOption,
164
+ state_option: StateOption,
165
+ ) -> Generator[AmsdalManager, Any, None]:
166
+ Path('.tmp').mkdir(exist_ok=True)
167
+ with tempfile.TemporaryDirectory(dir='.tmp') as temp_dir:
168
+ db_dir = Path(temp_dir) / 'db_dir'
169
+ (db_dir / 'warehouse').mkdir(exist_ok=True, parents=True)
170
+
171
+ lakehouse_database = ''.join(random.sample(string.ascii_letters, 16))
172
+ state_database = ''.join(random.sample(string.ascii_letters, 16))
173
+ config_text = _get_config_template(db_execution_type, lakehouse_option, state_option)
174
+
175
+ if lakehouse_option in [LakehouseOption.postgres, LakehouseOption.postgres_immutable]:
176
+ (
177
+ db_host,
178
+ db_port,
179
+ db_user,
180
+ db_password,
181
+ ) = create_postgres_database(lakehouse_database)
182
+
183
+ config_text = (
184
+ config_text.replace('{{ db_host }}', db_host)
185
+ .replace('{{ db_port }}', db_port)
186
+ .replace('{{ db_user }}', db_user)
187
+ .replace('{{ db_password }}', db_password)
188
+ .replace('{{ lakehouse_postgres_db }}', lakehouse_database)
189
+ )
190
+ elif lakehouse_option in [LakehouseOption.sqlite, LakehouseOption.sqlite_immutable]:
191
+ config_text = config_text.replace('{{ db_dir }}', db_dir.absolute().as_posix())
192
+
193
+ if state_option == StateOption.postgres:
194
+ create_postgres_database(state_database)
195
+ config_text = (
196
+ config_text.replace('{{ db_host }}', db_host)
197
+ .replace('{{ db_port }}', db_port)
198
+ .replace('{{ db_user }}', db_user)
199
+ .replace('{{ db_password }}', db_password)
200
+ .replace('{{ state_postgres_db }}', state_database)
201
+ )
202
+ elif state_option == StateOption.sqlite:
203
+ config_text = config_text.replace('{{ db_dir }}', db_dir.absolute().as_posix())
204
+
205
+ config_path = Path(temp_dir) / 'config.yml'
206
+ config_path.write_text(config_text)
207
+
208
+ with override_settings(APP_PATH=db_dir, CONFIG_PATH=config_path):
209
+ config_manager = AmsdalConfigManager()
210
+ config_manager.load_config(config_path)
211
+ manager = AmsdalManager()
212
+ manager.setup()
213
+ manager.post_setup()
214
+
215
+ try:
216
+ yield manager
217
+ finally:
218
+ manager.teardown()
219
+ AmsdalManager.invalidate()
220
+ AmsdalConfigManager.invalidate()
221
+
222
+
223
+ def _migrate_per_loader(executor: DefaultMigrationExecutor, loader: MigrationsLoader) -> None:
224
+ for _migration in loader:
225
+ migration_class = FileMigrationExecutorManager.get_migration_class(_migration)
226
+ migration_class_instance = migration_class()
227
+
228
+ for _operation in migration_class_instance.operations:
229
+ if isinstance(_operation, MigrateData):
230
+ executor.flush_buffer()
231
+
232
+ _operation.forward(executor)
233
+
234
+ executor.flush_buffer()
235
+
236
+
237
+ def migrate(app_schemas_path: Path) -> None:
238
+ schemas = MigrationSchemas()
239
+ executor = DefaultMigrationExecutor(schemas)
240
+ _migrate_per_loader(
241
+ executor,
242
+ MigrationsLoader(
243
+ migrations_dir=CORE_MIGRATIONS_PATH,
244
+ module_type=ModuleTypes.CORE,
245
+ ),
246
+ )
247
+
248
+ for contrib in settings.CONTRIBS:
249
+ contrib_root_path = contrib_to_module_root_path(contrib)
250
+ _migrate_per_loader(
251
+ executor,
252
+ MigrationsLoader(
253
+ migrations_dir=contrib_root_path / settings.MIGRATIONS_DIRECTORY_NAME,
254
+ module_type=ModuleTypes.CONTRIB,
255
+ module_name=contrib,
256
+ ),
257
+ )
258
+
259
+ schema_loader = JsonClassSchemaLoader(app_schemas_path)
260
+
261
+ for class_schema in schema_loader.iter_app_schemas():
262
+ for _operation_data in FileMigrationGenerator.build_operations(
263
+ SchemaTypes.USER,
264
+ class_schema.object_schema,
265
+ None,
266
+ ):
267
+ _operation_name = FileMigrationWriter.operation_name_map[_operation_data.type]
268
+ kwargs = {}
269
+
270
+ if _operation_data.old_schema:
271
+ kwargs['old_schema'] = _operation_data.old_schema.model_dump()
272
+
273
+ if _operation_data.new_schema:
274
+ kwargs['new_schema'] = _operation_data.new_schema.model_dump()
275
+
276
+ _operation = getattr(migrations, _operation_name)(
277
+ schema_type=SchemaTypes.USER,
278
+ class_name=_operation_data.class_name,
279
+ **kwargs,
280
+ )
281
+
282
+ _operation.forward(executor)
283
+
284
+ executor.flush_buffer()
285
+
286
+
287
+ @contextmanager
288
+ def init_manager_and_migrate(
289
+ db_execution_type: DbExecutionType,
290
+ lakehouse_option: LakehouseOption,
291
+ state_option: StateOption,
292
+ ) -> Generator[AmsdalManager, Any, None]:
293
+ with init_manager(
294
+ db_execution_type=db_execution_type,
295
+ lakehouse_option=lakehouse_option,
296
+ state_option=state_option,
297
+ ) as manager:
298
+ app_schemas_path = TESTS_DIR / 'src' / 'models'
299
+ manager.build(
300
+ source_models_path=app_schemas_path,
301
+ source_fixtures_path=app_schemas_path,
302
+ source_transactions_path=app_schemas_path,
303
+ source_static_files_path=app_schemas_path,
304
+ source_migrations_path=app_schemas_path,
305
+ )
306
+ manager.authenticate()
307
+ migrate(app_schemas_path)
308
+ manager.init_classes()
309
+ manager.init_class_versions()
310
+
311
+ yield manager
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: amsdal
3
- Version: 0.1.24
3
+ Version: 0.1.26
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -132,8 +132,12 @@ Requires-Dist: black >=24.3.0
132
132
  Requires-Dist: amsdal-utils ==0.1.*
133
133
  Requires-Dist: amsdal-data[postgres] ==0.1.*
134
134
  Requires-Dist: amsdal-models ==0.1.*
135
+ Provides-Extra: celery
136
+ Requires-Dist: celery ==5.4.0 ; extra == 'celery'
135
137
  Provides-Extra: cli
136
138
  Requires-Dist: amsdal-cli ==0.1.* ; extra == 'cli'
139
+ Provides-Extra: factory
140
+ Requires-Dist: polyfactory ==2.* ; extra == 'factory'
137
141
  Provides-Extra: redis-lock
138
142
  Requires-Dist: amsdal-data[redis-lock] ==0.1.* ; extra == 'redis-lock'
139
143
  Provides-Extra: server
@@ -1,9 +1,9 @@
1
1
  amsdal/manager.pyi,sha256=v1zEL7LApkM_RsuV-cfAFJhQn9OfREF8mXq_NXwr1Hw,4652
2
2
  amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- amsdal/manager.cpython-310-darwin.so,sha256=gn_1-VI-Be676cfp72OK2-jVl75o2ESha3153Rxth9c,372240
3
+ amsdal/manager.cpython-310-darwin.so,sha256=dlIU407YyWvJFpYzPXvXUFavMznpPYuJs9lTJBR1M9I,356608
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=XfI9LtObfxZh-A6ALm8x0qh_r-cyayKP0wZ-6O8TlTc,125
6
+ amsdal/__about__.py,sha256=WulgUEBVJZ0nr5Dg_hLSsA5YPG3YMuTR5Yf7ixb-Uf4,125
7
7
  amsdal/errors.pyi,sha256=mcuGsQMWaIUmC9GJDIkf99dQMMsCfBy6OI_UB3NSNmc,597
8
8
  amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  amsdal/errors.py,sha256=pZZKIklaDkh8jdFSAfX81TbiylvbaE70nttRjTcTSBk,616
@@ -14,16 +14,20 @@ amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  amsdal/context/manager.py,sha256=EzwuXiF3_Q3slDCNkVcFhVXkgMtOvQOEwBNA8YRBMnc,720
15
15
  amsdal/mixins/class_versions_mixin.pyi,sha256=0rKwUtWCNwAqhwmb-GHHIDXyagDw2dmcbgK0l4-HbVg,445
16
16
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- amsdal/mixins/build_mixin.cpython-310-darwin.so,sha256=y4bksKk0b4adSkPNST_RuxND74mI5GpizM-TVM689jU,336872
17
+ amsdal/mixins/build_mixin.cpython-310-darwin.so,sha256=FNr7XUgEMV7UmHD6YgK2F28tL-nynIaJXcYGx25VqAI,336872
18
18
  amsdal/mixins/build_mixin.pyi,sha256=txN2JgdHhKR4SzmkvdAPGdEbtjhMdy8dp5YXMp-rxus,1031
19
- amsdal/mixins/__init__.cpython-310-darwin.so,sha256=u2Y-pds1ullMOyq2OWtwWNeHaiHAcyAJxMt89lveOFM,120672
20
- amsdal/mixins/class_versions_mixin.cpython-310-darwin.so,sha256=ouU_kA5Bnk8go-jfFVcu_M-hKiPhZwHXJ2t5TLxViQI,252896
19
+ amsdal/mixins/__init__.cpython-310-darwin.so,sha256=4ECKf_kz5HE_-CRs6R-Va3PQ2g9yTdq7azxPhzCqYZo,120672
20
+ amsdal/mixins/class_versions_mixin.cpython-310-darwin.so,sha256=CYrcx8PqB7uF0QtEy1iT086bKZFn0n0RsWROMtX7Eu0,252896
21
21
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  amsdal/utils/contrib_paths.py,sha256=irgD76LmgjzsTUAkr6cPFOsypek7-Gbtwv2tyz3u9xo,422
23
23
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  amsdal/utils/contrib_paths.pyi,sha256=eRa6C3zITVe0UsvO15oGNOXcGz8L5n4gGZR60W96SBw,132
25
+ amsdal/utils/tests/enums.py,sha256=DoVtMzvfePjfLiAVctPDehdTTHawDbWrQP3yg46Bx6k,390
26
+ amsdal/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
+ amsdal/utils/tests/factories.py,sha256=SAnMjkDHg2dXgnDfxQGTvZX5MLuRmdskq7Cjbf6swVk,1926
28
+ amsdal/utils/tests/helpers.py,sha256=cEcJkpPsfOZx2wR7lfWn-f5xdGLJf-accMbMWoE4g7s,10827
25
29
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- amsdal/contrib/__init__.cpython-310-darwin.so,sha256=o96uaVvH2EIV-j44GNipaBEdrNfaI_v9sFr2-qck2lI,120672
30
+ amsdal/contrib/__init__.cpython-310-darwin.so,sha256=4Nfq1nS3CMEAYdS54hcHWNOqNPeBcxed1yuT9etR0C8,120672
27
31
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
28
32
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
29
33
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -44,7 +48,7 @@ amsdal/contrib/auth/lifecycle/consumer.py,sha256=jzDqtxVwVOsa-4YCAcvAGnpOAbCtI86
44
48
  amsdal/contrib/auth/models/user/model.json,sha256=vqz0seTiXpNnuRbPfsXn_mMvlPC6roBNC37JxRF8Imc,399
45
49
  amsdal/contrib/auth/models/user/modifiers/display_name.py,sha256=MUC4b1aX8cxt9FkfaAWzMwBhaK3ktcotoIIJsV511qY,326
46
50
  amsdal/contrib/auth/models/user/hooks/post_init.py,sha256=vSfh4herm0-PiY6wBOt4mvZcMY_dbXX2Ea8qI0DfgZ8,1180
47
- amsdal/contrib/auth/models/user/hooks/pre_create.py,sha256=vmobGCOvUQUb_YqasD5gh2XSygRYlWom0sWZTwF6vNI,87
51
+ amsdal/contrib/auth/models/user/hooks/pre_create.py,sha256=wqzyO-YZhmmC3GNUszIndr4b8wJ69Z_67ckgCro8pSI,71
48
52
  amsdal/contrib/auth/models/permission/model.json,sha256=goewK66MqrLJHdyNALyMYRBHI4SbAmYhz3uoI7AHziU,257
49
53
  amsdal/contrib/auth/models/permission/modifiers/display_name.py,sha256=BXyBT0CC5gihQyGgpqPYCcP4VDxgJYqXckIhJZHcNlo,136
50
54
  amsdal/contrib/auth/models/permission/fixtures/basic_permissions.json,sha256=iQN1KUjNQr4k0EzIzEXONMKWK4i44fTJBUlFF1v0UwY,1329
@@ -84,11 +88,11 @@ amsdal/contrib/frontend_configs/conversion/convert.pyi,sha256=PfB8BT9zvDFU1f_Ob0
84
88
  amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08bBfbbxrc6TeFDSnosGimSoNcI,139
85
89
  amsdal/operations/manager.pyi,sha256=Eo5EoqXWC-YHazh4bpYzsrhN7EIBHOxKjh0WHAP7cUw,1963
86
90
  amsdal/operations/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
87
- amsdal/operations/manager.cpython-310-darwin.so,sha256=o51sb3-1OZYSRViuERZqD-rcJeS13LrUborCdT5kXC4,405232
88
- amsdal/operations/__init__.cpython-310-darwin.so,sha256=iqtLpkhWiRwupFSCJ6UHjK1BHaFwQ1ceNri70eSeXmA,120688
91
+ amsdal/operations/manager.cpython-310-darwin.so,sha256=2KznIatDx0047q7lZ4mStBh1BE56LxJ_H6uroeyzIM0,405232
92
+ amsdal/operations/__init__.cpython-310-darwin.so,sha256=lO_PK1Q7BnT6TiuKtm1omCePO35I95uTDRlSqAuOtF8,120688
89
93
  amsdal/schemas/manager.pyi,sha256=RLCBviXDNFgaktueRwp9KTP49D9SLJ4WYRqGAbAeVP4,785
90
94
  amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
91
- amsdal/schemas/manager.cpython-310-darwin.so,sha256=3Hwgg7IK7iU4_NkNiFPnPtWVQdyGb4fKbG2Q7ouiD4o,216000
95
+ amsdal/schemas/manager.cpython-310-darwin.so,sha256=ZTB0yN0dLhNSAKucE1XczcTMen5GtGF--2oPBn2SrzM,216000
92
96
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
93
97
  amsdal/schemas/manager.py,sha256=-2r4-Zuok1bX6sFjAtb34h0C0En7k7PyVHHfLHGJ-S4,2601
94
98
  amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
@@ -127,86 +131,86 @@ amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
127
131
  amsdal/configs/main.pyi,sha256=45CYn6Rs9xYmzFJ4i50M9Bq_HLZx6cZQuo7XTSVs2z0,1484
128
132
  amsdal/configs/main.py,sha256=2pigoWWhCZ0EebHaoB1lm-nNV9TF_FCkRctxyXTRQy4,4918
129
133
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
130
- amsdal/cloud/enums.cpython-310-darwin.so,sha256=SNxZ8znphAp7Rex260uqOP-1ZU6Wok6c1hfN9LbSKo0,157632
134
+ amsdal/cloud/enums.cpython-310-darwin.so,sha256=izurSiV9-huDyF4Rh3_MiUJ-QpP0v_N_C8Nyki6IRRg,157632
131
135
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
132
136
  amsdal/cloud/client.pyi,sha256=uEFrKTEIxnXnCFtW6_GtfvuwHeXK5J_WjOho5FWYhdQ,593
133
- amsdal/cloud/client.cpython-310-darwin.so,sha256=pm_X0pSsHaln3TYsM-Ey0B87N0pC359CD7QqFZHBGGg,215632
134
- amsdal/cloud/__init__.cpython-310-darwin.so,sha256=oliLjn70yclWKdRqd7cfBLdTmW2WB-SSlH3Rzk4rwUU,120656
135
- amsdal/cloud/constants.cpython-310-darwin.so,sha256=hRouNLJIS79A7K2OPkmkvJJQvNNsjQXqFynYb-zeiew,158624
137
+ amsdal/cloud/client.cpython-310-darwin.so,sha256=l8uTQ_yIzb3vbv_Cbcj0IdO8RbfLdEZuFZod4NMDU-o,215632
138
+ amsdal/cloud/__init__.cpython-310-darwin.so,sha256=X46CRSy3AQ5zoo6vInqhEtfgA2tsMnUyxOScELfDGT8,120656
139
+ amsdal/cloud/constants.cpython-310-darwin.so,sha256=cb7NLtR9jrLDIzH2a9P-DOGvxESMKg51b-DT1R1bMdo,158624
136
140
  amsdal/cloud/enums.pyi,sha256=zmUbXEgI6DLtSlZwhLizhwWHQSjQ4y8XzZG0lR-S9gI,477
137
141
  amsdal/cloud/models/base.pyi,sha256=ZoOpqblwc3OyVmjw4_zMi37MgZNJojIj1wxVMGg-qIc,2343
138
142
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
139
- amsdal/cloud/models/base.cpython-310-darwin.so,sha256=AgHzGuX5fydgzABY4RiHSoPs-FzOOufPa4Hw-ERWg2I,193520
140
- amsdal/cloud/models/__init__.cpython-310-darwin.so,sha256=XUEKeTLXCMFPHjHdpPPYjwlnsCdLMMpw0Y9qYHq888I,120688
143
+ amsdal/cloud/models/base.cpython-310-darwin.so,sha256=OFbTwlAg12o-Q1vA6BUvOzih5n0ygtiyetu_mOf3uWM,193520
144
+ amsdal/cloud/models/__init__.cpython-310-darwin.so,sha256=NHa1csdcmH6-SWGvMHRtEdH0Y3vugXvXhqpZWA81L5A,120688
141
145
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
142
- amsdal/cloud/services/__init__.cpython-310-darwin.so,sha256=DWV4Cjd4fwUYqlWnMo6d5oGngK8sR1TBS53FjG7Z9lU,120704
143
- amsdal/cloud/services/auth/token.cpython-310-darwin.so,sha256=aXHVXiqaDYOL_jqCfx2XwZwv4K4f1THnEoe_61tQbaY,250784
146
+ amsdal/cloud/services/__init__.cpython-310-darwin.so,sha256=zWpFzzrVl6UCQRG_cQSpX9WWXnLBoYs3dJk3SNwBWZY,120704
147
+ amsdal/cloud/services/auth/token.cpython-310-darwin.so,sha256=O86OKjMLPr2lT8vlKAf8WxRlEKdCWZk8HJZHO-qf-gQ,250784
144
148
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
145
149
  amsdal/cloud/services/auth/manager.pyi,sha256=9fSm8tUKWNdUKlpV6GmvSN6Ypr8IyanAtrV6-uzdUgw,749
146
150
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
147
- amsdal/cloud/services/auth/manager.cpython-310-darwin.so,sha256=M2Tu57UWVzUM846brKQ4alPX9qIk3qDMUq2WMjYio40,213856
151
+ amsdal/cloud/services/auth/manager.cpython-310-darwin.so,sha256=xlhLHQbCkt_oipwGBnrQls3y1zh_h31zCUFNa-7bEOE,213856
148
152
  amsdal/cloud/services/auth/signup_service.pyi,sha256=uiBnaraW2tmSm6hlhRcVNJfNrtIo-Ddxzd2dZOD27mU,520
149
- amsdal/cloud/services/auth/base.cpython-310-darwin.so,sha256=75lEC1jNbKxHJiooBmwGahXgFeoZtp3bk8gm5QB6xWk,163040
150
- amsdal/cloud/services/auth/__init__.cpython-310-darwin.so,sha256=9fmmx7TsSWos2tMhg-xxhd1Fz7RTYNl1iFGoDkMublY,120720
153
+ amsdal/cloud/services/auth/base.cpython-310-darwin.so,sha256=UraYYN9At7e3qbyWLBM1pShTeA83fwNurH_fhHzlDfM,163040
154
+ amsdal/cloud/services/auth/__init__.cpython-310-darwin.so,sha256=p6xBpZd_PxKJeC6U4kiVOOj3znGk_2diKPC7x6npRDs,120720
151
155
  amsdal/cloud/services/auth/token.pyi,sha256=DRvKXl7DV26vcoLxEgR6UyJgIeP9z-XTX3WiR4A1ksM,633
152
- amsdal/cloud/services/auth/credentials.cpython-310-darwin.so,sha256=VuD87UdeGL_roDRHlIaEDijZtsUJpYuhWOPYIjpaqZw,252920
153
- amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so,sha256=4zjSS9Ts9xno9HWugWiLn4l212GqSkxNYnCK7J5aARc,215960
156
+ amsdal/cloud/services/auth/credentials.cpython-310-darwin.so,sha256=AjfBQf3fsB18mK96EayquuNjMmP7mlG-J4VMKwIdv68,252920
157
+ amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so,sha256=g6VGcSLcnLwlbS5_NOM2KMA1doK97-GuoYgk10EiSYk,215960
154
158
  amsdal/cloud/services/auth/credentials.pyi,sha256=AMS1HUVaqM7CiypSQvYEliFW4_9g9-_6WME2tAxIw3s,1116
155
- amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so,sha256=0Ulv6yZLwQfZzXXBH4Mt6JaavoMnigsM4HVqCut_Lv4,180808
156
- amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so,sha256=Fo19sW0ke4sfsBN_0hVpENjbr_FrPWdh_kFE4wt8ltE,180280
157
- amsdal/cloud/services/actions/list_envs.cpython-310-darwin.so,sha256=OUfsBxW3vqXDUtIhfx4jsYyWUzNRznynpft17LOpppA,180512
159
+ amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so,sha256=c2GjjBm5dG4UJUvgClwJ-Xi7pl8qEbBNVeRbWtu29Fg,180808
160
+ amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so,sha256=4Oe0HnHnEenxA1ODLd5AeJUnZ8pGp0L0MhKp9uTXqac,180280
161
+ amsdal/cloud/services/actions/list_envs.cpython-310-darwin.so,sha256=ESiRJwj4eppLcOxHrkdch4-KcV5_s3rqfhnEsDofleI,180512
158
162
  amsdal/cloud/services/actions/list_envs.pyi,sha256=F-3qv2xU9nJ4j5xrTEs135hwitY3Gy5vPjAy7uZ-3vo,319
159
- amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so,sha256=x-MQvTli-HDH1JwisD0b0f44aiqBGdbzBcuCUU5aVO8,181000
163
+ amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so,sha256=cCarzizPXLyAoRTMTLbJRUoN6bX3LqCqVSpBTrjI3uo,181000
160
164
  amsdal/cloud/services/actions/base.pyi,sha256=R4djWvU1Jo_U6LwgGzv24d86dWZ1B9Ra68ydV-RFsiM,2556
161
165
  amsdal/cloud/services/actions/manager.pyi,sha256=J3iPI3we-ZqZ9yAcIQel1eBTlT4LuE0c6IgP0J3bBhU,5408
162
166
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=wDTB47CkuxD3RtTM_M-WmnkNT30nQEEY4MUNgdAew2k,285
163
- amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so,sha256=BK32mKpaeEV3eFt--fJ5YfK-aaB2GwVNuQk_JBV32_Y,252152
167
+ amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so,sha256=LBYHIAF0FuZd14EBx-xAKNBqYC3z2Czsog6KFY_YnQo,252152
164
168
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=yuZHj9GQlNuzE3VSjd55NAIMh4OHINSWJKYV2iOjWek,405
165
- amsdal/cloud/services/actions/create_session.cpython-310-darwin.so,sha256=WL7-1VVSq3tbCpGdUcmC5rL4xP59V0ulK8XfDHj52kU,180728
169
+ amsdal/cloud/services/actions/create_session.cpython-310-darwin.so,sha256=6xgF3usbxu4JW5E_thHSrllKaLuBbNDDGwdqINnLo00,180728
166
170
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=_sttmdaI4k464g8FOjxAED4gWIv0yCuzDviWnI88H0c,370
167
171
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
168
- amsdal/cloud/services/actions/manager.cpython-310-darwin.so,sha256=fxEoYZmvXW--zEH0HuNXjmmYMDcrUo8sPi1weWQ5N2Y,319360
172
+ amsdal/cloud/services/actions/manager.cpython-310-darwin.so,sha256=-yKwzvbLGeRPQmvGsqz0tqKVFXVWeLBWcj4TsuIyQX0,319360
169
173
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=-Yw92swiZSSjIvjD9FWOlj4xmtrqeqRzrMP-u2FSalA,358
170
- amsdal/cloud/services/actions/base.cpython-310-darwin.so,sha256=GLZulTeTNSCerw8IvNqw-45-vXKPBKFIRKQvrRYCl5Y,323008
171
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-310-darwin.so,sha256=nO87jgdvj1ihixX2Me6TliiIl32BbabB9i25thQ7n0Q,180792
172
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-310-darwin.so,sha256=NzJXQ3h39IywOxiQnn68P-lhRxBSkguZpAlxg5dMXp4,180520
173
- amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so,sha256=EPT1uiY_Igbw5SSi9slaMWM_5xVH5bpcFyVt0Ja0OC8,180328
174
- amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so,sha256=dghbT6E4xCLUcM7TSfnZzrv1iNnDpLjsKyOYnqZ_cwI,180488
175
- amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so,sha256=ELMIiY6C7cWLFGn3fXF8Dl5UtoXZl45xNLLkxGFpjac,180896
176
- amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so,sha256=wphUYREavET05hazm56LjgBTTHFlWqWpo9pOq_Z4G18,180392
177
- amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so,sha256=2y_bwHte5Rlrf6D7xZBidSDAfYpnXSv29WNWj3kKo_4,180488
174
+ amsdal/cloud/services/actions/base.cpython-310-darwin.so,sha256=Fs34ExC2WM-zrKdnxpfkzamPPQOpjMw-jEN5M4NcblA,323008
175
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-310-darwin.so,sha256=mK6Iy_CuuCPE0XEIfIhu1uTDqvvT7oVwwOkYUD2vJ7o,180792
176
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-310-darwin.so,sha256=RPKiEHmF1xRtiqZ24fbwGvaT4Fs0UXUN9DhnvQ5GmnA,180520
177
+ amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so,sha256=4BqH4nrPcPNVzTAgvWoEz8eWjok7qlJVdVCaEtZT_8Y,180328
178
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so,sha256=PBMdXEl0UeiinuDusPSiT-jDTRc7T0WVjOruT8yyJU4,180488
179
+ amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so,sha256=fFSB9GDNTsHf1rjv_BAViD3pRgucasYbfZFYCiqMWtU,180896
180
+ amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so,sha256=Vr8Ed_s5olwlNkSwYUrvOThnW41Uapibz6i0GfGuRr8,180392
181
+ amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so,sha256=EsVmRFrV39cwq1KQwVUdZHjdnRyZw4uCT2aWeIxdWXk,180488
178
182
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=7goJ0o6lnGjj06HcL7QWN3xuDSq-fP4_mc3UVBqpDNg,267
179
183
  amsdal/cloud/services/actions/delete_env.pyi,sha256=YcpKJgZ1qV5XEeRGlQICoveLCLcDa3bVFllsBbjMqv8,338
180
- amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so,sha256=Dogp9aaNlrOScRvNFldLiA470U3ON7loZ0cBtXxUdr4,181048
184
+ amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so,sha256=p_nPbhvDkj0C2fFLYtbl-h5P1SzLaA8QnTF4KmuElxA,181048
181
185
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=n_xtv-jtRZOlFfR0Xt0A9AuQNbclUMTow3lZbQKv36g,274
182
- amsdal/cloud/services/actions/delete_env.cpython-310-darwin.so,sha256=pkQhiOi4N2vYxIUXZUghuFf570Sk2PnLxUEgItrQnT8,180568
183
- amsdal/cloud/services/actions/__init__.cpython-310-darwin.so,sha256=ybQOkq1khPGe38rDDa6szkCeY97sK6ztlaEoUc9s56g,120736
186
+ amsdal/cloud/services/actions/delete_env.cpython-310-darwin.so,sha256=AhPPriIqGCgUBp7l3cSxAMFtN4TLqMiBieI648BmMGg,180568
187
+ amsdal/cloud/services/actions/__init__.cpython-310-darwin.so,sha256=JV3lSykNG63CQYPRGeQE57zAfHtW63CwNWmvClVQi4s,120736
184
188
  amsdal/cloud/services/actions/create_session.pyi,sha256=IxkArxMKJyRpqiWA1xDl06ZN4B44VDwn_jlCeGC6JWc,282
185
189
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=jLfXCoRiocgzfNjNR6hdlF3kgWM8dq4qK_NsR25nxV4,277
186
190
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=U9TPmVUZ12mUzoL1gOtRh3HyGe8fcXNX-a1xipTOXDc,282
187
191
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=WFJS6DROpYjuxcOQbdPPHPz1A0ZQajY7HUT0_ExW8Qc,367
188
192
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=BihmntuBbCGrhngxPXf0Lqw6Vep3Zs8j1ca_NfkSpQM,271
189
193
  amsdal/cloud/services/actions/signup_action.pyi,sha256=Zobfp3iqnxWTqnZNacDR0udNQjBfh5uX32n7DISaQP8,304
190
- amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so,sha256=zxifNwTXu78I5hJZC9k6xsEEqlx_f1nLWZSt6DwyptA,180424
194
+ amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so,sha256=1Fj6Bv_gFTF-dNVCVDDVCFg6ARWBhqPFwLfa5TtKUGM,180424
191
195
  amsdal/cloud/services/actions/add_secret.pyi,sha256=PKnTcbAEtnkkeRpAn6KE7_URTzmNgFefV3s8bcIehH8,283
192
196
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=vEPBlTq6vbYSmthr-V45WgqeTTAwnH_o3xJ_eE2TIns,181
193
197
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=kqpvc8zOMZwSVFi8ZAyt4NwkiY9uDUruRHdY12uxdeo,296
194
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so,sha256=Y2y8HRIiEUslHCnpH8tJrcdoe8IUWI4WjmbACJbaHKQ,180560
195
- amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so,sha256=NkP4mv3wcwKf7JTdCVmtVDGLaSmDyZm54mDZ3igOiCc,180456
198
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so,sha256=zd1nDlHiuq7a40Z6LIyWsvI246ixbxoZZCgEDiKlLZM,180560
199
+ amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so,sha256=gg1V-n1Rzx8M_8JaJkmxiB8iipEjKyQL1NOUWGZ8GgU,180456
196
200
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=FDOx6aTPPj0X40Ci5IwZak7Aj2Q7OO3HxXIR2zbJ7l8,766
197
201
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=_CtWRDzW43au7asHt_xGXVdYtdi30QAIbP9MYE5nb5M,252
198
202
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=8fT37_YKeb25kdcVVkYOzwjknvCVqLJK-iQxixAlFXI,360
199
- amsdal/cloud/services/actions/add_basic_auth.cpython-310-darwin.so,sha256=tD1QjhCL4-ZahN_05-TCrtMIArPEkn0Zzo_qdhIzhks,180824
203
+ amsdal/cloud/services/actions/add_basic_auth.cpython-310-darwin.so,sha256=G3ykVdY_NABaSH6PcnLnKN9iGjFsY0stGO7oMP7EI-Q,180824
200
204
  amsdal/cloud/services/actions/create_env.pyi,sha256=z6y4ki2sigDkGtDa--pI6uYYWb3XksJLcecm7Rh51rE,338
201
- amsdal/cloud/services/actions/get_monitoring_info.cpython-310-darwin.so,sha256=1IgnBfzQKYxv9w9JChnHfAS7OCTzHPtSqeV6A5n3s2o,180704
202
- amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so,sha256=w1RJCn6wf8T13Uf4jafutPPP2Go6Vn1GQn2gZC42FEc,180776
205
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-310-darwin.so,sha256=R6lGwZJCxFwUL3n9bBCKY72llS90fo_hG5tCJVo6AKU,180704
206
+ amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so,sha256=lbw-M3dneGwp7Lk_VyY4vjWdMUm4bWFcF813UIzHA2w,180776
203
207
  amsdal/cloud/services/actions/expose_db.pyi,sha256=s2GMS48md8dWKt2kGjXjUlRn369oZOIncrVR-zG25_4,309
204
- amsdal/cloud/services/actions/create_env.cpython-310-darwin.so,sha256=iPfxiSHS8cLPmdbsAR7-w-6hv04qVp5_0xISEh-RLEU,180568
208
+ amsdal/cloud/services/actions/create_env.cpython-310-darwin.so,sha256=o_BgS-y3IzYPR-7UVgoNK6ov-38cynjC2s-g93SS1Po,180568
205
209
  amsdal/fixtures/manager.pyi,sha256=ngktwLTuaiwEIrNVrOh9FEf3YxFbeUZ0G_DJf0Go5iM,1704
206
210
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
207
- amsdal/fixtures/manager.cpython-310-darwin.so,sha256=AG0YFKQ0klIFcSTK8KL-MT7GvbVygqQeLIAx0Zm3MOU,408336
208
- amsdal/fixtures/__init__.cpython-310-darwin.so,sha256=LH6guXTowghQ6jBi5-qTqwuS2rR9taUjRv8f_eIimME,120672
209
- amsdal/migration/base_migration_schemas.cpython-310-darwin.so,sha256=DgqULQD1y_7rlNCNKotnwXgUxZqAZc0Y2Ip-AyvxlwU,428352
211
+ amsdal/fixtures/manager.cpython-310-darwin.so,sha256=_EQJtDMP2o36_mhMmZcdUvYiRwpZgE3zt7c7b1ZN_sM,408336
212
+ amsdal/fixtures/__init__.cpython-310-darwin.so,sha256=9ROrk7Qo41WDpac6avAvtVP4kDMhgFK66WYxL-9R-GA,120672
213
+ amsdal/migration/base_migration_schemas.cpython-310-darwin.so,sha256=Z1X6q0S3CeFDO7jA4tSaomGsl06SgNzoY1eBj85ByBQ,428352
210
214
  amsdal/migration/file_migration_store.pyi,sha256=lYZVV0P9NKyR09SydcEemJ2cbMuIlTI_mI4qJyrHhS8,1699
211
215
  amsdal/migration/file_migration_executor.pyi,sha256=tciDVL_gg-tSVF-vJLmr6mPoBDwQP9JScGvoPp8FQwA,2635
212
216
  amsdal/migration/migrations_loader.pyi,sha256=mU5p4_Djuynl6zdEmMVY1NXwyjSV3Wa344CXP6arfBM,691
@@ -215,27 +219,27 @@ amsdal/migration/file_migration_writer.pyi,sha256=r4nTR9u0AXUv9oWQoarCvGF-jt2Af_
215
219
  amsdal/migration/base_migration_schemas.pyi,sha256=P4AeDjRvq7ghNLMKCMw5L9ZQ_MDoLAa8KAZJaQ4gLZ0,2361
216
220
  amsdal/migration/data_classes.pyi,sha256=1HNOIAP1Cv90CO1JjoIu4anSs1VMibki1P5pqmBBE-I,2203
217
221
  amsdal/migration/utils.pyi,sha256=SzDL6yp0ZKtzpd0tkvR18A-N-swihdU8x8urc4342v4,1409
218
- amsdal/migration/__init__.cpython-310-darwin.so,sha256=tvxtQ1TnYQfzu7Bo3IZi2LlsRuPlHKWGbLQHroNT4Aw,120688
219
- amsdal/migration/migrations.cpython-310-darwin.so,sha256=fBXAfWswwSMnGkkjNnwlaOcphP4_Meh9cxlXAyXvVyc,250408
222
+ amsdal/migration/__init__.cpython-310-darwin.so,sha256=8rW9-Fw_hf-BoLbF2oyyqua6fA9pXS0WIzVjQnxF6d0,120688
223
+ amsdal/migration/migrations.cpython-310-darwin.so,sha256=E0m2SHAaJcvzBUXiaJgKMFRnn9iWfv_PdMyePobjPgg,250408
220
224
  amsdal/migration/schemas_loaders.pyi,sha256=YvvUs4wX5QKP0PUIevXTmo8Rr85LvAIseNxuPgh3i1U,1197
221
- amsdal/migration/data_classes.cpython-310-darwin.so,sha256=0_fBySu9NhMijuSn4fP0ec8jyFvnCO2oXwsZN9tmREM,215912
222
- amsdal/migration/file_migration_store.cpython-310-darwin.so,sha256=8n-p_3h4HWykB9WmSPnqRQo95bdAGfRwzMTUlssT3RY,371488
223
- amsdal/migration/migrations_loader.cpython-310-darwin.so,sha256=zWf6OlkVQk_Yny5G4PMkx0SFWoC0QL3BJxdlctBCnDo,217240
224
- amsdal/migration/file_migration_executor.cpython-310-darwin.so,sha256=BsedShpe9GTc20-tuVEbK8ZHA-tStLq--jFygrCraks,354416
225
- amsdal/migration/schemas_loaders.cpython-310-darwin.so,sha256=ISG0a3G1HhCqJZTD2We2kULizRycVqPYpq-w5Kd13os,256568
226
- amsdal/migration/file_migration_generator.cpython-310-darwin.so,sha256=6bxKwYhvCIENBJ1bOhAXPFa9W4G_UIi2RR52kPm2Qfg,376016
225
+ amsdal/migration/data_classes.cpython-310-darwin.so,sha256=jXwgY1rBtRYMsbWFkZdaPiknnM1Lzper6c4AMAxx1AA,215912
226
+ amsdal/migration/file_migration_store.cpython-310-darwin.so,sha256=p8WYlXqpXnQgcTvnh09dmV9yS6YUbmHSMe3QexGh9wg,371488
227
+ amsdal/migration/migrations_loader.cpython-310-darwin.so,sha256=7WFBv7d7UIyYPhnmM9r6kmCUV_4nH8UHJPJsmQqR5XI,217240
228
+ amsdal/migration/file_migration_executor.cpython-310-darwin.so,sha256=svOn6aYbsYHgkaNs4KsyYtahTUskiD_2kvfKRH-6d5Q,354416
229
+ amsdal/migration/schemas_loaders.cpython-310-darwin.so,sha256=_EQLYMQTbJzO4GA5QCzPef7LKRGS_1q2C4cvKy2bUW8,256568
230
+ amsdal/migration/file_migration_generator.cpython-310-darwin.so,sha256=H0ZJej82qE19Ae5exsgeaPgzdbxp-y1mBDsCfWKJw_s,376016
227
231
  amsdal/migration/file_migration_generator.pyi,sha256=oED_KXnywcERh-hd809zzuLvbPl98Bc2jS2eV9-o1t4,3006
228
- amsdal/migration/utils.cpython-310-darwin.so,sha256=G7eMwP8ycjWTnrDz6U4vtNJ0Y--DFShpIhYykKgS17Q,302832
229
- amsdal/migration/file_migration_writer.cpython-310-darwin.so,sha256=ih-tLQq2Q63tVXah4SKUnQPRpbuNsGFscqjSHkrt0uQ,251664
232
+ amsdal/migration/utils.cpython-310-darwin.so,sha256=whhin1JksYbf03GJ49WRV802HFjt73JYxh6vPTr4LWo,302832
233
+ amsdal/migration/file_migration_writer.cpython-310-darwin.so,sha256=CeysKGMXOjBdqgwVTlvqzHsWHZBj7p2Pg542i1m70zY,251664
230
234
  amsdal/migration/migrations.pyi,sha256=v8bIzMMVJn_SvvbNDSDu2qr2TbDXMx0DBSesXPUSY48,2632
231
235
  amsdal/migration/executors/base.pyi,sha256=p3dri37TErahCBkidINp2KUmIycOj9a-92JvhNmre1Q,2119
232
236
  amsdal/migration/executors/state_executor.pyi,sha256=5UvOE2K53yYPKcObFEM08Vv8f1KbEsy6xXZOoAoB4wI,1003
233
- amsdal/migration/executors/default_executor.cpython-310-darwin.so,sha256=mtW0fIbU-j87LBjstzxb5lsYz-wVRkVxrCSIXq4c_OQ,457880
237
+ amsdal/migration/executors/default_executor.cpython-310-darwin.so,sha256=sf6C14LGhy598V6yq1FmrU2abdULeY_01Sn2PXO1on4,457880
234
238
  amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
235
- amsdal/migration/executors/base.cpython-310-darwin.so,sha256=1e1SorzCVZXbmXSBIMlXUErnrlAPPzal_iAX74mQj04,303088
236
- amsdal/migration/executors/__init__.cpython-310-darwin.so,sha256=mdmnyTd9KfA1KArWlUSMTCYJXsCCMojoqcwQh7IrOhE,120736
239
+ amsdal/migration/executors/base.cpython-310-darwin.so,sha256=GXKWoPksL0asU29E70hk5YmOM1odrSsc650OMak6NSc,303088
240
+ amsdal/migration/executors/__init__.cpython-310-darwin.so,sha256=0Jk4Thgi3MHI6sNRDnlaXh0lSpiN6eOAJwPNKqDNSEc,120736
237
241
  amsdal/migration/executors/default_executor.pyi,sha256=AJ-OzXO2E7wd0_73fRy8RTONb1S0RwZXE7CpVGfeZjI,1902
238
- amsdal/migration/executors/state_executor.cpython-310-darwin.so,sha256=hi-9jXOLg68bizF_FJzkep25HjqgfnVq5jc_vbjqaUY,249912
242
+ amsdal/migration/executors/state_executor.cpython-310-darwin.so,sha256=-iAoEYnGzrgLs0wDReLjmZmqqDcFccR0dNm_eCoVkV0,249912
239
243
  amsdal/migration/templates/model_class_layout.tmpl,sha256=ttbq0xgimvHn-ffM4ZSj2_DMH5srCmUtkwGd38pyDXY,766
240
244
  amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
241
245
  amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
@@ -244,10 +248,10 @@ amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9
244
248
  amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
245
249
  amsdal/services/transaction_execution.pyi,sha256=bbT2h7xTzuP4SJSBfbJhvA7ryzwX8PfgRD9VAdjJJ8Q,1377
246
250
  amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
247
- amsdal/services/__init__.cpython-310-darwin.so,sha256=XXLd75brjDXwR2Z2E-bcu6iz6gt8JKWPColHi19gAQE,120672
248
- amsdal/services/transaction_execution.cpython-310-darwin.so,sha256=x9L8QpYNjtMqNftoWke4w9ukmq_eCOg2EFgKSLrSUw4,362960
249
- amsdal-0.1.24.dist-info/RECORD,,
250
- amsdal-0.1.24.dist-info/WHEEL,sha256=ClVOi9g10rI0HLG8M8rsO0ZIZ1smbNYM10V9YDSXCJY,114
251
- amsdal-0.1.24.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
252
- amsdal-0.1.24.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
253
- amsdal-0.1.24.dist-info/METADATA,sha256=-jyKHaIGEQVVv81fz910gJzSH3k8ZDKUuoqQ5zu6MQE,57261
251
+ amsdal/services/__init__.cpython-310-darwin.so,sha256=-bb0Q61h9O6Nz-clRSCmK0DYTIXwAfcS17o5e_drHtE,120672
252
+ amsdal/services/transaction_execution.cpython-310-darwin.so,sha256=A9VsUiaMuAexloVpONqvxlERfs2lW6nqgl4Z3djk6xo,362960
253
+ amsdal-0.1.26.dist-info/RECORD,,
254
+ amsdal-0.1.26.dist-info/WHEEL,sha256=ClVOi9g10rI0HLG8M8rsO0ZIZ1smbNYM10V9YDSXCJY,114
255
+ amsdal-0.1.26.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
256
+ amsdal-0.1.26.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
257
+ amsdal-0.1.26.dist-info/METADATA,sha256=HfjIn2oHdYebk9BRSZy1RSwlfXa-V5qXmr-IzWfc8K4,57412