amsdal 0.4.1__cp311-cp311-macosx_10_9_universal2.whl → 0.4.2__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 (64) hide show
  1. amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md +28 -2
  2. amsdal/__about__.py +1 -1
  3. amsdal/__migrations__/0000_initial.py +9 -4
  4. amsdal/__migrations__/0002_fixture_order.py +2 -2
  5. amsdal/cloud/__init__.cpython-311-darwin.so +0 -0
  6. amsdal/cloud/client.cpython-311-darwin.so +0 -0
  7. amsdal/cloud/constants.cpython-311-darwin.so +0 -0
  8. amsdal/cloud/enums.cpython-311-darwin.so +0 -0
  9. amsdal/cloud/models/__init__.cpython-311-darwin.so +0 -0
  10. amsdal/cloud/models/base.cpython-311-darwin.so +0 -0
  11. amsdal/cloud/services/__init__.cpython-311-darwin.so +0 -0
  12. amsdal/cloud/services/actions/__init__.cpython-311-darwin.so +0 -0
  13. amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so +0 -0
  14. amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so +0 -0
  15. amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so +0 -0
  16. amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so +0 -0
  17. amsdal/cloud/services/actions/base.cpython-311-darwin.so +0 -0
  18. amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so +0 -0
  19. amsdal/cloud/services/actions/create_env.cpython-311-darwin.so +0 -0
  20. amsdal/cloud/services/actions/create_session.cpython-311-darwin.so +0 -0
  21. amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so +0 -0
  22. amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so +0 -0
  23. amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so +0 -0
  24. amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so +0 -0
  25. amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so +0 -0
  26. amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so +0 -0
  27. amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so +0 -0
  28. amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so +0 -0
  29. amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so +0 -0
  30. amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so +0 -0
  31. amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so +0 -0
  32. amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so +0 -0
  33. amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so +0 -0
  34. amsdal/cloud/services/actions/manager.cpython-311-darwin.so +0 -0
  35. amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so +0 -0
  36. amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so +0 -0
  37. amsdal/cloud/services/auth/__init__.cpython-311-darwin.so +0 -0
  38. amsdal/cloud/services/auth/base.cpython-311-darwin.so +0 -0
  39. amsdal/cloud/services/auth/credentials.cpython-311-darwin.so +0 -0
  40. amsdal/cloud/services/auth/manager.cpython-311-darwin.so +0 -0
  41. amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so +0 -0
  42. amsdal/cloud/services/auth/token.cpython-311-darwin.so +0 -0
  43. amsdal/contrib/__init__.cpython-311-darwin.so +0 -0
  44. amsdal/contrib/auth/migrations/0000_initial.py +10 -9
  45. amsdal/contrib/frontend_configs/migrations/0000_initial.py +1 -1
  46. amsdal/fixtures/__init__.cpython-311-darwin.so +0 -0
  47. amsdal/fixtures/manager.cpython-311-darwin.so +0 -0
  48. amsdal/fixtures/utils.cpython-311-darwin.so +0 -0
  49. amsdal/manager.cpython-311-darwin.so +0 -0
  50. amsdal/mixins/__init__.cpython-311-darwin.so +0 -0
  51. amsdal/mixins/class_versions_mixin.cpython-311-darwin.so +0 -0
  52. amsdal/models/core/class_object.py +1 -1
  53. amsdal/models/core/class_object.pyi +1 -1
  54. amsdal/models/core/class_property.py +1 -0
  55. amsdal/models/core/class_property.pyi +1 -0
  56. amsdal/schemas/manager.cpython-311-darwin.so +0 -0
  57. amsdal/services/__init__.cpython-311-darwin.so +0 -0
  58. amsdal/services/transaction_execution.cpython-311-darwin.so +0 -0
  59. {amsdal-0.4.1.dist-info → amsdal-0.4.2.dist-info}/METADATA +2 -1
  60. {amsdal-0.4.1.dist-info → amsdal-0.4.2.dist-info}/RECORD +64 -64
  61. {amsdal-0.4.1.dist-info → amsdal-0.4.2.dist-info}/WHEEL +1 -1
  62. {amsdal-0.4.1.dist-info → amsdal-0.4.2.dist-info}/LICENSE.txt +0 -0
  63. {amsdal-0.4.1.dist-info → amsdal-0.4.2.dist-info}/licenses/LICENSE.txt +0 -0
  64. {amsdal-0.4.1.dist-info → amsdal-0.4.2.dist-info}/top_level.txt +0 -0
@@ -1100,7 +1100,6 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1100
1100
 
1101
1101
  ## bcrypt **4.0 or later**
1102
1102
 
1103
-
1104
1103
  ### [https://github.com/pyca/bcrypt](https://github.com/pyca/bcrypt)
1105
1104
 
1106
1105
  ### **Apache License 2.0**
@@ -1305,4 +1304,31 @@ Unless required by applicable law or agreed to in writing, software
1305
1304
  distributed under the License is distributed on an "AS IS" BASIS,
1306
1305
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1307
1306
  See the License for the specific language governing permissions and
1308
- limitations under the License.
1307
+ limitations under the License.
1308
+
1309
+ ## pip **21.3.1 or later**
1310
+
1311
+ ### [https://github.com/pypa/pip](https://github.com/pypa/pip)
1312
+
1313
+ ### **MIT License**
1314
+
1315
+ Copyright (c) 2008-present The pip developers (see AUTHORS.txt file)
1316
+
1317
+ Permission is hereby granted, free of charge, to any person obtaining
1318
+ a copy of this software and associated documentation files (the
1319
+ "Software"), to deal in the Software without restriction, including
1320
+ without limitation the rights to use, copy, modify, merge, publish,
1321
+ distribute, sublicense, and/or sell copies of the Software, and to
1322
+ permit persons to whom the Software is furnished to do so, subject to
1323
+ the following conditions:
1324
+
1325
+ The above copyright notice and this permission notice shall be
1326
+ included in all copies or substantial portions of the Software.
1327
+
1328
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1329
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1330
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1331
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1332
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1333
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1334
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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.4.1'
4
+ __version__ = '0.4.2'
@@ -121,6 +121,11 @@ class Migration(migrations.Migration):
121
121
  'items': {'key': {'type': 'string'}, 'value': {'type': 'anything'}},
122
122
  'title': 'Items',
123
123
  },
124
+ 'db_field': {
125
+ 'type': 'array',
126
+ 'items': {'type': 'string'},
127
+ 'title': 'DB Fields',
128
+ },
124
129
  },
125
130
  'meta_class': 'TypeMeta',
126
131
  },
@@ -138,8 +143,8 @@ class Migration(migrations.Migration):
138
143
  'title': 'Properties',
139
144
  },
140
145
  'primary_key': {
141
- 'type': 'dictionary',
142
- 'items': {'key': {'type': 'string'}, 'value': {'type': 'array', 'items': {'type': 'string'}}},
146
+ 'type': 'array',
147
+ 'items': {'type': 'string'},
143
148
  'title': 'Primary key fields',
144
149
  },
145
150
  'indexed': {'type': 'array', 'items': {'type': 'string'}, 'title': 'Indexed'},
@@ -188,7 +193,7 @@ class Migration(migrations.Migration):
188
193
  'title': 'Data',
189
194
  },
190
195
  },
191
- "primary_key": {"partition_key": ["partition_key"]},
196
+ "primary_key": ["partition_key"],
192
197
  "table_name": "Fixture",
193
198
  'unique': [['external_id']],
194
199
  },
@@ -204,7 +209,7 @@ class Migration(migrations.Migration):
204
209
  'data': {'type': 'binary', 'title': 'Data'},
205
210
  'size': {'type': 'number', 'title': 'Size'},
206
211
  },
207
- "primary_key": {"partition_key": ["partition_key"]},
212
+ "primary_key": ["partition_key"],
208
213
  "table_name": "File",
209
214
  'custom_code': "def pre_update(self): # type: ignore[no-untyped-def]\n self.size = len(self.data or b'')\n\ndef pre_create(self) -> None: # type: ignore[no-untyped-def]\n self.size = len(self.data or b'')\n\nfrom pathlib import Path\nfrom typing import BinaryIO\n\n\ndef to_file(self, file_or_path: Path | BinaryIO) -> None: # type: ignore[no-untyped-def]\n if isinstance(file_or_path, Path):\n if file_or_path.is_dir():\n file_or_path = file_or_path / self.name\n file_or_path.write_bytes(self.data) # type: ignore[union-attr]\n else:\n file_or_path.write(self.data)\n file_or_path.seek(0)\n\nfrom pathlib import Path\nfrom typing import BinaryIO\n\n\n@classmethod # type: ignore[misc, no-untyped-def]\ndef from_file(\n cls,\n file_or_path: Path | BinaryIO,\n) -> 'File': # type: ignore[name-defined] # noqa: F821\n if isinstance(file_or_path, Path):\n if file_or_path.is_dir():\n msg = f'{file_or_path} is a directory'\n raise ValueError(msg)\n\n data = file_or_path.read_bytes()\n filename = file_or_path.name\n else:\n file_or_path.seek(0)\n data = file_or_path.read()\n filename = Path(file_or_path.name).name\n\n return cls(data=data, filename=filename)\n\nimport base64\n\nfrom pydantic import field_validator\n\n\n@field_validator('data') # type: ignore[misc]\n@classmethod\ndef data_base64_decode(cls, v: bytes) -> bytes: # type: ignore[no-untyped-def] # noqa: ARG001\n is_base64: bool = False\n\n try:\n is_base64 = base64.b64encode(base64.b64decode(v)) == v\n except Exception:\n ...\n\n if is_base64:\n return base64.b64decode(v)\n\n return v\n\n@property # type: ignore[misc]\ndef mimetype(self) -> str | None: # type: ignore[no-untyped-def]\n import mimetypes\n\n return mimetypes.guess_type(self.filename)[0]",
210
215
  },
@@ -19,7 +19,7 @@ class Migration(migrations.Migration):
19
19
  'title': 'Data',
20
20
  },
21
21
  },
22
- "primary_key": {"partition_key": ["partition_key"]},
22
+ "primary_key": ["partition_key"],
23
23
  "table_name": "Fixture",
24
24
  'unique': [['external_id']],
25
25
  },
@@ -36,7 +36,7 @@ class Migration(migrations.Migration):
36
36
  'title': 'Data',
37
37
  },
38
38
  },
39
- "primary_key": {"partition_key": ["partition_key"]},
39
+ "primary_key": ["partition_key"],
40
40
  "table_name": "Fixture",
41
41
  'unique': [['external_id']],
42
42
  },
Binary file
Binary file
Binary file
@@ -14,7 +14,7 @@ class Migration(migrations.Migration):
14
14
  'model': {'type': 'string', 'title': 'Model'},
15
15
  'action': {'type': 'string', 'title': 'Action'},
16
16
  },
17
- "primary_key": {"partition_key": ["partition_key"]},
17
+ "primary_key": ["partition_key"],
18
18
  "table_name": "Permission",
19
19
  'custom_code': "@property # type: ignore[misc]\ndef display_name(self) -> str: # type: ignore[no-untyped-def]\n return f'{self.model}:{self.action}'",
20
20
  },
@@ -30,7 +30,7 @@ class Migration(migrations.Migration):
30
30
  'password': {'type': 'binary', 'title': 'Password (hash)'},
31
31
  'permissions': {'type': 'array', 'items': {'type': 'Permission'}, 'title': 'Permissions'},
32
32
  },
33
- "primary_key": {"partition_key": ["partition_key"]},
33
+ "primary_key": ["partition_key"],
34
34
  "table_name": "User",
35
35
  'custom_code': "from typing import Any\n\n\ndef pre_init(self, *, is_new_object: bool, kwargs: dict[str, Any]) -> None: # type: ignore[no-untyped-def] # noqa: ARG001\n import bcrypt\n\n from amsdal.contrib.auth.errors import UserCreationError\n\n email = kwargs.get('email', None)\n password = kwargs.get('password', None)\n\n if email is None or email == '':\n msg = \"Email can't be empty\"\n raise UserCreationError(msg)\n\n if password is None or password == '':\n msg = \"Password can't be empty\"\n raise UserCreationError(msg)\n\n kwargs['email'] = email.lower()\n\n if is_new_object and '_metadata' not in kwargs:\n hashed_password = bcrypt.hashpw(password.encode('utf-8'), bcrypt.gensalt())\n kwargs['password'] = hashed_password\n kwargs['_object_id'] = email.lower()\n\ndef pre_create(self) -> None: # type: ignore[no-untyped-def] # noqa: ARG001\n pass\n\n@property # type: ignore[misc]\ndef display_name(self) -> str: # type: ignore[no-untyped-def]\n return self.email",
36
36
  },
@@ -42,13 +42,14 @@ class Migration(migrations.Migration):
42
42
  'title': 'UserPermission',
43
43
  'required': ['user', 'permission'],
44
44
  'properties': {
45
- 'user': {'type': 'User', 'title': 'User'},
46
- 'permission': {'type': 'Permission', 'title': 'Permission'},
47
- },
48
- "primary_key": {
49
- "user": ["user_partition_key"],
50
- "permission": ["permission_partition_key"],
45
+ 'user': {'type': 'User', 'title': 'User', 'db_field': ['user_partition_key']},
46
+ 'permission': {
47
+ 'type': 'Permission',
48
+ 'title': 'Permission',
49
+ 'db_field': ['permission_partition_key'],
50
+ },
51
51
  },
52
+ "primary_key": ["user", "permission"],
52
53
  "foreign_keys": {
53
54
  "user": [
54
55
  {"user_partition_key": "string"},
@@ -75,7 +76,7 @@ class Migration(migrations.Migration):
75
76
  'password': {'type': 'string', 'title': 'Password (hash)'},
76
77
  'token': {'type': 'string', 'title': 'Token', 'mark_as_read_only': True},
77
78
  },
78
- "primary_key": {"partition_key": ["partition_key"]},
79
+ "primary_key": ["partition_key"],
79
80
  "table_name": "LoginSession",
80
81
  'custom_code': "from datetime import datetime\nfrom datetime import timedelta\nfrom datetime import timezone\nfrom typing import Any\n\nimport bcrypt\nimport jwt\nfrom amsdal_utils.models.enums import Versions\n\n\ndef pre_init(self, *, is_new_object: bool, kwargs: dict[str, Any]) -> None: # type: ignore[no-untyped-def] # noqa: ARG001\n if not is_new_object or '_metadata' in kwargs:\n return\n\n from amsdal.contrib.auth.errors import AuthenticationError\n from amsdal.contrib.auth.settings import auth_settings\n\n email = kwargs.get('email', None)\n password = kwargs.get('password', None)\n\n if not email:\n msg = \"Email can't be empty\"\n raise AuthenticationError(msg)\n\n if not password:\n msg = \"Password can't be empty\"\n raise AuthenticationError(msg)\n\n lowercased_email = email.lower()\n\n from amsdal.contrib.auth.models.user import User # type: ignore[import-not-found]\n\n user = User.objects.filter(email=lowercased_email, _address__object_version=Versions.LATEST).get_or_none().execute()\n\n if not user:\n msg = 'Invalid email / password'\n raise AuthenticationError(msg)\n\n if not bcrypt.checkpw(password.encode('utf-8') if isinstance(password, str) else password, user.password):\n msg = 'Invalid email / password'\n raise AuthenticationError(msg)\n\n kwargs['password'] = 'validated'\n expiration_time = datetime.now(tz=timezone.utc) + timedelta(seconds=1200)\n token = jwt.encode(\n {'email': lowercased_email, 'exp': expiration_time},\n key=auth_settings.AUTH_JWT_KEY, # type: ignore[arg-type]\n algorithm='HS256',\n )\n\n kwargs['token'] = token\n\n@property # type: ignore[misc]\ndef display_name(self) -> str: # type: ignore[no-untyped-def]\n return self.email",
81
82
  },
@@ -249,7 +249,7 @@ class Migration(migrations.Migration):
249
249
  'class_name': {'type': 'string', 'title': 'Class Name'},
250
250
  'control': {'type': 'FrontendControlConfig', 'title': 'Control'},
251
251
  },
252
- "primary_key": {"partition_key": ["partition_key"]},
252
+ "primary_key": ["partition_key"],
253
253
  "table_name": "FrontendModelConfig",
254
254
  },
255
255
  ),
Binary file
Binary file
@@ -15,7 +15,7 @@ class ClassObject(Model):
15
15
  __module_type__: ClassVar[ModuleType] = ModuleType.CORE
16
16
  properties: Optional[dict[str, Optional['ClassProperty']]] = Field(None, title='Properties') # noqa: F405, UP007
17
17
  table_name: Optional[str] = Field(None, title='Table name') # noqa: UP007
18
- primary_key: Optional[dict[str, list[str]]] = Field(None, title='Primary key fields') # noqa: UP007
18
+ primary_key: Optional[list[str]] = Field(None, title='Primary key fields') # noqa: UP007
19
19
  indexed: Optional[list[str]] = Field(None, title='Indexed') # noqa: UP007
20
20
  unique: Optional[list[list[str]]] = Field(None, title='Unique Fields') # noqa: UP007
21
21
  required: Optional[list[str]] = Field(None, title='Required') # noqa: UP007
@@ -7,7 +7,7 @@ class ClassObject(Model):
7
7
  __module_type__: ClassVar[ModuleType] = ...
8
8
  properties: dict[str, ClassProperty | None] | None = ...
9
9
  table_name: str | None = ...
10
- primary_key: dict[str, list[str]] | None = ...
10
+ primary_key: list[str] | None = ...
11
11
  indexed: list[str] | None = ...
12
12
  unique: list[list[str]] | None = ...
13
13
  required: list[str] | None = ...
@@ -12,6 +12,7 @@ class ClassProperty(TypeModel):
12
12
  __module_type__: ClassVar[ModuleType] = ModuleType.CORE
13
13
  type: str = Field(title='Type')
14
14
  items: dict[str, Any | None] | None = Field(None, title='Items')
15
+ db_field: list[str] | None = Field(None, title='DB Fields')
15
16
 
16
17
  @field_validator('items')
17
18
  @classmethod
@@ -6,5 +6,6 @@ class ClassProperty(TypeModel):
6
6
  __module_type__: ClassVar[ModuleType]
7
7
  type: str
8
8
  items: dict[str, Any | None] | None
9
+ db_field: list[str] | None
9
10
  @classmethod
10
11
  def _non_empty_keys_items(cls, value: Any) -> Any: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: amsdal
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: AMSDAL
5
5
  License: AMSDAL End User License Agreement
6
6
 
@@ -132,6 +132,7 @@ Requires-Dist: black>=24.3.0
132
132
  Requires-Dist: amsdal_utils==0.4.*
133
133
  Requires-Dist: amsdal_data[postgres-binary]==0.4.*
134
134
  Requires-Dist: amsdal_models<0.5,>=0.4.1
135
+ Requires-Dist: pip>=21.3.1
135
136
  Provides-Extra: cli
136
137
  Requires-Dist: amsdal-cli==0.4.*; extra == "cli"
137
138
  Provides-Extra: server
@@ -1,9 +1,9 @@
1
1
  amsdal/manager.pyi,sha256=AtMObu3V45-TXD21yFqANVRVDvQ3uyTXz-e2CsaDEJg,9307
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=HhHjSTq2UnOgCm5B5-fxEaXwZjgJbHI22SyJG3Hhg38,518288
5
- amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=VcPLiGSghykwD290sS5A3hSNtPcz5hoBRgNaUTKdEnY,73573
6
- amsdal/__about__.py,sha256=pg0rW832Hw6_GNV4QGrkmybmZ80W7pzDrO4aZFceq2M,124
4
+ amsdal/manager.cpython-311-darwin.so,sha256=boUjHxiHBpkCCtsxaT3tBgfyJlrqb8P5JyYX3M9wmnk,518288
5
+ amsdal/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=3YRsqickIvSW7EmjlC-yk5h-YW_GMzAz7wsT9ZPIiaM,74780
6
+ amsdal/__about__.py,sha256=loy03Pw0ZqorwNN4EcQ7vywzSyr7-OV8aXaMPmNJWUg,124
7
7
  amsdal/errors.pyi,sha256=mcuGsQMWaIUmC9GJDIkf99dQMMsCfBy6OI_UB3NSNmc,597
8
8
  amsdal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  amsdal/errors.py,sha256=pZZKIklaDkh8jdFSAfX81TbiylvbaE70nttRjTcTSBk,616
@@ -14,8 +14,8 @@ amsdal/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  amsdal/context/manager.py,sha256=CKGY75P2y-TCnZvK5p9NJsDgHo8KXHSE0Eg5AGRjnfk,1850
15
15
  amsdal/mixins/class_versions_mixin.pyi,sha256=oSXjkTsN35d-3YgCckclhk7xRkljKHLYtN8a8gJgj2o,548
16
16
  amsdal/mixins/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- amsdal/mixins/__init__.cpython-311-darwin.so,sha256=RrjzpmAGe_2I6xnrj6UWBxwRyRbSIMJDxgz3-O6BaRo,120656
18
- amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=fld2XGKfthqaO6aGnSiInTEW50aZf3HYsb0x4VnMg7Q,180576
17
+ amsdal/mixins/__init__.cpython-311-darwin.so,sha256=ec2Runf1silOOW31sJ0FLf_1vfh1NFDILYfvQEd6xFI,120656
18
+ amsdal/mixins/class_versions_mixin.cpython-311-darwin.so,sha256=Gn6v0kpw9JBjXJhi0hpw3q75OMBImP9zlpCrG6Tt9bs,180576
19
19
  amsdal/utils/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  amsdal/utils/contrib_paths.py,sha256=9BpNegbPofuvaQ4bE4E5cO4IV415ZZJkTqSLHUruJ3k,787
21
21
  amsdal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -35,7 +35,7 @@ amsdal/models/types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
35
35
  amsdal/models/core/validator.py,sha256=Eqn2XvJV8Kn6NT2HnIGIkAV2ubmSen3rx5Yaeiuapak,367
36
36
  amsdal/models/core/fixture.py,sha256=V4SS1rAYD6mtRjwZ5tEaGgZL3fgRuP2KJ4x7R3AkBWo,1000
37
37
  amsdal/models/core/fixture.pyi,sha256=eVGiwX79YkV6KlsxdE40D7JlA0Zan6mPY2wTMv9HWS8,537
38
- amsdal/models/core/class_property.pyi,sha256=qYDnfHBwXExh_v3hPaDgkgh3sO728qKTRl3RCZPsO4k,337
38
+ amsdal/models/core/class_property.pyi,sha256=dI3OSZ2yfpIDUtiyRXJfdQL74HuF_C0uB1ccZ6RVpF4,368
39
39
  amsdal/models/core/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
40
  amsdal/models/core/option.py,sha256=W2w9tmNrdmOF6x5QohJghRrnUY-RFCQ0YFULhVGdDzw,326
41
41
  amsdal/models/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -44,15 +44,15 @@ amsdal/models/core/class_property_meta.py,sha256=omNSra6oPXDBda9FzLsYh9jQYhQQXTv
44
44
  amsdal/models/core/validator.pyi,sha256=7Q8muoefalIAqWa1sleORcsaQNzhkUH5MsqMy9w7l_4,231
45
45
  amsdal/models/core/class_object_meta.pyi,sha256=GRFsp1D6QSYJAga9VnR7xTFznc4h_hN7LDzzeSgBv5o,551
46
46
  amsdal/models/core/class_object_meta.py,sha256=Q_l4a1ZctV-aaBF22NF4LEkAJhEBgEjhsITuHX2PqsI,1080
47
- amsdal/models/core/class_property.py,sha256=7FmXi0ueN9lRZIZcZ7r9eXUvCDLstUbjprHzVZQCE1Y,712
47
+ amsdal/models/core/class_property.py,sha256=1MSUUwJOJvK0KNIja1kCUfc8pr3l_j_C34-98ksKvyo,776
48
48
  amsdal/models/core/option.pyi,sha256=kkZou2vvjYHRBlF0twFfAkHF3Y_vf95YWEYhcAC5_5s,223
49
- amsdal/models/core/class_object.pyi,sha256=Bs5JhN03Y9-w6ynqlhpSLdDczal4pTn-iEBXj-cZtzw,832
49
+ amsdal/models/core/class_object.pyi,sha256=mwMYnb7Gcmc0yKUrYsSrHY_o9eqdAoV-Hz0r0ePaTYo,821
50
50
  amsdal/models/core/class_property_meta.pyi,sha256=wi2kFpQffYvUSldlkMDluwxhjic3MI2sHSr2y9BClFU,332
51
- amsdal/models/core/class_object.py,sha256=226IzEzmJknv-XfjD5sq9PJ3Y4zc-b0fSD3nrXSrsi0,1544
51
+ amsdal/models/core/class_object.py,sha256=H9os4vZaVAcIQiXyates9PC4BKpXQKtg13sDzGYTN8k,1533
52
52
  amsdal/models/core/file.pyi,sha256=RZTKCfjQ4fXtwz3E1xtgDsViaB_IwGtX2icDQtw-_kk,3460
53
53
  amsdal/contrib/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
54
54
  amsdal/contrib/app_config.pyi,sha256=j3MYfBcn9MzhTagEczGWfVH9N5jrfiKmUhxZMoakojw,149
55
- amsdal/contrib/__init__.cpython-311-darwin.so,sha256=ELNEqvQ90q2MN7STPZdeuieMpq1HIZuBLw8Z-VH_W_c,120656
55
+ amsdal/contrib/__init__.cpython-311-darwin.so,sha256=jR3JjyUuLU3wI2NDn_He1FSt3Kl6MeJYKODHPOoNQIY,120656
56
56
  amsdal/contrib/app_config.py,sha256=RT3RAEE49XtzuFTXYNVuaqU9V4YIl0ZWZijtXgV-SC4,131
57
57
  amsdal/contrib/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
58
58
  amsdal/contrib/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -62,7 +62,7 @@ amsdal/contrib/auth/errors.pyi,sha256=LXEfxHkbEZuES7PNzBwmS7yP5yqaZGDftscI10SeCx
62
62
  amsdal/contrib/auth/settings.py,sha256=4HneHyXD01s5_kAmhnA-13ryi-PfxejbE45YvC_xHHI,1227
63
63
  amsdal/contrib/auth/app.py,sha256=MY_MwhI6d1J8IRi232SbBPp-wrcleRc5BIHNW0--ji4,1181
64
64
  amsdal/contrib/auth/errors.py,sha256=nXuMLbicP_ScrPuZaSdwkPr7fN66Ox_v6UzknVRy9Jk,134
65
- amsdal/contrib/auth/migrations/0000_initial.py,sha256=6ykCsfqPNe97nMlTXlmnQLYtWoabYulTasDCcH_n0Xk,6296
65
+ amsdal/contrib/auth/migrations/0000_initial.py,sha256=uSpGAEh8lSdhUxrGa4SVtmyNHVn4RHX8eKF1s_FnH20,6299
66
66
  amsdal/contrib/auth/decorators/__init__.pyi,sha256=1DKnpx3dKyeuHyKcnXn0TzVqQxT8qrjQnYYASNSA7fM,305
67
67
  amsdal/contrib/auth/decorators/__init__.py,sha256=oBKJQtgWnWiPOjol9-KejJPuQJmfsjj14UVB_4qB4kw,1088
68
68
  amsdal/contrib/auth/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -86,7 +86,7 @@ amsdal/contrib/frontend_configs/utils.pyi,sha256=0LuzznNZ4NjuYYXsApfubjUpkG8EVwq
86
86
  amsdal/contrib/frontend_configs/app.pyi,sha256=Bxdz0kmOF-Poaf2wmoJdgWYmHaStFyOFYTko3b3GpTY,723
87
87
  amsdal/contrib/frontend_configs/utils.py,sha256=IruaUNl4xkOr2IIFzlvrmi06vEu3CWx49GzLBsrCFU0,1103
88
88
  amsdal/contrib/frontend_configs/app.py,sha256=fY4GukBM6GKSZExT0EgddTamLfUJHwQZS8tOwVQyeSY,836
89
- amsdal/contrib/frontend_configs/migrations/0000_initial.py,sha256=qsOddrbev6Cy7vwj8RCzIlpjMKL_m91j1weRzc4Ryj8,13629
89
+ amsdal/contrib/frontend_configs/migrations/0000_initial.py,sha256=eZjgh4WJ7lYlUGh2BJUAfgF1v4by937l4jQkCQOLqZ8,13610
90
90
  amsdal/contrib/frontend_configs/lifecycle/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
91
91
  amsdal/contrib/frontend_configs/lifecycle/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
92
92
  amsdal/contrib/frontend_configs/lifecycle/consumer.pyi,sha256=kRNenTrKfswS8Y3UY6XYQ03WlCuo9LFk8WIJxm--cAk,4168
@@ -125,7 +125,7 @@ amsdal/schemas/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
125
125
  amsdal/schemas/repository.pyi,sha256=e6YUXO248WmhWkkXWt828JrFzIJ9alTPqjXqbktjeWw,1443
126
126
  amsdal/schemas/interfaces.pyi,sha256=CSYdZsjj6j7m8YvnQ-iFlBV4CYrGTs_Yvan1VMpm_Ag,719
127
127
  amsdal/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
128
- amsdal/schemas/manager.cpython-311-darwin.so,sha256=0kwDF4Npxl1RMG-YtmaTjMWverVWrzFeclM1Y-KDLjo,120656
128
+ amsdal/schemas/manager.cpython-311-darwin.so,sha256=14Jm8mdhVt5zsmZCVDnmBFnIuCUOS8coGszc9jlpcIA,120656
129
129
  amsdal/schemas/utils.pyi,sha256=ajyhB6MMxiiRDeCbVjp6wsbLr8s5a0d_rbXMVX4D50Y,425
130
130
  amsdal/schemas/utils.py,sha256=t8k7QYYR6SsCPpBhp7s585eSYKVIF895EKRMK1w1y1Q,492
131
131
  amsdal/schemas/repository.py,sha256=PbskgDr8JMabQm2uf8Kfj5bBSPlPkx4cDGXn-jfIsPM,3249
@@ -164,103 +164,103 @@ amsdal/schemas/mixins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
164
164
  amsdal/schemas/mixins/check_dependencies_mixin.py,sha256=3hVkb5GuaE2GlMC14kAptgG6Z9GVjPcBvaSSeS0d87I,4677
165
165
  amsdal/__migrations__/0001_datetime_type.py,sha256=4nBz3CkcOEB_TX7TdlFKVgvzH4UrD3yOXwoAGsUq9YY,601
166
166
  amsdal/__migrations__/0003_schema_type_in_class_meta.py,sha256=fKc9JJwwX3gn7rr0BoDVKU0fuqGz1iIaJxr5SPaCwnw,1909
167
- amsdal/__migrations__/0000_initial.py,sha256=rXcs8CsYRynCC6vFg_M_1AF6FMmUOj2qufuDQjO-5jg,10881
168
- amsdal/__migrations__/0002_fixture_order.py,sha256=EQ26GtqFfvyAJJyfCb4QlYx3g_OJb92sf5THMsfDQ30,1823
167
+ amsdal/__migrations__/0000_initial.py,sha256=FzVtPq7lnJw8yPa-x9PZ95cZAXDUMakWIzsD7AJRylg,10969
168
+ amsdal/__migrations__/0002_fixture_order.py,sha256=3ESW8juUpRdSziGYYyiUyJeQVEB6kSB4wIIncvOBHok,1785
169
169
  amsdal/configs/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
170
170
  amsdal/configs/constants.pyi,sha256=ZoWj8V0YkrPaY0zBsXCenwuWMQIQ0K6hnzr4We9CRl0,683
171
171
  amsdal/configs/constants.py,sha256=faghdS6r3on1WKrp782WmgONd1fMf4X73LJzAwMO1po,969
172
172
  amsdal/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
173
173
  amsdal/configs/main.pyi,sha256=JjjrXf4ZPMG--f9Lw9pKdQr7NoOF9qrF_oUGDDNt8QA,6836
174
174
  amsdal/configs/main.py,sha256=lRO_iTMlmlosTAHZrVg3iXZVuKj45lEb5LrPln3wixM,9567
175
- amsdal/cloud/client.cpython-311-darwin.so,sha256=RopHVCp4sc08ZmOUk34x0IbnO6lOgCTD-SAdfXpPLOs,216208
175
+ amsdal/cloud/client.cpython-311-darwin.so,sha256=RV8lWuxNnM3TyHfdDthhoqvZ2Z6gDjxeku_O7zVoCtA,216208
176
176
  amsdal/cloud/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
177
177
  amsdal/cloud/constants.pyi,sha256=0qWxDqjQkETwUtgco5kV83fPHhQ4jRdJe_YPPNTnSIY,327
178
178
  amsdal/cloud/client.pyi,sha256=3VjPRtJrbUU29u_wswETrMorN0iUb4GFAXmMc73bUf4,2247
179
- amsdal/cloud/enums.cpython-311-darwin.so,sha256=vuW7OiGAljC0Tm3uG0KVsX8tnW7w6DCJHuRhAj0EqrE,158064
180
- amsdal/cloud/constants.cpython-311-darwin.so,sha256=43eBfyS8_dWEsrsZ1Nl1Mm2FNg5Kxcrgc-6XpqlkgDA,158688
181
- amsdal/cloud/__init__.cpython-311-darwin.so,sha256=-UOmQk7geZIxcRqqWHLxm3mKdOVtOLfjj1SSLe5nw_4,120656
179
+ amsdal/cloud/enums.cpython-311-darwin.so,sha256=w9z35sL0yB3QY5gb0zU_VSKAG1oeTgtGta6-wlVfUoM,158064
180
+ amsdal/cloud/constants.cpython-311-darwin.so,sha256=rOm_Ps0CJflJxQXmCSC4OWqk5F44fKdsViF9fBmcdcA,158688
181
+ amsdal/cloud/__init__.cpython-311-darwin.so,sha256=Du0E1Ur7N5CHIkRElOiaejwVA3WC_prs3F4W3kyJ1Bg,120656
182
182
  amsdal/cloud/enums.pyi,sha256=mX5O1FPc3aNnN108aOJT66Nn9KlcyrRTj9B23sFdDfw,1757
183
- amsdal/cloud/models/base.cpython-311-darwin.so,sha256=4P3edubVf3R9DWa1YytbsxuOZeSw3VXwLJaQyV_Hrp4,211632
183
+ amsdal/cloud/models/base.cpython-311-darwin.so,sha256=pfnkbVQBtz7Kk5LRmHBR-1xCjnO7oiC4XTO4rxnC89E,211632
184
184
  amsdal/cloud/models/base.pyi,sha256=avwAj4uS4NHrXvmSKBxokFKFWSaBPXtJPl1Ig1CD6sg,7727
185
185
  amsdal/cloud/models/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
186
- amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=ya6JX7wGLw5_QXBYavlH1HyMyFIf8cw9JUVOye1l7cM,120688
186
+ amsdal/cloud/models/__init__.cpython-311-darwin.so,sha256=Fgt04Bbey-HMmU3EpE8cKOFRpzRNbUe3v5_qcNCNmVo,120688
187
187
  amsdal/cloud/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
188
- amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=FZvDjFgEXM5k_3jAfHY7bOmYoqjVwlXBa5D78J5aCVk,120688
189
- amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=PON0vDHPbCto1fEGXG0ui_figVMJs3DEu31qaUx4xTg,163104
188
+ amsdal/cloud/services/__init__.cpython-311-darwin.so,sha256=AgDfAh3w_F-mFauQdSoev0FN76_NWZtDtEFPeUvt250,120688
189
+ amsdal/cloud/services/auth/base.cpython-311-darwin.so,sha256=ZAKTETbwkqnACa3UxQQ6XisPHNGZOPdf-AEOrNCQwD4,163104
190
190
  amsdal/cloud/services/auth/base.pyi,sha256=oj_tgwWhf02g-FzCLcNOEZjYDxfcrrDssING4jsUMb8,167
191
191
  amsdal/cloud/services/auth/manager.pyi,sha256=AhKllHgraztP3JSKta9MmQjTNRAbQbwqZg2EpQZSwhI,1243
192
192
  amsdal/cloud/services/auth/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
193
193
  amsdal/cloud/services/auth/signup_service.pyi,sha256=SfSN1tLIwrzGi9JbMgoLuKKH1u5uoh_MOFJ4n_NHcBY,1145
194
- amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=9-ZGjsBjYBfiZ097WJb72Slno4eCBIgWYF-A_ckbUvQ,251536
195
- amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=7DA1wbjkIt9sry9e51qvoEDu39DLC6axF6w9DQUD20s,214128
194
+ amsdal/cloud/services/auth/token.cpython-311-darwin.so,sha256=KnshU7g1GVLQxFDTyA8BZ7Ad4Y1x-YBIZYP4QUAy0QE,251536
195
+ amsdal/cloud/services/auth/manager.cpython-311-darwin.so,sha256=SaqOLQRq6JEAAYERbmC3MIhkI_1CxdRkQrUstSAOywY,214128
196
196
  amsdal/cloud/services/auth/token.pyi,sha256=v9QDleIytAZGlYHHaO-W1fTr5d2OLGWsh5g6HDeuk90,1042
197
- amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=0bIrkK20lGnq8D94JRkseo10g5B63GkYxajJIU-Nvrw,216216
198
- amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=Axa-4Xa3uZ6RjrmKoLBjiJgxV2-oWCf9yuj-DmqXuho,120704
199
- amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=NYXzXSZsrIqKOdYnYu1RZ0ojiXsHIdxSWKNby9neuCw,253288
197
+ amsdal/cloud/services/auth/signup_service.cpython-311-darwin.so,sha256=yBLpgvcYBCVeljmNn4GrrGQc9sks9_oS_FjSpityggA,216216
198
+ amsdal/cloud/services/auth/__init__.cpython-311-darwin.so,sha256=6Bs8FjMejG9pdx9uAyXsFUon5agUlkety1_KQysmW3w,120704
199
+ amsdal/cloud/services/auth/credentials.cpython-311-darwin.so,sha256=Gej9igSCyA7bc5Vi_FGotsOkOVA9jdzApF0dwAMJgKI,253288
200
200
  amsdal/cloud/services/auth/credentials.pyi,sha256=ghp3r8rDq5l5xxx7UKFkCASyQJbWChkF2PQDJrQmeW4,1417
201
- amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=gtTVihv51twDIOwQuUFat1WYogK1J5Q0ZoxJiffRTUc,181112
202
- amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=xA4nT1bWprof4_biv04caeFjBje3ga71X0DCV9gAwE8,323552
201
+ amsdal/cloud/services/actions/get_basic_auth_credentials.cpython-311-darwin.so,sha256=vjAhLem9oY7LP6bhjfG0sghAYUMKaMmqztDqLPGb_04,181112
202
+ amsdal/cloud/services/actions/base.cpython-311-darwin.so,sha256=P0eHkD5aMBkHhyTpD58OuGQfNUm02-TjQpwrStmqMTM,323552
203
203
  amsdal/cloud/services/actions/list_envs.pyi,sha256=7PylFRd1Jb6nkTt8q8iy27rLj-Q5qcwfqW02_OlfDZs,878
204
- amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=DCR_ORFhYJBMkqCWIiaMckybrRMJgccHgVvacQ1X-_s,180744
204
+ amsdal/cloud/services/actions/delete_basic_auth.cpython-311-darwin.so,sha256=QIeHqzwOnwXRCWLNrKIh5CYZ4p1nt70Fkt0t6ojEOb4,180744
205
205
  amsdal/cloud/services/actions/base.pyi,sha256=J98igdu3E9-mled_kbxerja4DTLM0OAW8cHtsVOQ_fc,5880
206
- amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=Zz1m9If-37W_tDh5O9vMMXH3qvtio1HNvff6WPE5yTk,180776
207
- amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=NToOJBySTRvPmvEcX0CcVVjB0VyS6FfT9rDY9Z5t5jE,180584
206
+ amsdal/cloud/services/actions/add_allowlist_ip.cpython-311-darwin.so,sha256=721LD_fSoX6_9wAxRYDpfX3H9WdaugBE10OIm5_lXPQ,180776
207
+ amsdal/cloud/services/actions/signup_action.cpython-311-darwin.so,sha256=UXunuZ8oY3LuinFQe00JkH5azlL5oAs_vYrHV1tmbU0,180584
208
208
  amsdal/cloud/services/actions/manager.pyi,sha256=Tal5u1nMhi7MeuJ9lBIPYPLgKoIB6DUXPU2AokrusHI,15441
209
- amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=kmEWXyZoJGVUlZTYvakKHTc6oNH-pMtsYUbRdk9H9Yg,180760
210
- amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=myjEXVDjgBvjFh5f6YLykomk1gBHtLQwnpKS4ndH20k,181184
209
+ amsdal/cloud/services/actions/delete_dependency.cpython-311-darwin.so,sha256=vIDi8M5cAgGXOxN0M3H9AGmqBrPXoEJFAws9gOVX4bk,180760
210
+ amsdal/cloud/services/actions/expose_db.cpython-311-darwin.so,sha256=fUNI6y8WnQa-sPvYo0tj0OPJVRRWusZtE-PcNPZdW9c,181184
211
211
  amsdal/cloud/services/actions/delete_allowlist_ip.pyi,sha256=W5zVq7YKL_OVigZl58bqau3rvAzsLdItAZaqDO1HGJw,933
212
- amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=dxXl-RU-6nEH_SasZTq2cDmDnc1QJ3y-aHefS5fVlic,180632
212
+ amsdal/cloud/services/actions/add_secret.cpython-311-darwin.so,sha256=urb6LGNby9ybPuss1e4wpGsyIkn6IpH6gA6N9poeXP8,180632
213
213
  amsdal/cloud/services/actions/add_basic_auth.pyi,sha256=4tyTci_k_xlJrkBd71sY0ivRr8alo3Bq0KCkjIfacu4,1106
214
214
  amsdal/cloud/services/actions/list_secrets.pyi,sha256=vF-EikAy7WHdkvkGikD_oDFDIgE1GEr8nxAQKYAs9rY,1079
215
- amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=6NVac8NDqFitlXfFuG3_QU7RRP2Dg9ByYg8aVDCaFD0,181304
215
+ amsdal/cloud/services/actions/list_secrets.cpython-311-darwin.so,sha256=t46ACGLE6keh8px6u6R0ZH9pKkSfamzY9K9Lz5fw3-E,181304
216
216
  amsdal/cloud/services/actions/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
217
217
  amsdal/cloud/services/actions/get_basic_auth_credentials.pyi,sha256=1FU8BtDRaGTx8fSqdhmotQK-rR7gKr4Qav_E-T_23rc,1071
218
- amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=fXR05W_b3grzqyMxd9CQ7J-x1Lpp6cP_0_nQNQIElbs,181080
219
- amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=sgNLtt82BC5SZ7jPD7f9dJJqzj0e4OJwfLcAqMNTtac,180752
220
- amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=1osoWSpjOFxRkhwfQVS1cL0ARcSV1oqCccFHeAyxw_M,181304
221
- amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=RhEm46dlLm3xQVuW-69O3yXJed4VBUqYa2CPLD3qZ2s,180536
222
- amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=QjKrf9dkH2yKtg2H9QLS2Z9E293aJ50Q8WKldf95EEM,180984
223
- amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=hVnHSOyVSWV8pE2NaMs9ehKIvOZDt8vC0AuKPvF4tCQ,252744
218
+ amsdal/cloud/services/actions/list_deploys.cpython-311-darwin.so,sha256=6mljrp4pdBSZ0KoA_jbE11HzUSl-1aj-HudYcpsCIP0,181080
219
+ amsdal/cloud/services/actions/list_envs.cpython-311-darwin.so,sha256=ehHoef8NERL_BqwLekMts0XF_10uIVzsRlKdUbAYI_k,180752
220
+ amsdal/cloud/services/actions/list_dependencies.cpython-311-darwin.so,sha256=4viZPd4jY6iJYfAb9EzOVewyaKTqV8BaWVa1KF_oHmQ,181304
221
+ amsdal/cloud/services/actions/destroy_deploy.cpython-311-darwin.so,sha256=cuWKc25QbJcEqhzJczMuAY9hUDIJZSBJueG-rscwKh8,180536
222
+ amsdal/cloud/services/actions/create_session.cpython-311-darwin.so,sha256=aK5PVrT99kckLJEdPxFUF1eDd570BQsPkEMjqwSJcoc,180984
223
+ amsdal/cloud/services/actions/create_deploy.cpython-311-darwin.so,sha256=x2k8vTK6EK2xBRR2z_FXH2OiJ9lEWXqR6r4kTQZLtmY,252744
224
224
  amsdal/cloud/services/actions/delete_secret.pyi,sha256=gZi17MivNYBIfdPU2GjoJ2I2lWiefdvLuXTcxDss1P4,953
225
225
  amsdal/cloud/services/actions/delete_env.pyi,sha256=uyBHMOp_AprbpSfv6y6QfYW5FvK1-8jb2NxK_FmuPHE,969
226
- amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=6GIpUG_q45_E5VTkO7SvnfnYyGDbHMfKGvl_VYxiuvA,371312
226
+ amsdal/cloud/services/actions/manager.cpython-311-darwin.so,sha256=F2z7BQRjvkuMmy_mK3IlG4Za2Y6SVUCpDixQHRlvZJ8,371312
227
227
  amsdal/cloud/services/actions/delete_dependency.pyi,sha256=VuT1w2qOpjR7I9mBi9tPXMXDPEeU8tG0vi9TXV82Frg,1021
228
- amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=e-O9ukB3yTw2fVXUqS-w9a4U0W03ZMLku7QT7x79uy4,180712
228
+ amsdal/cloud/services/actions/add_dependency.cpython-311-darwin.so,sha256=-JznkUg58U2F6W1jtfsJ_9XgZ4mLE_3P_DnGuIYp-Ro,180712
229
229
  amsdal/cloud/services/actions/create_session.pyi,sha256=KUvx_vkhLQfGp_DM1ZvgszyT_G8LB28KoI1XpjNR7YY,674
230
- amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=HKqoM7h-ZsZ9IFBzheAn5EyeYmTWtIqwGNQzC9JLVlY,180832
230
+ amsdal/cloud/services/actions/delete_allowlist_ip.cpython-311-darwin.so,sha256=VXV8friylcvXfzYrgyh01fOxfxj53MdvdRU5WriLAHM,180832
231
231
  amsdal/cloud/services/actions/list_deploys.pyi,sha256=Q8da3PDPxICLP2V7L-A7p-9_a3qNKrARqgHhu0CA0nA,724
232
- amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=LWLxuds2sGHP3stElntcMzdrsqZ5QMov9-SAL1kIkjg,181112
232
+ amsdal/cloud/services/actions/add_basic_auth.cpython-311-darwin.so,sha256=z3XgAEY2LmrPiPKAuQqFiVZ_OAg45X2-kKpkhQkHK9Y,181112
233
233
  amsdal/cloud/services/actions/add_allowlist_ip.pyi,sha256=gB2NQVz8NcSsgXYiym2Suh1RPI8eHKIAFE13RmeTHkA,883
234
234
  amsdal/cloud/services/actions/get_monitoring_info.pyi,sha256=uvtBgWvtWf-Mq4vZq_q-q8Z8hJh5voAY61KRJQPGWFk,1045
235
235
  amsdal/cloud/services/actions/add_dependency.pyi,sha256=uVEIhvDa4GRS0Lg6TkcYdOwezKcxrzL7A_Lh8BxcAeU,837
236
- amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=ptpfRipw_NNXzEFTi_iFMWEd5mStt3NzjXGSgFrKtUQ,180976
237
- amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=C-7aCmw4P-k7_QdeSg9nmnTRe2SCqxLt--nKkhX83JE,181064
236
+ amsdal/cloud/services/actions/get_monitoring_info.cpython-311-darwin.so,sha256=EPbK2lGILD6Pda5tfSkH3p52lXRYVXjp9CGvephMmU8,180976
237
+ amsdal/cloud/services/actions/update_deploy.cpython-311-darwin.so,sha256=fg_N0IPLR9kusUMZr_J4LApR9QeFXN3CUbpSO9WLpW4,181064
238
238
  amsdal/cloud/services/actions/signup_action.pyi,sha256=VswHjhxw2eHYqXwc---F2LpwlD7GlIuL_Ev2DmA96_4,808
239
- amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=sA7MTmoza1IqpoGZmy8fWKeAcur2omrmYdPxr9jLA7o,180824
239
+ amsdal/cloud/services/actions/create_env.cpython-311-darwin.so,sha256=gSS0FLcTHy8X_LxJtcMEd1ZI_lV2GNfoEpChyrPOQKM,180824
240
240
  amsdal/cloud/services/actions/add_secret.pyi,sha256=H6rS3PRwiktMfnoY8qwtmTplN9gG2yZgQKKCX8S8Q6c,890
241
- amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=ayRgfBkROZ3KDjDsvW3p1NMtf24fEsuGNMjQNcmCl-4,180824
242
- amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=QeB-pLIF2PF34io-dfHb-Qq6YsBX1hVawm915DaUk-E,120720
241
+ amsdal/cloud/services/actions/delete_env.cpython-311-darwin.so,sha256=Qd-RTxeuMR_J2f_uwBtz0JEJNyH6KanT4lqtE3Bcrv8,180824
242
+ amsdal/cloud/services/actions/__init__.cpython-311-darwin.so,sha256=SEjAPuXqA2uEfKIXarDAzrikZnnuaUxHc_bHNM2HRnE,120720
243
243
  amsdal/cloud/services/actions/destroy_deploy.pyi,sha256=VNb0J71B3gk4SVJwxlB9XTj4vCG-37ucojcGzsvKwe8,609
244
244
  amsdal/cloud/services/actions/update_deploy.pyi,sha256=alM1nquQZ5O8PYlDIqDdSuiyuc_aj9fkd01bL9KANEI,766
245
245
  amsdal/cloud/services/actions/create_deploy.pyi,sha256=VmVMYJQmjPZce6Cm8sMQ27HomhfdzZc_0X57ZWZmCt0,1988
246
246
  amsdal/cloud/services/actions/delete_basic_auth.pyi,sha256=-I1YoOMFi0LaRsZL2JBGH_sg18PZoUL1PP9YetboDJA,915
247
247
  amsdal/cloud/services/actions/list_dependencies.pyi,sha256=C37VamSyRT-uNLuwQJ0OrHKavs8Jt0bfPbAsE5BQEvE,1035
248
248
  amsdal/cloud/services/actions/create_env.pyi,sha256=ITvyLrvwt6H36JNYURHZ_PbmGZquc5Fm07dVo7H6ll0,910
249
- amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=IkLAMcoXOP3gvzLSU0aP8QXYZKJOFmG8NUEuMrr9nNE,180680
249
+ amsdal/cloud/services/actions/delete_secret.cpython-311-darwin.so,sha256=beQzNRdVZVQSH2l368HANp_IF6wyKUXvRxD-YYKmYzg,180680
250
250
  amsdal/cloud/services/actions/expose_db.pyi,sha256=uk2zuz1SiXwjDFxtKF-yyWGNEONOgfm7EcrEyVT0cMM,1049
251
251
  amsdal/fixtures/manager.pyi,sha256=fMl3nNa2A9jiZanZ_7tnUGaPigk_03KMmdcUGPoX9kI,7077
252
252
  amsdal/fixtures/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
253
- amsdal/fixtures/manager.cpython-311-darwin.so,sha256=EbAWnHDSDtii0UY3ptLKYoy4hm8CCc1PiCEJMy5JlwQ,622944
253
+ amsdal/fixtures/manager.cpython-311-darwin.so,sha256=cd5O1gS62krQHlJSouT6KMpPSohWpY07P4lQoR4w49w,622944
254
254
  amsdal/fixtures/utils.pyi,sha256=OnFn7opJscOydj-rlcXQIdDodlIKGCt79TRy5zAUkqg,457
255
- amsdal/fixtures/utils.cpython-311-darwin.so,sha256=n54Qmmz5zLrJdo7uvS1liWbxok27gDeNLtqZ4lfoiUs,306720
256
- amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=umv40HERzlIE3SPpS6FnVSnhqsObHGO83VdWoXNIG38,120672
255
+ amsdal/fixtures/utils.cpython-311-darwin.so,sha256=4GcTuje7ew6Of2H_YDjzUSPGZsqdS3BfYO-td8ovzLo,306720
256
+ amsdal/fixtures/__init__.cpython-311-darwin.so,sha256=62wT5s7SD3LJES7eOjRy0kItjPyOpEujqpzvn067fC0,120672
257
257
  amsdal/services/transaction_execution.pyi,sha256=OanrSxNmRAH4domDWqnmH_Y4fyz9puBZxFHcpvB4sMY,4320
258
258
  amsdal/services/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
259
- amsdal/services/__init__.cpython-311-darwin.so,sha256=Z42sfWwy927TfLBIf2MfG5Cne__FbDe3Msgifh10FRs,120672
260
- amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=o5OrslSqxBjxVGak99kjJLsIvhlEQVuIeDhBdWb-ggM,434272
261
- amsdal-0.4.1.dist-info/RECORD,,
262
- amsdal-0.4.1.dist-info/WHEEL,sha256=m0-buTmPHYY5oEM79O4lkoqR0FspqqQXAIX6aNZG9jw,114
263
- amsdal-0.4.1.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
264
- amsdal-0.4.1.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
265
- amsdal-0.4.1.dist-info/METADATA,sha256=vQXlufqVeG4c5cXRFErSAWsp5GO1zDvOu4cgKREb7vY,57388
266
- amsdal-0.4.1.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
259
+ amsdal/services/__init__.cpython-311-darwin.so,sha256=NWhONzBNTmuKgWyVt4VtkhEtnkQr0uyXDMJL6X6IZBs,120672
260
+ amsdal/services/transaction_execution.cpython-311-darwin.so,sha256=jp_vmRYQ0ergn8B9aCVViIjpQhinrYqNd79hpqclvu0,434272
261
+ amsdal-0.4.2.dist-info/RECORD,,
262
+ amsdal-0.4.2.dist-info/WHEEL,sha256=3QhfJdMl2SQHlMx8m8VZoG83oHO8482SzgXD2zX_lT4,114
263
+ amsdal-0.4.2.dist-info/top_level.txt,sha256=VPQLnOP3mf7q0JuQ_vPZYQyPNGKd_uc6ouz-hZRkhSk,7
264
+ amsdal-0.4.2.dist-info/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
265
+ amsdal-0.4.2.dist-info/METADATA,sha256=omKGp1V2Fo9LFsb2icFb4K05IFsMaCPrxUCC_du1cZM,57415
266
+ amsdal-0.4.2.dist-info/licenses/LICENSE.txt,sha256=hG-541PFYfNJi9WRZi_hno91UyqNg7YLK8LR3vLblZA,27355
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.1)
2
+ Generator: setuptools (75.8.2)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-macosx_10_9_universal2
5
5