amsdal 0.1.24__cp311-cp311-macosx_10_9_universal2.whl → 0.1.26__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 (76) 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/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
3
  amsdal/__init__.py,sha256=EQCJ5OevmkkIpIULumPNIbWk3UI7afDfRzIsZN5mfwg,73
4
- amsdal/manager.cpython-311-darwin.so,sha256=8IayTs1udag3AJEEQS4eu-T4UF-zKm3sLq5s9BsiWDo,372480
4
+ amsdal/manager.cpython-311-darwin.so,sha256=-gmpImk3jzq55q-qyfPZ4sVglAyhelqY-ii5L8bW-4s,356864
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
@@ -13,18 +13,22 @@ amsdal/context/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  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
- amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=96mqPtxXPlvJ9LA1ZozSsO_qZmV3cIEzbPpDWhx-HAI,336936
16
+ amsdal/mixins/build_mixin.cpython-311-darwin.so,sha256=Cs834nBadC97GUz60r9i2T2D0gsLNUdhW-zE8U7TYmM,336936
17
17
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  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
19
+ amsdal/mixins/__init__.cpython-311-darwin.so,sha256=NdAqmowxknB3QDHr2NU4uZ776RYKqDpTOO0S9QKIMqE,120656
20
+ amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=KAlf6imufl-wxLKG5Pc1sxscNA-BRCkwaiXNC0LOvCE,253040
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
30
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
27
- amsdal/contrib/__init__.cpython-311-darwin.so,sha256=0il80H8QZcn1pj54cEW29dzeafmxTuRuFJcxTVwvWno,120656
31
+ amsdal/contrib/__init__.cpython-311-darwin.so,sha256=Eq0EOAUkDX-tfcxo9OXne2SQPkRC2Wcym5McdqpRKiM,120656
28
32
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
29
33
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
34
  amsdal/contrib/auth/__init__.py,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,12 +88,12 @@ 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-311-darwin.so,sha256=iFjEBUxOJBGYF4BFAUeRnov1ZKvD0jz2nHyzXVriks8,405296
88
- amsdal/operations/__init__.cpython-311-darwin.so,sha256=hCyNLPi6wYh7O5yF-jZAm5MpJk2y1i1oZlf-KIDiDBU,120688
91
+ amsdal/operations/manager.cpython-311-darwin.so,sha256=pfW0bgQquicPNLun3bvW0YuI1FE3AE27QdSC1lN_Tg4,405296
92
+ amsdal/operations/__init__.cpython-311-darwin.so,sha256=VvUChCk_ydpSqn8SOvkkzaQjE2vhbCWbSrDpjAmsZ7E,120688
89
93
  amsdal/schemas/manager.pyi,sha256=RLCBviXDNFgaktueRwp9KTP49D9SLJ4WYRqGAbAeVP4,785
90
94
  amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
91
95
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
92
- amsdal/schemas/manager.cpython-311-darwin.so,sha256=rTsL_hiWzP9ZbbreT3DfIAL0G4CLpcZ-pcFypdIcYI4,216064
96
+ amsdal/schemas/manager.cpython-311-darwin.so,sha256=kezbGH_RhHU3Mc1oqK_3D71o1nE2nNTYUt6YWCcA8hA,216064
93
97
  amsdal/schemas/manager.py,sha256=-2r4-Zuok1bX6sFjAtb34h0C0En7k7PyVHHfLHGJ-S4,2601
94
98
  amsdal/schemas/types/array/model.json,sha256=I9Z7r691yd8i-Ndy8Cf3rFGg22mnLxg_weeVU2kRtkY,117
95
99
  amsdal/schemas/types/datetime/model.json,sha256=DROVOPm0uQXy4qUj4mQUnhvfT_67psrQJj8psVRYjrA,120
@@ -126,116 +130,116 @@ amsdal/configs/constants.py,sha256=nzXhzdVjbLSGUsEE19Zhk63znpcEtRLh7fbRWg2vyqo,5
126
130
  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
- amsdal/cloud/client.cpython-311-darwin.so,sha256=73eCkI_CNA1UxFYZnEoHqODsZ7mn6k96fMgmDQowwRs,215872
133
+ amsdal/cloud/client.cpython-311-darwin.so,sha256=tCHTeYRgNEtTcjffvRpHH5_KIikzTG-iVQLZe-0d2SY,215872
130
134
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
131
135
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
132
136
  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
137
+ amsdal/cloud/enums.cpython-311-darwin.so,sha256=7oaBUq-prnxIOqdedjj0Cuu_W8C9SGNwCPTGo-bN5Ts,157696
138
+ amsdal/cloud/constants.cpython-311-darwin.so,sha256=YVwcsRqfkucy5JnB9eYX8rk7-4U5cD2lFZyg9a-nwRs,158688
139
+ amsdal/cloud/__init__.cpython-311-darwin.so,sha256=Gtw2-j_ja4jdWjDQE0D7Fg_FjmLMq2bdTivC6pmcqH4,120656
136
140
  amsdal/cloud/enums.pyi,sha256=zmUbXEgI6DLtSlZwhLizhwWHQSjQ4y8XzZG0lR-S9gI,477
137
- amsdal/cloud/models/base.cpython-311-darwin.so,sha256=by6hN3whsLOcY9q8QzsOMtdXrWG0rUXvSvoBtEi7qAE,193584
141
+ amsdal/cloud/models/base.cpython-311-darwin.so,sha256=PLtWAQOpwWEhCXcwjEVzxsbO6R0s-fLDlTLHa40_mV8,193584
138
142
  amsdal/cloud/models/base.pyi,sha256=ZoOpqblwc3OyVmjw4_zMi37MgZNJojIj1wxVMGg-qIc,2343
139
143
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
140
- amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=CY04qBzthr3PuMsFmDwRmrrAMmags2IQAPwKnkHYUxA,120688
144
+ amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=I_ZgSFQtmfeS3T-N770XDZC4C0Og38TYf3TUhskoXyo,120688
141
145
  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
146
+ amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=WHL6lhqw6Et8PhfhOz-Z5NjJTUUxivn4nl8FRhsM--E,120688
147
+ amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=4h9VQqwxr886LwaS8slXb5s4Zn0QeH8l6HfPDgWMbrU,163104
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
151
  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
152
+ amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=C8vBprvAadl8EjfcGr_MGnOpwUZjo01UpmKB5PMBdX8,250960
153
+ amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=Ilh_wFa6zAsPjoWGpVA3BErTgPPOqJ4UWFFH7aPA5YM,213936
150
154
  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
155
+ amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=htP1wvySVXoGlF3nryRDIU1JDWDbn8nXHVpL1Gq0iEs,216024
156
+ amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=WEBQwOX1_PtJYG8iuWzjuwP7BNh1xYMAi2niHceFDXM,120704
157
+ amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=6tiXq2kjvj6WAHomg3x_eufIEv67mSqjgMbNbTQXK0Q,252888
154
158
  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
159
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=M9F1jLM7SXviZWSKWpmMIfX-D0slYnjyXKH9HtF_kPQ,180856
160
+ amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=806rplfy8QC-5jGW5XUJSv3mb-0c8UzhvegB9Olssl0,323056
157
161
  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
162
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=1cUDzYxwQztDpsJHOgheDPeRxzCTD0mJITtK7rnYXxM,180536
159
163
  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
164
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=sb-MBbn_lrCgiV0aKxILFXPYN36p50jVGHgBle8sj4w,180568
165
+ amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=vvvtmWWhDw-WWrxubEMpTnuGADsdTtdJfdlbTYerpx8,180392
162
166
  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
167
+ amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=5KmvLDBhCDfYkJes2W38KzJtIsLzvANqWSVbNdw_01A,180552
168
+ amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=KvJZV3z-fJtpQzkPSEWWeOZZyZVC3nFcI4XFYISsAcU,180960
165
169
  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
170
+ amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=9pO5fk1teOuS2cSh0CIIDVssQToXooLo29BPAT9RirE,180456
167
171
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=yuZHj9GQlNuzE3VSjd55NAIMh4OHINSWJKYV2iOjWek,405
168
172
  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
173
+ amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=5exo20LGn-DZ4CRUZqH2YcrAqKMn93Et0yCIJAXV3T8,181112
170
174
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
171
175
  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
176
+ amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=tGOVzi0z8eLLLWCJHnSyUDT3XWYzKaRCT1rh_e_8mtg,180856
177
+ amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=fl9uRCtpCIUrhCUb8c9LejTiajwg5WK3ztPXGGACqxc,180560
178
+ amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=2F8o79Pt4R-nTAeYXkKRmRE8cV8ecQQNYHfqu6o-fuY,181096
179
+ amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=akOEcrzdVfWQbIgrcjaJsTv3FKMEzc2bELjs4L-i2PQ,180344
180
+ amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=vUXzoH5oAPrAQMWFvPBp2JoA-fZ2_MT6MQCuj1J4vq8,180776
181
+ amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=bFnw6lhNRah8ZdEQTqdKufsN3IOcPo4u3Lt19aCqVcI,252280
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/manager.cpython-311-darwin.so,sha256=nuKPw0X3vuk278SoOP_0-dRwqjWXQxZXYbrnpUyUu10,319440
184
+ amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=uJ1SSdDYLDR-tMyBX_OT_L5zmQQjvZonFyKWlDpnwfo,319440
181
185
  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
186
+ amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=KLQKIqftkO21mLpNtVHOqow4aU6A4B6gmxiZfqG8xPQ,180504
183
187
  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
188
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=sYfxhPkB-yoE85_LQfG6rupSgoGoz2UfM2AApRN3Z0Y,180624
185
189
  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
190
+ amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=HhDIi30tzNdPVLRIKwMrWgHg8YzpPjP4jax0jC_ntgo,180888
187
191
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=U9TPmVUZ12mUzoL1gOtRh3HyGe8fcXNX-a1xipTOXDc,282
188
192
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=WFJS6DROpYjuxcOQbdPPHPz1A0ZQajY7HUT0_ExW8Qc,367
189
193
  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
194
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=3awS6W6H7mpfLEk9ZNsxLX9fdUBenDv5lJmGw67LCS0,180768
195
+ amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=4tyheJCGeI1Ym5f2eM6RitH2jEZM3GX2XA3Glgfq6w8,180840
192
196
  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
197
+ amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=WWF6R8gF-7CWUGOIaSuIXdVOyY2p3ZglfI_JaCdJOC4,180632
194
198
  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
199
+ amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=psH-rAMej6i6ik1a96ILIG0uX09qekKqMuTeGQWlWFY,180632
200
+ amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=GE3wYQiAfUBpsanR_Ua78K9DYAKOMG8cWwvd4mMYpY4,120720
197
201
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=vEPBlTq6vbYSmthr-V45WgqeTTAwnH_o3xJ_eE2TIns,181
198
202
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=kqpvc8zOMZwSVFi8ZAyt4NwkiY9uDUruRHdY12uxdeo,296
199
203
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=FDOx6aTPPj0X40Ci5IwZak7Aj2Q7OO3HxXIR2zbJ7l8,766
200
204
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=_CtWRDzW43au7asHt_xGXVdYtdi30QAIbP9MYE5nb5M,252
201
205
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=8fT37_YKeb25kdcVVkYOzwjknvCVqLJK-iQxixAlFXI,360
202
206
  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
207
+ amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=DEm3V0a4VKY4TqAHcRRVvAbWPbs-T9-QAiW1dwnYbAo,180488
204
208
  amsdal/cloud/services/actions/expose_db.pyi,sha256=s2GMS48md8dWKt2kGjXjUlRn369oZOIncrVR-zG25_4,309
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-311-darwin.so,sha256=mA7WO37mZfNaVWORUlEn0RPgwNQCEsf8blxjWOsoMtg,408464
208
- amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=FdVPB7vpGzHRNSY8PwHOCbMxLxYh8Hk1iqT7zLRtkxM,120672
211
+ amsdal/fixtures/manager.cpython-311-darwin.so,sha256=2VxfAtZ4d8uwqx74DvnT8I9iIOpL79xT0y63C3vS7P4,408464
212
+ amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=YYiDSwwsc9BBNmd8iFtppGuBLY-HcHwNQEfyjgouSYk,120672
209
213
  amsdal/migration/file_migration_store.pyi,sha256=lYZVV0P9NKyR09SydcEemJ2cbMuIlTI_mI4qJyrHhS8,1699
210
214
  amsdal/migration/file_migration_executor.pyi,sha256=tciDVL_gg-tSVF-vJLmr6mPoBDwQP9JScGvoPp8FQwA,2635
211
215
  amsdal/migration/migrations_loader.pyi,sha256=mU5p4_Djuynl6zdEmMVY1NXwyjSV3Wa344CXP6arfBM,691
212
216
  amsdal/migration/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
213
217
  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
218
+ amsdal/migration/base_migration_schemas.cpython-311-darwin.so,sha256=2amlHujVVNVmKuE5-7cWoHXn7s7xsffVoYbYliyu5cE,445008
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/file_migration_generator.cpython-311-darwin.so,sha256=ZGKwAiK70ab3SLEiDR4hxdTqPwrxtzgsIhy9beVpQPI,375664
219
- amsdal/migration/utils.cpython-311-darwin.so,sha256=ixXAt-334qYDboh4u-4ajBk9-DIO2HUP5WCHxLov9fw,302896
222
+ amsdal/migration/file_migration_generator.cpython-311-darwin.so,sha256=y2wjTLoZ-x8M5HxNKG12A1NsceNpAEi5KBtbFIXTTNU,375664
223
+ amsdal/migration/utils.cpython-311-darwin.so,sha256=_MsM4L9amdnpXFImVmfCOgjt4hQBW3fFVockIUoKRGg,302896
220
224
  amsdal/migration/schemas_loaders.pyi,sha256=YvvUs4wX5QKP0PUIevXTmo8Rr85LvAIseNxuPgh3i1U,1197
221
- amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=7F2I-hk_GdRsmlcf8LubXg400s_4btAjtD1Jh3nXv4Y,251712
225
+ amsdal/migration/file_migration_writer.cpython-311-darwin.so,sha256=ltBD5Du8O4SFPXHzrTGRRAoIkj6pQ3s7Tg9Bndp9GSI,251712
222
226
  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
227
+ amsdal/migration/__init__.cpython-311-darwin.so,sha256=H8e4O_K0u4VfZ1Be-S4Uxyef5dcTlq8TXjDEmTn0ndA,120672
228
+ amsdal/migration/migrations.cpython-311-darwin.so,sha256=44jms7hR6IXuzI7kuEqtaesroNYQLiVgDi-18PsAGa0,250488
229
+ amsdal/migration/file_migration_store.cpython-311-darwin.so,sha256=i4fCmU5ULWppYoLp8InTriRSeB53-MXSF0e_PCMS-yg,371552
230
+ amsdal/migration/data_classes.cpython-311-darwin.so,sha256=hP6GvhBs4LO5lMzIlTAeLQhxiW6TkWV7GPOKAau78kE,215976
231
+ amsdal/migration/migrations_loader.cpython-311-darwin.so,sha256=ptaJ2fkrlsuGhoK3u-zCPKPjEcA6gYulY96xaZKzzJ8,217384
232
+ amsdal/migration/schemas_loaders.cpython-311-darwin.so,sha256=8CvbQUBj-DK7JUMHwhASlZ-Nx3i39k7yPnvwVzGTUto,256808
229
233
  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
234
+ amsdal/migration/file_migration_executor.cpython-311-darwin.so,sha256=DwL2I-Izun2snq8dgsUhslgQIY90KmvTkIOdZYkYXBg,354464
235
+ amsdal/migration/executors/base.cpython-311-darwin.so,sha256=0gDgFDEVHEBxgN68NcguA0yi-b9veMlGutwx8p3FWRY,303136
232
236
  amsdal/migration/executors/base.pyi,sha256=p3dri37TErahCBkidINp2KUmIycOj9a-92JvhNmre1Q,2119
233
237
  amsdal/migration/executors/state_executor.pyi,sha256=5UvOE2K53yYPKcObFEM08Vv8f1KbEsy6xXZOoAoB4wI,1003
234
238
  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
239
+ amsdal/migration/executors/default_executor.cpython-311-darwin.so,sha256=qyaNkizDecxIbVfPL3ZuqV7x1sVlp5lheR7r-3F-mZo,458008
240
+ amsdal/migration/executors/state_executor.cpython-311-darwin.so,sha256=3n6qQuoeIuqwHLCTsMD3iDClflHHm6rza3Psm0aKGmc,249976
237
241
  amsdal/migration/executors/default_executor.pyi,sha256=AJ-OzXO2E7wd0_73fRy8RTONb1S0RwZXE7CpVGfeZjI,1902
238
- amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=Dy9nk5QRoCuQIcwWoQRweUYj3ID_w8mdyWoplttVWec,120720
242
+ amsdal/migration/executors/__init__.cpython-311-darwin.so,sha256=K01O1ylr7odReq_r6uHYdZJQyBGDDk-TURtpXauTiXI,120720
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-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
251
+ amsdal/services/__init__.cpython-311-darwin.so,sha256=xLchMWVVT9AAsXrYqtpVHn5zlNWjQdaSoMggA19ixzU,120672
252
+ amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=_6gfNQIEyQt2SMZYtyGKsI7E9UnFISBXFALobT-dEkE,363184
253
+ amsdal-0.1.26.dist-info/RECORD,,
254
+ amsdal-0.1.26.dist-info/WHEEL,sha256=UDBB_KFYXAT_a6Q3uGzMOBYEG2sfuzNdKs9Nu_rq9v4,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