amsdal 0.1.24__cp310-cp310-macosx_10_9_universal2.whl → 0.1.25__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 (75) 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/helpers.py +311 -0
  71. {amsdal-0.1.24.dist-info → amsdal-0.1.25.dist-info}/METADATA +1 -1
  72. {amsdal-0.1.24.dist-info → amsdal-0.1.25.dist-info}/RECORD +75 -72
  73. {amsdal-0.1.24.dist-info → amsdal-0.1.25.dist-info}/LICENSE.txt +0 -0
  74. {amsdal-0.1.24.dist-info → amsdal-0.1.25.dist-info}/WHEEL +0 -0
  75. {amsdal-0.1.24.dist-info → amsdal-0.1.25.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.25'
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,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.25
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -1,9 +1,14 @@
1
+ amsdal-0.1.25.dist-info/RECORD,,
2
+ amsdal-0.1.25.dist-info/WHEEL,sha256=ClVOi9g10rI0HLG8M8rsO0ZIZ1smbNYM10V9YDSXCJY,114
3
+ amsdal-0.1.25.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
4
+ amsdal-0.1.25.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
5
+ amsdal-0.1.25.dist-info/METADATA,sha256=yrJ94BiiWwDqNVZDhn3jK-ScukP1SH2W8fHd0c9j3t0,57261
1
6
  amsdal/manager.pyi,sha256=v1zEL7LApkM_RsuV-cfAFJhQn9OfREF8mXq_NXwr1Hw,4652
2
7
  amsdal/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- amsdal/manager.cpython-310-darwin.so,sha256=gn_1-VI-Be676cfp72OK2-jVl75o2ESha3153Rxth9c,372240
8
+ amsdal/manager.cpython-310-darwin.so,sha256=zYToqcswrmgMJYmijm8SKhcoJfPzV12XxFPI26u8TYc,372240
4
9
  amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
5
10
  amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=VcPLiGSghykwD290sS5A3hSNtPcz5hoBRgNaUTKdEnY,73573
6
- amsdal/__about__.py,sha256=XfI9LtObfxZh-A6ALm8x0qh_r-cyayKP0wZ-6O8TlTc,125
11
+ amsdal/__about__.py,sha256=SwtAQMLcbRkKJ0pQwy9ehFtQsj6Gfc_E2AdZtlvp3G0,125
7
12
  amsdal/errors.pyi,sha256=mcuGsQMWaIUmC9GJDIkf99dQMMsCfBy6OI_UB3NSNmc,597
8
13
  amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
14
  amsdal/errors.py,sha256=pZZKIklaDkh8jdFSAfX81TbiylvbaE70nttRjTcTSBk,616
@@ -14,16 +19,19 @@ amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
19
  amsdal/context/manager.py,sha256=EzwuXiF3_Q3slDCNkVcFhVXkgMtOvQOEwBNA8YRBMnc,720
15
20
  amsdal/mixins/class_versions_mixin.pyi,sha256=0rKwUtWCNwAqhwmb-GHHIDXyagDw2dmcbgK0l4-HbVg,445
16
21
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- amsdal/mixins/build_mixin.cpython-310-darwin.so,sha256=y4bksKk0b4adSkPNST_RuxND74mI5GpizM-TVM689jU,336872
22
+ amsdal/mixins/build_mixin.cpython-310-darwin.so,sha256=d8dkh9er4XXK10CusrYhz_SpwGKx3O4WcHOlVxVvAuk,336872
18
23
  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
24
+ amsdal/mixins/__init__.cpython-310-darwin.so,sha256=w7nd0nSmAnBasB9WU8L1ovRUBcxRhckXtSMTK3BsS6k,120672
25
+ amsdal/mixins/class_versions_mixin.cpython-310-darwin.so,sha256=osjxy9tg6jc0HXRhvnzMIWQTUgTD69ipn-E2fP244Rc,252896
21
26
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
27
  amsdal/utils/contrib_paths.py,sha256=irgD76LmgjzsTUAkr6cPFOsypek7-Gbtwv2tyz3u9xo,422
23
28
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
29
  amsdal/utils/contrib_paths.pyi,sha256=eRa6C3zITVe0UsvO15oGNOXcGz8L5n4gGZR60W96SBw,132
30
+ amsdal/utils/tests/enums.py,sha256=DoVtMzvfePjfLiAVctPDehdTTHawDbWrQP3yg46Bx6k,390
31
+ amsdal/utils/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
+ amsdal/utils/tests/helpers.py,sha256=cEcJkpPsfOZx2wR7lfWn-f5xdGLJf-accMbMWoE4g7s,10827
25
33
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- amsdal/contrib/__init__.cpython-310-darwin.so,sha256=o96uaVvH2EIV-j44GNipaBEdrNfaI_v9sFr2-qck2lI,120672
34
+ amsdal/contrib/__init__.cpython-310-darwin.so,sha256=cqtj3gYV8OJ9PPXT4rfG0sLdt0JgudHl9LFgsXS3xsw,120672
27
35
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
28
36
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
29
37
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -44,7 +52,7 @@ amsdal/contrib/auth/lifecycle/consumer.py,sha256=jzDqtxVwVOsa-4YCAcvAGnpOAbCtI86
44
52
  amsdal/contrib/auth/models/user/model.json,sha256=vqz0seTiXpNnuRbPfsXn_mMvlPC6roBNC37JxRF8Imc,399
45
53
  amsdal/contrib/auth/models/user/modifiers/display_name.py,sha256=MUC4b1aX8cxt9FkfaAWzMwBhaK3ktcotoIIJsV511qY,326
46
54
  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
55
+ amsdal/contrib/auth/models/user/hooks/pre_create.py,sha256=wqzyO-YZhmmC3GNUszIndr4b8wJ69Z_67ckgCro8pSI,71
48
56
  amsdal/contrib/auth/models/permission/model.json,sha256=goewK66MqrLJHdyNALyMYRBHI4SbAmYhz3uoI7AHziU,257
49
57
  amsdal/contrib/auth/models/permission/modifiers/display_name.py,sha256=BXyBT0CC5gihQyGgpqPYCcP4VDxgJYqXckIhJZHcNlo,136
50
58
  amsdal/contrib/auth/models/permission/fixtures/basic_permissions.json,sha256=iQN1KUjNQr4k0EzIzEXONMKWK4i44fTJBUlFF1v0UwY,1329
@@ -84,11 +92,11 @@ amsdal/contrib/frontend_configs/conversion/convert.pyi,sha256=PfB8BT9zvDFU1f_Ob0
84
92
  amsdal/contrib/frontend_configs/conversion/__init__.py,sha256=4Kkv5xgGvqky3szx08bBfbbxrc6TeFDSnosGimSoNcI,139
85
93
  amsdal/operations/manager.pyi,sha256=Eo5EoqXWC-YHazh4bpYzsrhN7EIBHOxKjh0WHAP7cUw,1963
86
94
  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
95
+ amsdal/operations/manager.cpython-310-darwin.so,sha256=WLf9RMn3WYa-NZoDtGGVkVBsTMiYmq4SRQkpsbRNrGQ,405232
96
+ amsdal/operations/__init__.cpython-310-darwin.so,sha256=rQRF2KtGSJIItmTdHkTavA1TQkLOg97HcF2nkH3moRc,120688
89
97
  amsdal/schemas/manager.pyi,sha256=RLCBviXDNFgaktueRwp9KTP49D9SLJ4WYRqGAbAeVP4,785
90
98
  amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
91
- amsdal/schemas/manager.cpython-310-darwin.so,sha256=3Hwgg7IK7iU4_NkNiFPnPtWVQdyGb4fKbG2Q7ouiD4o,216000
99
+ amsdal/schemas/manager.cpython-310-darwin.so,sha256=Q3cJ7WLLHl208K1l16BSbxWi8c2JXgmtdiD6DZcOW5U,216000
92
100
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
93
101
  amsdal/schemas/manager.py,sha256=-2r4-Zuok1bX6sFjAtb34h0C0En7k7PyVHHfLHGJ-S4,2601
94
102
  amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
@@ -127,86 +135,86 @@ amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
127
135
  amsdal/configs/main.pyi,sha256=45CYn6Rs9xYmzFJ4i50M9Bq_HLZx6cZQuo7XTSVs2z0,1484
128
136
  amsdal/configs/main.py,sha256=2pigoWWhCZ0EebHaoB1lm-nNV9TF_FCkRctxyXTRQy4,4918
129
137
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
130
- amsdal/cloud/enums.cpython-310-darwin.so,sha256=SNxZ8znphAp7Rex260uqOP-1ZU6Wok6c1hfN9LbSKo0,157632
138
+ amsdal/cloud/enums.cpython-310-darwin.so,sha256=E1ZyT-Ot_vcf4yER2Jy0a9m4MeJcAayH7IQ_OhlX2pI,157632
131
139
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
132
140
  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
141
+ amsdal/cloud/client.cpython-310-darwin.so,sha256=La6qeCyjV9NFeLkX_HrAtpXpLHkQANjw5cfZ30O9LdU,215632
142
+ amsdal/cloud/__init__.cpython-310-darwin.so,sha256=l1YMu72JXPOEXAmLeA4u-a2Or9Nw9Fa611a1_zV7izU,120656
143
+ amsdal/cloud/constants.cpython-310-darwin.so,sha256=3NXCUzUZIV52cJqoXU50o3KKO32DopJ3g_MSj2aXPUw,158624
136
144
  amsdal/cloud/enums.pyi,sha256=zmUbXEgI6DLtSlZwhLizhwWHQSjQ4y8XzZG0lR-S9gI,477
137
145
  amsdal/cloud/models/base.pyi,sha256=ZoOpqblwc3OyVmjw4_zMi37MgZNJojIj1wxVMGg-qIc,2343
138
146
  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
147
+ amsdal/cloud/models/base.cpython-310-darwin.so,sha256=zRFB-MxP_0p1NCtocaFIjqjbZmTD9iy5umhQSGk6_OM,193520
148
+ amsdal/cloud/models/__init__.cpython-310-darwin.so,sha256=f_QuPrZCOpaz8egEFY_niAiSFyp7AHLjeqW6wniDLi8,120688
141
149
  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
150
+ amsdal/cloud/services/__init__.cpython-310-darwin.so,sha256=5jI8WbJLsN8VHQPrK5wa45ybgzQ37IdWBCPfXjkHLyY,120704
151
+ amsdal/cloud/services/auth/token.cpython-310-darwin.so,sha256=BMN_tzjG5T19h8KTXT1AlprcBoXbRF82vTE8Vw51Tyw,250784
144
152
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
145
153
  amsdal/cloud/services/auth/manager.pyi,sha256=9fSm8tUKWNdUKlpV6GmvSN6Ypr8IyanAtrV6-uzdUgw,749
146
154
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
147
- amsdal/cloud/services/auth/manager.cpython-310-darwin.so,sha256=M2Tu57UWVzUM846brKQ4alPX9qIk3qDMUq2WMjYio40,213856
155
+ amsdal/cloud/services/auth/manager.cpython-310-darwin.so,sha256=5lXLoY53fRU9bvkS1VymcCHxrONE5cn4wmazIx8IoQE,213856
148
156
  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
157
+ amsdal/cloud/services/auth/base.cpython-310-darwin.so,sha256=-exn8o-bskoG_dH2WlQwiRgBDbsfOlRURLMp7VSS5Uk,163040
158
+ amsdal/cloud/services/auth/__init__.cpython-310-darwin.so,sha256=EgOXkgehCYI7Czor98eGHp3AQ-caZfyz3X1IgyWnJfs,120720
151
159
  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
160
+ amsdal/cloud/services/auth/credentials.cpython-310-darwin.so,sha256=dqmT8lpOzQVGy5XQigX859iwHOCBr0ir3n3hWEQFKL8,252920
161
+ amsdal/cloud/services/auth/signup_service.cpython-310-darwin.so,sha256=5jKrIO_JFbLuJ7mPik7WuNcmp5Zd2ZqtqSFMwyA4NQE,215960
154
162
  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
163
+ amsdal/cloud/services/actions/list_deploys.cpython-310-darwin.so,sha256=MGuYNab2JfXDv_kdzisz8DIzPYD1Hlfor6sxgkeZNio,180808
164
+ amsdal/cloud/services/actions/destroy_deploy.cpython-310-darwin.so,sha256=Vczx_wUaGUP7cyZhXvNlVAniUmXegtKBCKEFfuiDVJI,180280
165
+ amsdal/cloud/services/actions/list_envs.cpython-310-darwin.so,sha256=aHeyEQ7Dg7bQ_Nh9sF7FSgfBaO24rgm8SH4ga2umxvg,180512
158
166
  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
167
+ amsdal/cloud/services/actions/list_dependencies.cpython-310-darwin.so,sha256=Nw9ziUIVjjEeEHHXdK71k_tNPrYlehA8eqM6KqiY2m4,181000
160
168
  amsdal/cloud/services/actions/base.pyi,sha256=R4djWvU1Jo_U6LwgGzv24d86dWZ1B9Ra68ydV-RFsiM,2556
161
169
  amsdal/cloud/services/actions/manager.pyi,sha256=J3iPI3we-ZqZ9yAcIQel1eBTlT4LuE0c6IgP0J3bBhU,5408
162
170
  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
171
+ amsdal/cloud/services/actions/create_deploy.cpython-310-darwin.so,sha256=Q0ixGYrZKyGCqZrEZcqLTFHOqVLKP6PoqCSDzCkprLk,252152
164
172
  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
173
+ amsdal/cloud/services/actions/create_session.cpython-310-darwin.so,sha256=cLhk1O1X-4NMiRfgxv4cpNs5LkkQOYVTWqZyCRw0_9s,180728
166
174
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=_sttmdaI4k464g8FOjxAED4gWIv0yCuzDviWnI88H0c,370
167
175
  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
176
+ amsdal/cloud/services/actions/manager.cpython-310-darwin.so,sha256=cRvFlv5N5edMunirqo6vEWNFIFtYOVoIL2olPlc2FGQ,319360
169
177
  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
178
+ amsdal/cloud/services/actions/base.cpython-310-darwin.so,sha256=ShfzZ-47gxwGH21IdFiM1iRBRCbOHKk_kAx_yQstbZY,323008
179
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-310-darwin.so,sha256=Fhbko-8TescYbXrmn3UrxrsVnzgtg_bEdJADwUI611g,180792
180
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-310-darwin.so,sha256=s61ZJE4Rbltk_Z3bN_hametZ-mlqjFydLjFpNTf-4F0,180520
181
+ amsdal/cloud/services/actions/signup_action.cpython-310-darwin.so,sha256=ltXzXFMCzJ4eJQ2snQfCoWunab09w6orkeKqmyJ9Sjc,180328
182
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-310-darwin.so,sha256=F5RwzkUDCUVmSaFbi6qqTrOF-w3GH0XOHeMTCtJquBw,180488
183
+ amsdal/cloud/services/actions/expose_db.cpython-310-darwin.so,sha256=qCGLSKC5MjrrOKv0XBIYf6MSb0xJigFUOFeJGWZBjC8,180896
184
+ amsdal/cloud/services/actions/add_secret.cpython-310-darwin.so,sha256=NRxLpIpqu2jIS6lRxNcFOO7QMz3cbIfmAMQfgPNpydM,180392
185
+ amsdal/cloud/services/actions/delete_dependency.cpython-310-darwin.so,sha256=oMCzotnsu1vWzTn2-r0I7pGBl7MMukbCSClda_Ac8nQ,180488
178
186
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=7goJ0o6lnGjj06HcL7QWN3xuDSq-fP4_mc3UVBqpDNg,267
179
187
  amsdal/cloud/services/actions/delete_env.pyi,sha256=YcpKJgZ1qV5XEeRGlQICoveLCLcDa3bVFllsBbjMqv8,338
180
- amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so,sha256=Dogp9aaNlrOScRvNFldLiA470U3ON7loZ0cBtXxUdr4,181048
188
+ amsdal/cloud/services/actions/list_secrets.cpython-310-darwin.so,sha256=O2H3K_TFIaFWBbCN_vFMqwQDBGmOvjmv4EwyX7cqeCA,181048
181
189
  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
190
+ amsdal/cloud/services/actions/delete_env.cpython-310-darwin.so,sha256=IdsDHlD-mOPiUpDTFO-I7mou00jq-EqKlJT882CxuM0,180568
191
+ amsdal/cloud/services/actions/__init__.cpython-310-darwin.so,sha256=qX60F42fxbSls73JKlhxEnqP7NjB06PWhfvMSglg3cI,120736
184
192
  amsdal/cloud/services/actions/create_session.pyi,sha256=IxkArxMKJyRpqiWA1xDl06ZN4B44VDwn_jlCeGC6JWc,282
185
193
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=jLfXCoRiocgzfNjNR6hdlF3kgWM8dq4qK_NsR25nxV4,277
186
194
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=U9TPmVUZ12mUzoL1gOtRh3HyGe8fcXNX-a1xipTOXDc,282
187
195
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=WFJS6DROpYjuxcOQbdPPHPz1A0ZQajY7HUT0_ExW8Qc,367
188
196
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=BihmntuBbCGrhngxPXf0Lqw6Vep3Zs8j1ca_NfkSpQM,271
189
197
  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
198
+ amsdal/cloud/services/actions/delete_secret.cpython-310-darwin.so,sha256=ho-bumfo4-CrDJjXK71bKAHTSaujmgzQjuRsdlLAWN4,180424
191
199
  amsdal/cloud/services/actions/add_secret.pyi,sha256=PKnTcbAEtnkkeRpAn6KE7_URTzmNgFefV3s8bcIehH8,283
192
200
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=vEPBlTq6vbYSmthr-V45WgqeTTAwnH_o3xJ_eE2TIns,181
193
201
  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
202
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-310-darwin.so,sha256=uHjAyz1Fa8hySXlqZS9GMpCFGtrVpCqPlz6qE1w8FdI,180560
203
+ amsdal/cloud/services/actions/add_dependency.cpython-310-darwin.so,sha256=4K1ORSdjPhBGOXOyJgjV3yceOO-kmwcxtKFUSebXM_4,180456
196
204
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=FDOx6aTPPj0X40Ci5IwZak7Aj2Q7OO3HxXIR2zbJ7l8,766
197
205
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=_CtWRDzW43au7asHt_xGXVdYtdi30QAIbP9MYE5nb5M,252
198
206
  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
207
+ amsdal/cloud/services/actions/add_basic_auth.cpython-310-darwin.so,sha256=whoamGFXzRBs1ar6wpGiLJfdkpRaoPxt0g07YJYUhRc,180824
200
208
  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
209
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-310-darwin.so,sha256=oyrJyzXuJa_nn8YIPrXIFSB7XeaZ2sGurk6Q0jM0M5M,180704
210
+ amsdal/cloud/services/actions/update_deploy.cpython-310-darwin.so,sha256=k5JNaQXNMQfXmW4ji10kTtYyv8ToftQzjuheb1v30fQ,180776
203
211
  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
212
+ amsdal/cloud/services/actions/create_env.cpython-310-darwin.so,sha256=qSnAnGXiyopkUvJicPRAZ4fsyNWLkaDoJ3TPX2aRkZk,180568
205
213
  amsdal/fixtures/manager.pyi,sha256=ngktwLTuaiwEIrNVrOh9FEf3YxFbeUZ0G_DJf0Go5iM,1704
206
214
  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
215
+ amsdal/fixtures/manager.cpython-310-darwin.so,sha256=URbzrgKvTcdyO-XB6rMOlimrmGb3dwVzjqO5bTLFfh0,408336
216
+ amsdal/fixtures/__init__.cpython-310-darwin.so,sha256=c2vtv2wZZ4uvNSW7p1JPIIZpczULzw9lCh7v06XQazU,120672
217
+ amsdal/migration/base_migration_schemas.cpython-310-darwin.so,sha256=ZZsw8WTeg5sovPLwErJkyiqe3Ml-4wbYF5s4QDYFDZM,428352
210
218
  amsdal/migration/file_migration_store.pyi,sha256=lYZVV0P9NKyR09SydcEemJ2cbMuIlTI_mI4qJyrHhS8,1699
211
219
  amsdal/migration/file_migration_executor.pyi,sha256=tciDVL_gg-tSVF-vJLmr6mPoBDwQP9JScGvoPp8FQwA,2635
212
220
  amsdal/migration/migrations_loader.pyi,sha256=mU5p4_Djuynl6zdEmMVY1NXwyjSV3Wa344CXP6arfBM,691
@@ -215,27 +223,27 @@ amsdal/migration/file_migration_writer.pyi,sha256=r4nTR9u0AXUv9oWQoarCvGF-jt2Af_
215
223
  amsdal/migration/base_migration_schemas.pyi,sha256=P4AeDjRvq7ghNLMKCMw5L9ZQ_MDoLAa8KAZJaQ4gLZ0,2361
216
224
  amsdal/migration/data_classes.pyi,sha256=1HNOIAP1Cv90CO1JjoIu4anSs1VMibki1P5pqmBBE-I,2203
217
225
  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
226
+ amsdal/migration/__init__.cpython-310-darwin.so,sha256=gCeAMhXGsmp6dGNc4A1kLCdvrsHKBxKyKgp1sy9Y1P0,120688
227
+ amsdal/migration/migrations.cpython-310-darwin.so,sha256=isrztbtNreXpsVyRlE1BOIPc0nccwnNaromuuZ7ybZg,250408
220
228
  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
229
+ amsdal/migration/data_classes.cpython-310-darwin.so,sha256=jhoHYHsP9yK3p3k73JeuVXHuXyR911jAEUZ7DqYqcOQ,215912
230
+ amsdal/migration/file_migration_store.cpython-310-darwin.so,sha256=UoG_GD_6xLj27Ajf42cyUh2GnX-3iNh6fGQr0CW_0QU,371488
231
+ amsdal/migration/migrations_loader.cpython-310-darwin.so,sha256=rTiyi8munKMa1CtB4J4E9kOKMYIHZgfSxgJDQufDtFI,217240
232
+ amsdal/migration/file_migration_executor.cpython-310-darwin.so,sha256=yUtFDpsxd_5Gc5Zy18qefwijb31_rapzClua45RpBIk,354416
233
+ amsdal/migration/schemas_loaders.cpython-310-darwin.so,sha256=AVSPhUFrpt0NezW8e67Nn3w00V7hvpyNprzmf3PNJjs,256568
234
+ amsdal/migration/file_migration_generator.cpython-310-darwin.so,sha256=YNmEPGBG8h-VZLZW-sxhp1d6po-Oo9_K6zwi9uM7d8Y,376016
227
235
  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
236
+ amsdal/migration/utils.cpython-310-darwin.so,sha256=PjFWNLp7iganj-ugPv6dTo-RftuzMhtm1pszwuLzkNQ,302832
237
+ amsdal/migration/file_migration_writer.cpython-310-darwin.so,sha256=zAWbpiXWcvNd_dbMTATjIxRRMJT9iyxtFLkXtf8vItI,251664
230
238
  amsdal/migration/migrations.pyi,sha256=v8bIzMMVJn_SvvbNDSDu2qr2TbDXMx0DBSesXPUSY48,2632
231
239
  amsdal/migration/executors/base.pyi,sha256=p3dri37TErahCBkidINp2KUmIycOj9a-92JvhNmre1Q,2119
232
240
  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
241
+ amsdal/migration/executors/default_executor.cpython-310-darwin.so,sha256=ejZTkH2w27a8Mr1CcTCvb_7nFv4hPU0zth0FjpvwhY4,457880
234
242
  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
243
+ amsdal/migration/executors/base.cpython-310-darwin.so,sha256=q5hM1MJfGu2ZNSJK-oM44_bI79zlDqECKSt_-PTAhLQ,303088
244
+ amsdal/migration/executors/__init__.cpython-310-darwin.so,sha256=TsU0JG9O9OeKhsADxoVwrDFSqoVDijZfg_COWoBy9is,120736
237
245
  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
246
+ amsdal/migration/executors/state_executor.cpython-310-darwin.so,sha256=zj2BSXhW1cXAiF5sSWqbQWMwCSHYjWpA4kbGpRkZuGU,249912
239
247
  amsdal/migration/templates/model_class_layout.tmpl,sha256=ttbq0xgimvHn-ffM4ZSj2_DMH5srCmUtkwGd38pyDXY,766
240
248
  amsdal/migration/templates/options_validator.tmpl,sha256=gF_uiYONVad4OEILZeIdrepcHOFhwPq3nu0NJX8I1EA,205
241
249
  amsdal/migration/templates/model_class.tmpl,sha256=t0y_OlxVmJe5RRg8pxO0XyUM3q1sAuv458q8wmDvh-8,225
@@ -244,10 +252,5 @@ amsdal/migration/templates/migration.tmpl,sha256=WZe7A1lchoiqZZhGL2YUKVzafMPRiW9
244
252
  amsdal/migration/templates/dict_validator.tmpl,sha256=5lRGN9hNBVRqVcbeNQuU4v5koRzS6tJAibzOqjCUXSI,173
245
253
  amsdal/services/transaction_execution.pyi,sha256=bbT2h7xTzuP4SJSBfbJhvA7ryzwX8PfgRD9VAdjJJ8Q,1377
246
254
  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
255
+ amsdal/services/__init__.cpython-310-darwin.so,sha256=cND6mCbk0Jc4dUqsEZ2whWvosy_YjoWeX7HQD36njfM,120672
256
+ amsdal/services/transaction_execution.cpython-310-darwin.so,sha256=s1XS6208df2y2_t4klTLiUr8sayQFCf5REIRhKiBsD0,362960