amsdal 0.1.24__cp311-cp311-macosx_10_9_universal2.whl → 0.1.25__cp311-cp311-macosx_10_9_universal2.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of amsdal might be problematic. Click here for more details.

Files changed (75) hide show
  1. amsdal/__about__.py +1 -1
  2. amsdal/cloud/__init__.cpython-311-darwin.so +0 -0
  3. amsdal/cloud/client.cpython-311-darwin.so +0 -0
  4. amsdal/cloud/constants.cpython-311-darwin.so +0 -0
  5. amsdal/cloud/enums.cpython-311-darwin.so +0 -0
  6. amsdal/cloud/models/__init__.cpython-311-darwin.so +0 -0
  7. amsdal/cloud/models/base.cpython-311-darwin.so +0 -0
  8. amsdal/cloud/services/__init__.cpython-311-darwin.so +0 -0
  9. amsdal/cloud/services/actions/__init__.cpython-311-darwin.so +0 -0
  10. amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so +0 -0
  11. amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so +0 -0
  12. amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so +0 -0
  13. amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so +0 -0
  14. amsdal/cloud/services/actions/base.cpython-311-darwin.so +0 -0
  15. amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so +0 -0
  16. amsdal/cloud/services/actions/create_env.cpython-311-darwin.so +0 -0
  17. amsdal/cloud/services/actions/create_session.cpython-311-darwin.so +0 -0
  18. amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so +0 -0
  19. amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so +0 -0
  20. amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so +0 -0
  21. amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so +0 -0
  22. amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so +0 -0
  23. amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so +0 -0
  24. amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so +0 -0
  25. amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so +0 -0
  26. amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so +0 -0
  27. amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so +0 -0
  28. amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so +0 -0
  29. amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so +0 -0
  30. amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so +0 -0
  31. amsdal/cloud/services/actions/manager.cpython-311-darwin.so +0 -0
  32. amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so +0 -0
  33. amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so +0 -0
  34. amsdal/cloud/services/auth/__init__.cpython-311-darwin.so +0 -0
  35. amsdal/cloud/services/auth/base.cpython-311-darwin.so +0 -0
  36. amsdal/cloud/services/auth/credentials.cpython-311-darwin.so +0 -0
  37. amsdal/cloud/services/auth/manager.cpython-311-darwin.so +0 -0
  38. amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so +0 -0
  39. amsdal/cloud/services/auth/token.cpython-311-darwin.so +0 -0
  40. amsdal/contrib/__init__.cpython-311-darwin.so +0 -0
  41. amsdal/contrib/auth/models/user/hooks/pre_create.py +1 -1
  42. amsdal/fixtures/__init__.cpython-311-darwin.so +0 -0
  43. amsdal/fixtures/manager.cpython-311-darwin.so +0 -0
  44. amsdal/manager.cpython-311-darwin.so +0 -0
  45. amsdal/migration/__init__.cpython-311-darwin.so +0 -0
  46. amsdal/migration/base_migration_schemas.cpython-311-darwin.so +0 -0
  47. amsdal/migration/data_classes.cpython-311-darwin.so +0 -0
  48. amsdal/migration/executors/__init__.cpython-311-darwin.so +0 -0
  49. amsdal/migration/executors/base.cpython-311-darwin.so +0 -0
  50. amsdal/migration/executors/default_executor.cpython-311-darwin.so +0 -0
  51. amsdal/migration/executors/state_executor.cpython-311-darwin.so +0 -0
  52. amsdal/migration/file_migration_executor.cpython-311-darwin.so +0 -0
  53. amsdal/migration/file_migration_generator.cpython-311-darwin.so +0 -0
  54. amsdal/migration/file_migration_store.cpython-311-darwin.so +0 -0
  55. amsdal/migration/file_migration_writer.cpython-311-darwin.so +0 -0
  56. amsdal/migration/migrations.cpython-311-darwin.so +0 -0
  57. amsdal/migration/migrations_loader.cpython-311-darwin.so +0 -0
  58. amsdal/migration/schemas_loaders.cpython-311-darwin.so +0 -0
  59. amsdal/migration/utils.cpython-311-darwin.so +0 -0
  60. amsdal/mixins/__init__.cpython-311-darwin.so +0 -0
  61. amsdal/mixins/build_mixin.cpython-311-darwin.so +0 -0
  62. amsdal/mixins/class_versions_mixin.cpython-311-darwin.so +0 -0
  63. amsdal/operations/__init__.cpython-311-darwin.so +0 -0
  64. amsdal/operations/manager.cpython-311-darwin.so +0 -0
  65. amsdal/schemas/manager.cpython-311-darwin.so +0 -0
  66. amsdal/services/__init__.cpython-311-darwin.so +0 -0
  67. amsdal/services/transaction_execution.cpython-311-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=UDBB_KFYXAT_a6Q3uGzMOBYEG2sfuzNdKs9Nu_rq9v4,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
8
  amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
4
- amsdal/manager.cpython-311-darwin.so,sha256=8IayTs1udag3AJEEQS4eu-T4UF-zKm3sLq5s9BsiWDo,372480
9
+ amsdal/manager.cpython-311-darwin.so,sha256=Zy7BpqCW5ybyjdnb-aVtQhVwB2XviCTqxi9y8zujQ3w,372480
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
@@ -13,18 +18,21 @@ amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
18
  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
- amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=96mqPtxXPlvJ9LA1ZozSsO_qZmV3cIEzbPpDWhx-HAI,336936
21
+ amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=vZV3teKgMF8i0dflkTJOC9BsmMDGNd8WjgzuDYiImqA,336936
17
22
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
23
  amsdal/mixins/build_mixin.pyi,sha256=txN2JgdHhKR4SzmkvdAPGdEbtjhMdy8dp5YXMp-rxus,1031
19
- amsdal/mixins/__init__.cpython-311-darwin.so,sha256=Rxumj8-r_BAAsSBFmugoRz011Tgh4tNE6JLLygx9h18,120656
20
- amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=Yc-5ctrpzlwq-JkBCeW1Li294XsliFH-WdlWnf0CdX0,253040
24
+ amsdal/mixins/__init__.cpython-311-darwin.so,sha256=OG4ZlYayYS5yj3cKaLOKJv-_yrh4GeiyTZDvzS0wxBo,120656
25
+ amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=r_z_yM9U5VU_rRkRnmxRzwlaucLnD-jVET1qLxGRNhc,253040
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
34
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
27
- amsdal/contrib/__init__.cpython-311-darwin.so,sha256=0il80H8QZcn1pj54cEW29dzeafmxTuRuFJcxTVwvWno,120656
35
+ amsdal/contrib/__init__.cpython-311-darwin.so,sha256=mOUYQS_TJAUFCskLfzj5I33A8C1RIDGQAm-hU9YMEko,120656
28
36
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
29
37
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
38
  amsdal/contrib/auth/__init__.py,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,12 +92,12 @@ 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-311-darwin.so,sha256=iFjEBUxOJBGYF4BFAUeRnov1ZKvD0jz2nHyzXVriks8,405296
88
- amsdal/operations/__init__.cpython-311-darwin.so,sha256=hCyNLPi6wYh7O5yF-jZAm5MpJk2y1i1oZlf-KIDiDBU,120688
95
+ amsdal/operations/manager.cpython-311-darwin.so,sha256=kTkQjKjc1eamdrDgh-JodcGS0IeC3n5Oczj4QRxLe48,405296
96
+ amsdal/operations/__init__.cpython-311-darwin.so,sha256=NIcdE2dE0TWFPNFpRfAvdcnaARJ6EEdbR34tr6jUUdM,120688
89
97
  amsdal/schemas/manager.pyi,sha256=RLCBviXDNFgaktueRwp9KTP49D9SLJ4WYRqGAbAeVP4,785
90
98
  amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
91
99
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
92
- amsdal/schemas/manager.cpython-311-darwin.so,sha256=rTsL_hiWzP9ZbbreT3DfIAL0G4CLpcZ-pcFypdIcYI4,216064
100
+ amsdal/schemas/manager.cpython-311-darwin.so,sha256=pFGUUdESV6lIP314EO0Q98kF3-J8crbKgOOAGvrFzog,216064
93
101
  amsdal/schemas/manager.py,sha256=-2r4-Zuok1bX6sFjAtb34h0C0En7k7PyVHHfLHGJ-S4,2601
94
102
  amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
95
103
  amsdal/schemas/types/datetime/model.json,sha256=DROVOPm0uQXy4qUj4mQUnhvfT_67psrQJj8psVRYjrA,120
@@ -126,116 +134,116 @@ amsdal/configs/constants.py,sha256=nzXhzdVjbLSGUsEE19Zhk63znpcEtRLh7fbRWg2vyqo,5
126
134
  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
- amsdal/cloud/client.cpython-311-darwin.so,sha256=73eCkI_CNA1UxFYZnEoHqODsZ7mn6k96fMgmDQowwRs,215872
137
+ amsdal/cloud/client.cpython-311-darwin.so,sha256=7jOh2wCnXoXwybnh6UttypcA3OPsHZroeTwBH-RRhQo,215872
130
138
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
131
139
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
132
140
  amsdal/cloud/client.pyi,sha256=uEFrKTEIxnXnCFtW6_GtfvuwHeXK5J_WjOho5FWYhdQ,593
133
- amsdal/cloud/enums.cpython-311-darwin.so,sha256=J1GgBI_Cm11WXSe03BoJ985UU7qXeXukn2y40lF7XbA,157696
134
- amsdal/cloud/constants.cpython-311-darwin.so,sha256=eLz6ozAr5rENZDAGWFMpzB5ei_p2Ht4Z1S6yIJ65t_c,158688
135
- amsdal/cloud/__init__.cpython-311-darwin.so,sha256=JRluPzqt4tT0OYe4fI_dvsEAL-LoCly7ChTVCRMiUIE,120656
141
+ amsdal/cloud/enums.cpython-311-darwin.so,sha256=CJCZVWzb2q3_fY2IuBqBswmBailyYTlcUFXpoi_ISPg,157696
142
+ amsdal/cloud/constants.cpython-311-darwin.so,sha256=emMOOJj2TEkPZZ8dSoNatF1erO4HlaZH-i8mvHISLuc,158688
143
+ amsdal/cloud/__init__.cpython-311-darwin.so,sha256=9kJ68zUMFOtihjjwh6jHfOG9d49LRNv06-5ozuZ8r8U,120656
136
144
  amsdal/cloud/enums.pyi,sha256=zmUbXEgI6DLtSlZwhLizhwWHQSjQ4y8XzZG0lR-S9gI,477
137
- amsdal/cloud/models/base.cpython-311-darwin.so,sha256=by6hN3whsLOcY9q8QzsOMtdXrWG0rUXvSvoBtEi7qAE,193584
145
+ amsdal/cloud/models/base.cpython-311-darwin.so,sha256=ZYHqGh1ilQKPnkVFY7SZKQfu2ZPOU4zAl7sIxYLMOM4,193584
138
146
  amsdal/cloud/models/base.pyi,sha256=ZoOpqblwc3OyVmjw4_zMi37MgZNJojIj1wxVMGg-qIc,2343
139
147
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
140
- amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=CY04qBzthr3PuMsFmDwRmrrAMmags2IQAPwKnkHYUxA,120688
148
+ amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=eny8shynAKUh2XLajJvFQFJvouUqvarr3aXyTvMjBfI,120688
141
149
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
142
- amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=klEOLYGSwzPDjmL55zM5kI-3qoUdMEKtihlFytSRSVg,120688
143
- amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=sCUhE8hstvMNNnOl0kkM7R3gpcpFBMvQN3nA_aJzkZg,163104
150
+ amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=FtUWyMsme3_WgsXMgO6aQpbK31UIzZL8Hzs2A9Dc-jA,120688
151
+ amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=KLaAOW1BAqSZZdaae5KJF0CgfIQJksu9INK3ffGXGSE,163104
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
155
  amsdal/cloud/services/auth/signup_service.pyi,sha256=uiBnaraW2tmSm6hlhRcVNJfNrtIo-Ddxzd2dZOD27mU,520
148
- amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=DIDCwudk4l_HTTG6Ijm9acnSy3qxpg8BKfEjZJJ3qWc,250960
149
- amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=GY-j0B6oq_AAo42oqeNbG-0pgx621ACn2ksCUoOxDPU,213936
156
+ amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=xzrjLgo44XPxhnLbBjq4OteyEeahAsWq8DD5OnhuUFQ,250960
157
+ amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=X1uj59XemgGLATp79b_MJckmgec1Jq0g5DTVmhBFb3M,213936
150
158
  amsdal/cloud/services/auth/token.pyi,sha256=DRvKXl7DV26vcoLxEgR6UyJgIeP9z-XTX3WiR4A1ksM,633
151
- amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=aZ_23QMIhhRplyO8D-48C587F2xggbH25t1l3nSqQGQ,216024
152
- amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=54uTMEdcNikir1EeJcnrQOSnlnodPnelCRY6ruqTRh4,120704
153
- amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=YNrrkMFkGw2K85GvMFHT1FnGAGD1IwoJNbcwZsoqp6E,252888
159
+ amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=lMclgVmfAZEyj8aFmTzGoWgkAx7Miebt8AqnFC0OHnI,216024
160
+ amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=50tEFL50AAHlFY-GglaI2-Ljfh8eHPZIVeTelYxYx54,120704
161
+ amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=ZXzEqy9mUBoJWxNfZUr4C55v0ADFnQJcyzV2PYuHgRk,252888
154
162
  amsdal/cloud/services/auth/credentials.pyi,sha256=AMS1HUVaqM7CiypSQvYEliFW4_9g9-_6WME2tAxIw3s,1116
155
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=VBOcJy1cQFhBHWnQCZ9iLpSqQDQiokwd7rPArTnyEc0,180856
156
- amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=fb6djYqGLKPJLQD8eGfu7Q5fSmeSBOvfmzTEpXU8854,323056
163
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=Hz5NJzfl05kU7HhRetRBv4JrY9H0Q_9UL9NUD_KjmrY,180856
164
+ amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=_JdoQm4lQp2vkMZBLMG1E8XRVqNGsfLjPnjRWR_r9YU,323056
157
165
  amsdal/cloud/services/actions/list_envs.pyi,sha256=F-3qv2xU9nJ4j5xrTEs135hwitY3Gy5vPjAy7uZ-3vo,319
158
- amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=IdbedaUpkx95gw2f4Qayiyzjl7Tm_He1nCui10UUXSY,180536
166
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=ckk5l0arSt0BtR1aJ6tUX3n9qIZW3-X1J4o0ib0QeAE,180536
159
167
  amsdal/cloud/services/actions/base.pyi,sha256=R4djWvU1Jo_U6LwgGzv24d86dWZ1B9Ra68ydV-RFsiM,2556
160
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=NGhhyz7xh_KtZQEv_zT9WJfxDesxNkTA1zd1kPduYCE,180568
161
- amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=6lyDWEnRzRIZiWWKBF-ixbIHkz3cw-7Oo68CMZ2Nih0,180392
168
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=pk_UeP43uHULMLICmW53uiGrX5nxXnKnxiZz6qwWkF4,180568
169
+ amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=wKCq7N6LF2ofzzL-dWKEfKiOVPOtsADx_OJKg_tkF1Y,180392
162
170
  amsdal/cloud/services/actions/manager.pyi,sha256=J3iPI3we-ZqZ9yAcIQel1eBTlT4LuE0c6IgP0J3bBhU,5408
163
- amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=Ny0_ULP93qaqm2NrVIcivn8Glbpax_-qFVeevrcQcaY,180552
164
- amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=LWnFtfYxrOBWxYVOqmir6yy-qveyZU--hU-scK-AKA4,180960
171
+ amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=QW-a8GXkj_Cd18KZ7yYawVTHQFTYTb75XbWLDFN0XWI,180552
172
+ amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=pSpm8t_uVxSSjQNFgSGv1963d58ArOMniXbawnsEx3M,180960
165
173
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=wDTB47CkuxD3RtTM_M-WmnkNT30nQEEY4MUNgdAew2k,285
166
- amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=-LuM498Iw2iFslC0H7vVA6W1vFyoMWmzkYOFfgBHHZY,180456
174
+ amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=tiAIbMYCm_c8dTd6y1BSHreX31xAxavSlK4oz4oAylA,180456
167
175
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=yuZHj9GQlNuzE3VSjd55NAIMh4OHINSWJKYV2iOjWek,405
168
176
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=_sttmdaI4k464g8FOjxAED4gWIv0yCuzDviWnI88H0c,370
169
- amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=cEhbj-r0TQdIrzkIwS_9GM6jzNtQ7W7_x3ybtni-4lo,181112
177
+ amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=ovz-Ibl_qwcVZzTFu3LxCW3uQOjpnN59BLAnf8_CBrs,181112
170
178
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
171
179
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=-Yw92swiZSSjIvjD9FWOlj4xmtrqeqRzrMP-u2FSalA,358
172
- amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=vq7RP4YrWmPBdNi7pcilnxw-0S0BLbpT1wr7QhDoNU4,180856
173
- amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=2bQQ2QFpCuPTtJyfnJMo5ddQC6ZbZy8zb-6iCBqSu7s,180560
174
- amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=qQtZApXd8NNMzBQEtO3fvz4kw9ri8FEtTZfnmPYfKH8,181096
175
- amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=pGoAF7hxNb845fiiqfHgPDV1jT6yBF7VzPJmpdBoNAI,180344
176
- amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=33psueMz9OYDATAnOr8XutU2pzuubGjADyj0RkcaWNU,180776
177
- amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=1_MRIyRqBPAiLOFeq_D4-EWET3CzaWpW4QZ2aJ4_N4A,252280
180
+ amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=z4sAZ1MmG8NaiCY3Y_YN5SeFEiSAgI4ZRmHxuJtx3sM,180856
181
+ amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=T31gZxL8sdMURRiJMT6rR2Amu-sn_jYaFCc2afhMBLM,180560
182
+ amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=VbhPF3mkKBxwQy_hcTEAzr90jghQvANJOudQSfvCScY,181096
183
+ amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=URT78W3FK13tZrqtZaDc_u7EPA2eeJ3o2N9naBnIHAQ,180344
184
+ amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=-wPYTKxkI1dSu8OjsMsmhT5WLrgsm51F2AJ9wblV-RM,180776
185
+ amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=40mZ4ZuPiu2C5pbrROJpGivLI0W-uWnuxCVN9XmHdtI,252280
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/manager.cpython-311-darwin.so,sha256=nuKPw0X3vuk278SoOP_0-dRwqjWXQxZXYbrnpUyUu10,319440
188
+ amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=Q908TB9pkrOm6UsMbSQ9G81tnm9PQ6EQHBtGb7B92WI,319440
181
189
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=n_xtv-jtRZOlFfR0Xt0A9AuQNbclUMTow3lZbQKv36g,274
182
- amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=gHTiZGFKCJWfiHWcQ53olP9UGc6S_5QfPtGG7PohONY,180504
190
+ amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=-hW9PvR_NRmMsTv8V6uCwhh0oC7TK3NwBchun6AInDQ,180504
183
191
  amsdal/cloud/services/actions/create_session.pyi,sha256=IxkArxMKJyRpqiWA1xDl06ZN4B44VDwn_jlCeGC6JWc,282
184
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=0Bg2rQ7_9jnEJCrA6FBFDRRVzk-iWuLY8O3vwpZUNg8,180624
192
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=RPg3gudaH0j2JgD-O__rIgcl67LV3VJc9vUQFTBwB48,180624
185
193
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=jLfXCoRiocgzfNjNR6hdlF3kgWM8dq4qK_NsR25nxV4,277
186
- amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=gZMVoJXUabr14ct0ZDPg0JwcdfvwAdJwDeFkAyCOhow,180888
194
+ amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=ccxkWPsGsQ7sSg9oroWFjoXSH-cW2IecHTK2fFnJe1w,180888
187
195
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=U9TPmVUZ12mUzoL1gOtRh3HyGe8fcXNX-a1xipTOXDc,282
188
196
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=WFJS6DROpYjuxcOQbdPPHPz1A0ZQajY7HUT0_ExW8Qc,367
189
197
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=BihmntuBbCGrhngxPXf0Lqw6Vep3Zs8j1ca_NfkSpQM,271
190
- amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=RqVZRWvMGs78T8LKQj2l1qEbJ2BV7Mh6FgvmGGmMDOQ,180768
191
- amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=8Ft8_HIYZqM7hHKaC_o1TH5vjv2km_hMHwpBPvDY5uM,180840
198
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=pU3s2y-Lt9XtiBmb5TFSmdpbSmqANLiJ_YR0_dtbJf4,180768
199
+ amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=VNXcZd0t90lk-vqMDJUhL2msdmhgOWxCK0qi3ItHbo8,180840
192
200
  amsdal/cloud/services/actions/signup_action.pyi,sha256=Zobfp3iqnxWTqnZNacDR0udNQjBfh5uX32n7DISaQP8,304
193
- amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=EVs6z6-sRsU0pogGzFOAtjyRCbkKUk0v4JKWNS3pp-k,180632
201
+ amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=xlWGSTDLtYtvIFghDATN9lA05oljmSF7Pfx9N9MbZeY,180632
194
202
  amsdal/cloud/services/actions/add_secret.pyi,sha256=PKnTcbAEtnkkeRpAn6KE7_URTzmNgFefV3s8bcIehH8,283
195
- amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=x7WKmVgHjelWiXkE4k3ypVOcJsVNH1K4VWBihNodsp4,180632
196
- amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=_yaWyKuQ2VMszKZZtHJQZTpEP76eCW0q0fiNAzm1bLA,120720
203
+ amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=xcmbAuHdc0nmlbpIjEzbQodHIejJSBQh5DRHh_1_ySA,180632
204
+ amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=ilXcRrR_AEQf6z7TIDrYW4mDSSeIdH48mznBM3q0Tqw,120720
197
205
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=vEPBlTq6vbYSmthr-V45WgqeTTAwnH_o3xJ_eE2TIns,181
198
206
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=kqpvc8zOMZwSVFi8ZAyt4NwkiY9uDUruRHdY12uxdeo,296
199
207
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=FDOx6aTPPj0X40Ci5IwZak7Aj2Q7OO3HxXIR2zbJ7l8,766
200
208
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=_CtWRDzW43au7asHt_xGXVdYtdi30QAIbP9MYE5nb5M,252
201
209
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=8fT37_YKeb25kdcVVkYOzwjknvCVqLJK-iQxixAlFXI,360
202
210
  amsdal/cloud/services/actions/create_env.pyi,sha256=z6y4ki2sigDkGtDa--pI6uYYWb3XksJLcecm7Rh51rE,338
203
- amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=BLBryfT4QIBklZ27PrDafsgQ7Y_V4mHGoT6swpfoWZA,180488
211
+ amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=CqWtPawabOiTml7T8i9OM8kAiuLFmvNI_C3UbdcxZGw,180488
204
212
  amsdal/cloud/services/actions/expose_db.pyi,sha256=s2GMS48md8dWKt2kGjXjUlRn369oZOIncrVR-zG25_4,309
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-311-darwin.so,sha256=mA7WO37mZfNaVWORUlEn0RPgwNQCEsf8blxjWOsoMtg,408464
208
- amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=FdVPB7vpGzHRNSY8PwHOCbMxLxYh8Hk1iqT7zLRtkxM,120672
215
+ amsdal/fixtures/manager.cpython-311-darwin.so,sha256=9jqlUPRmPw1Jn1jix4MvQknNdFTZBIRMil5JyVAncXM,408464
216
+ amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=Nkyimpedc54JaPJbsB6E-iauf1x6oa24YndA4GoMWV0,120672
209
217
  amsdal/migration/file_migration_store.pyi,sha256=lYZVV0P9NKyR09SydcEemJ2cbMuIlTI_mI4qJyrHhS8,1699
210
218
  amsdal/migration/file_migration_executor.pyi,sha256=tciDVL_gg-tSVF-vJLmr6mPoBDwQP9JScGvoPp8FQwA,2635
211
219
  amsdal/migration/migrations_loader.pyi,sha256=mU5p4_Djuynl6zdEmMVY1NXwyjSV3Wa344CXP6arfBM,691
212
220
  amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
213
221
  amsdal/migration/file_migration_writer.pyi,sha256=r4nTR9u0AXUv9oWQoarCvGF-jt2Af_Apr8Bg_Cm31_g,728
214
- amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=p-n9iciWRnzCzD5kf3XCBKc3BXeN7YKqhd5NNQo5qLA,445008
222
+ amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=5f4sgsFTilw4lolbb3PkNtvsH3meLS0BuuAPfMu_YBo,445008
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/file_migration_generator.cpython-311-darwin.so,sha256=ZGKwAiK70ab3SLEiDR4hxdTqPwrxtzgsIhy9beVpQPI,375664
219
- amsdal/migration/utils.cpython-311-darwin.so,sha256=ixXAt-334qYDboh4u-4ajBk9-DIO2HUP5WCHxLov9fw,302896
226
+ amsdal/migration/file_migration_generator.cpython-311-darwin.so,sha256=-R5ZJUzgdehvJKTCJAsjfMaqqzNlLDCwB3ozSarTkX0,375664
227
+ amsdal/migration/utils.cpython-311-darwin.so,sha256=V5kl8x1QDeQpWraaftzY3L5yUorCVIh8VsJNC5aQf5k,302896
220
228
  amsdal/migration/schemas_loaders.pyi,sha256=YvvUs4wX5QKP0PUIevXTmo8Rr85LvAIseNxuPgh3i1U,1197
221
- amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=7F2I-hk_GdRsmlcf8LubXg400s_4btAjtD1Jh3nXv4Y,251712
229
+ amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=heqruuPf15EbR-xcnilyQya1KnSUMl-lxqjcrXJ7gKU,251712
222
230
  amsdal/migration/file_migration_generator.pyi,sha256=oED_KXnywcERh-hd809zzuLvbPl98Bc2jS2eV9-o1t4,3006
223
- amsdal/migration/__init__.cpython-311-darwin.so,sha256=b3b6NYtHg-afXCNWLGlESQPhtbjd43sUcWnP7u3UmJg,120672
224
- amsdal/migration/migrations.cpython-311-darwin.so,sha256=3f2wJV9x-ag7F6g24UWKFEueu5Dn5KjqryrjF30ZvT8,250488
225
- amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=uUvDVjZwpMxNNnHKZ6Uxh-p43VSteCDEqXcSATzuqgQ,371552
226
- amsdal/migration/data_classes.cpython-311-darwin.so,sha256=epPBfsEiCl0-kP3LuRywfFv5yybNnbsS905AE06X09w,215976
227
- amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=6UdUX7I-tNcbCbj2A2fy9afUQX4FIAnvrN9t_e4H0YE,217384
228
- amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=7DKrXRm9LtpeIheH6BqBAiC6dNmOeKrwBxHCsKry36A,256808
231
+ amsdal/migration/__init__.cpython-311-darwin.so,sha256=2120MFMsSh6Q_aZCXPCcFN_KhvZ2h89S0r528edISvw,120672
232
+ amsdal/migration/migrations.cpython-311-darwin.so,sha256=gXFUG0qGhVSitmItgGOutY4jk6eNgIeemSWnQ8GnE1Q,250488
233
+ amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=UKiOyWkKthQ-kxOwUydt5Tbov8NjORvUv-XEnmdgs20,371552
234
+ amsdal/migration/data_classes.cpython-311-darwin.so,sha256=D_eiAYI82bkjK3re0--EQnPLTS5RgrPu8PGNcS94Hxw,215976
235
+ amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=F_mu9LBE3rKule-45A5A3OFIaMH1CnB4d90CQC-7WSU,217384
236
+ amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=C8H7rCRGSlAw7ZlzcS1NpLX2w2r7Y79bsKw-hKL2fpw,256808
229
237
  amsdal/migration/migrations.pyi,sha256=v8bIzMMVJn_SvvbNDSDu2qr2TbDXMx0DBSesXPUSY48,2632
230
- amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=U8mIkLJ71CksPo0LmIvn2omF9Fnino6W-aoDkgWYb9I,354464
231
- amsdal/migration/executors/base.cpython-311-darwin.so,sha256=Uj51XyeOHRQ7yeapEbpTl6fZpqLv3baIAnO4i-OP7uY,303136
238
+ amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=0kzO7H6bNlkpIKhGgt9NbuwLk23ZwlBTEZtugqQjozw,354464
239
+ amsdal/migration/executors/base.cpython-311-darwin.so,sha256=nHQzaG6g3D9UGz2-wwICV2NKeBwDDOiPq0zJq91p96Y,303136
232
240
  amsdal/migration/executors/base.pyi,sha256=p3dri37TErahCBkidINp2KUmIycOj9a-92JvhNmre1Q,2119
233
241
  amsdal/migration/executors/state_executor.pyi,sha256=5UvOE2K53yYPKcObFEM08Vv8f1KbEsy6xXZOoAoB4wI,1003
234
242
  amsdal/migration/executors/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
235
- amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=Rbu6SkkjxlPHFtbtlHhZyvNzM2-4SOzj6XDx3euQDOo,458008
236
- amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=dJWbkkQm46MmfcOvWRT2_Up8hPlRRhw4eyaNfaFzL5U,249976
243
+ amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=HT4HJCYvVQXlvcXLWUyx7wFynZf6mXFqUo9wbdhAaFk,458008
244
+ amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=iqwnr10qWOxOggVdsgbg7Nyh86LgtqGo0Gk61uKVrrc,249976
237
245
  amsdal/migration/executors/default_executor.pyi,sha256=AJ-OzXO2E7wd0_73fRy8RTONb1S0RwZXE7CpVGfeZjI,1902
238
- amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=Dy9nk5QRoCuQIcwWoQRweUYj3ID_w8mdyWoplttVWec,120720
246
+ amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=0Er6bx5Aorp9h6nogI5_g0fSSMsotLL2De9b8MkE6gc,120720
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-311-darwin.so,sha256=u8LDZjf4TlfYLS_z1IbPMlcJs06FYTnwCz4l-wRV4Ig,120672
248
- amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=a8NoURU4I9FY-5gwb5XD9Y-eZrBLO-u8hg7w08vqEs8,363184
249
- amsdal-0.1.24.dist-info/RECORD,,
250
- amsdal-0.1.24.dist-info/WHEEL,sha256=UDBB_KFYXAT_a6Q3uGzMOBYEG2sfuzNdKs9Nu_rq9v4,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-311-darwin.so,sha256=HB_uM8gZHDTJHVN6Jmp3fJIdBfX_KAwdPwpvcPhgDp4,120672
256
+ amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=Jk-G4oMqCNXxxwNHsKY2th3RZa4PLVUCURqJClK8hTg,363184