stackit-secretsmanager 0.4.1__tar.gz → 0.6.0__tar.gz

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.
Files changed (33) hide show
  1. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/PKG-INFO +3 -4
  2. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/pyproject.toml +7 -7
  3. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/__init__.py +5 -6
  4. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/api/default_api.py +5 -5
  5. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/api_client.py +20 -23
  6. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/api_response.py +0 -1
  7. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/configuration.py +5 -6
  8. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/exceptions.py +5 -5
  9. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/__init__.py +5 -5
  10. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/acl.py +9 -8
  11. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/bad_request.py +9 -8
  12. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/conflict.py +9 -8
  13. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/create_acl_payload.py +9 -8
  14. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/create_instance_payload.py +9 -8
  15. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/create_user_payload.py +9 -8
  16. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/instance.py +9 -8
  17. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/kms_key_payload.py +9 -8
  18. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/list_acls_response.py +9 -8
  19. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/list_instances_response.py +9 -8
  20. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/list_users_response.py +9 -8
  21. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/not_found.py +9 -8
  22. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/update_acl_payload.py +9 -8
  23. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/update_acls_payload.py +9 -8
  24. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/update_instance_payload.py +9 -8
  25. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/update_user_payload.py +9 -8
  26. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/models/user.py +9 -8
  27. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/rest.py +5 -6
  28. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/.gitignore +0 -0
  29. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/LICENSE.md +0 -0
  30. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/NOTICE.txt +0 -0
  31. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/README.md +0 -0
  32. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/api/__init__.py +0 -0
  33. {stackit_secretsmanager-0.4.1 → stackit_secretsmanager-0.6.0}/src/stackit/secretsmanager/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stackit-secretsmanager
3
- Version: 0.4.1
3
+ Version: 0.6.0
4
4
  Summary: STACKIT Secrets Manager API
5
5
  Project-URL: Homepage, https://github.com/stackitcloud/stackit-sdk-python
6
6
  Project-URL: Issues, https://github.com/stackitcloud/stackit-sdk-python/issues
@@ -10,16 +10,15 @@ License-File: NOTICE.txt
10
10
  Classifier: License :: OSI Approved :: Apache Software License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.9
14
13
  Classifier: Programming Language :: Python :: 3.10
15
14
  Classifier: Programming Language :: Python :: 3.11
16
15
  Classifier: Programming Language :: Python :: 3.12
17
16
  Classifier: Programming Language :: Python :: 3.13
18
17
  Classifier: Programming Language :: Python :: 3.14
19
- Requires-Python: <4.0,>=3.9
18
+ Requires-Python: <4.0,>=3.10
20
19
  Requires-Dist: pydantic>=2.9.2
21
20
  Requires-Dist: python-dateutil>=2.9.0.post0
22
- Requires-Dist: requests>=2.32.3
21
+ Requires-Dist: requests>=2.33.0
23
22
  Requires-Dist: stackit-core>=0.0.1a
24
23
  Description-Content-Type: text/markdown
25
24
 
@@ -1,15 +1,14 @@
1
1
  [project]
2
2
  name = "stackit-secretsmanager"
3
- version = "v0.4.1"
3
+ version = "v0.6.0"
4
4
  description = "STACKIT Secrets Manager API"
5
5
  authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
6
- requires-python = ">=3.9,<4.0"
6
+ requires-python = ">=3.10,<4.0"
7
7
  readme = "README.md"
8
8
  classifiers = [
9
9
  "Programming Language :: Python :: 3",
10
10
  "License :: OSI Approved :: Apache Software License",
11
11
  "Operating System :: OS Independent",
12
- "Programming Language :: Python :: 3.9",
13
12
  "Programming Language :: Python :: 3.10",
14
13
  "Programming Language :: Python :: 3.11",
15
14
  "Programming Language :: Python :: 3.12",
@@ -18,7 +17,7 @@ classifiers = [
18
17
  ]
19
18
  dependencies = [
20
19
  "stackit-core>=0.0.1a",
21
- "requests>=2.32.3",
20
+ "requests>=2.33.0",
22
21
  "pydantic>=2.9.2",
23
22
  "python-dateutil>=2.9.0.post0",
24
23
  ]
@@ -29,8 +28,8 @@ Issues = "https://github.com/stackitcloud/stackit-sdk-python/issues"
29
28
 
30
29
  [dependency-groups]
31
30
  dev = [
32
- "black>=24.8.0",
33
- "pytest>=8.3.3",
31
+ "black>=26.3.1",
32
+ "pytest>=9.1.1",
34
33
  "flake8>=5.0.3 ; python_full_version < '3.12'",
35
34
  "flake8>=6.0.1 ; python_full_version >= '3.12'",
36
35
  "flake8-black>=0.3.6",
@@ -102,7 +101,8 @@ show-source = false
102
101
  max-line-length = 120
103
102
  # E203,W503 and E704 are incompatible with the formatter black
104
103
  # W291 needs to be disabled because some doc-strings get generated with trailing whitespace but black won't re-format comments
105
- ignore = ["E203", "W503", "E704", "W291"]
104
+ # fixing B042 in upstream exceptions.mustache would be a breaking change
105
+ ignore = ["E203", "W503", "E704", "W291", "B042"]
106
106
  inline-quotes = '"'
107
107
  docstring-quotes = '"""'
108
108
  multiline-quotes = '"""'
@@ -3,17 +3,16 @@
3
3
  # flake8: noqa
4
4
 
5
5
  """
6
- STACKIT Secrets Manager API
6
+ STACKIT Secrets Manager API
7
7
 
8
- This API provides endpoints for managing the Secrets-Manager.
8
+ This API provides endpoints for managing the Secrets-Manager.
9
9
 
10
- The version of the OpenAPI document: 1.4.3
11
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+ The version of the OpenAPI document: 1.4.3
11
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
13
- Do not edit the class manually.
13
+ Do not edit the class manually.
14
14
  """ # noqa: E501
15
15
 
16
-
17
16
  __version__ = "1.0.0"
18
17
 
19
18
  # Define package exports
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from typing import Any, Dict, List, Optional, Tuple, Union
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  import datetime
@@ -36,7 +36,6 @@ from stackit.secretsmanager.exceptions import (
36
36
  ApiException,
37
37
  )
38
38
 
39
-
40
39
  RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]]
41
40
 
42
41
 
@@ -66,6 +65,7 @@ class ApiClient:
66
65
  "date": datetime.date,
67
66
  "datetime": datetime.datetime,
68
67
  "decimal": decimal.Decimal,
68
+ "UUID": uuid.UUID,
69
69
  "object": object,
70
70
  }
71
71
  _pool = None
@@ -265,7 +265,7 @@ class ApiClient:
265
265
  response_text = None
266
266
  return_data = None
267
267
  try:
268
- if response_type == "bytearray":
268
+ if response_type in ("bytearray", "bytes"):
269
269
  return_data = response_data.data
270
270
  elif response_type == "file":
271
271
  return_data = self.__deserialize_file(response_data)
@@ -326,25 +326,20 @@ class ApiClient:
326
326
  return obj.isoformat()
327
327
  elif isinstance(obj, decimal.Decimal):
328
328
  return str(obj)
329
-
330
329
  elif isinstance(obj, dict):
331
- obj_dict = obj
330
+ return {key: self.sanitize_for_serialization(val) for key, val in obj.items()}
331
+
332
+ # Convert model obj to dict except
333
+ # attributes `openapi_types`, `attribute_map`
334
+ # and attributes which value is not None.
335
+ # Convert attribute name to json key in
336
+ # model definition for request.
337
+ if hasattr(obj, "to_dict") and callable(getattr(obj, "to_dict")): # noqa: B009
338
+ obj_dict = obj.to_dict()
332
339
  else:
333
- # Convert model obj to dict except
334
- # attributes `openapi_types`, `attribute_map`
335
- # and attributes which value is not None.
336
- # Convert attribute name to json key in
337
- # model definition for request.
338
- if hasattr(obj, "to_dict") and callable(getattr(obj, "to_dict")): # noqa: B009
339
- obj_dict = obj.to_dict()
340
- else:
341
- obj_dict = obj.__dict__
342
-
343
- if isinstance(obj_dict, list):
344
- # here we handle instances that can either be a list or something else, and only became a real list by calling to_dict() # noqa: E501
345
- return self.sanitize_for_serialization(obj_dict)
340
+ obj_dict = obj.__dict__
346
341
 
347
- return {key: self.sanitize_for_serialization(val) for key, val in obj_dict.items()}
342
+ return self.sanitize_for_serialization(obj_dict)
348
343
 
349
344
  def deserialize(self, response_text: str, response_type: str, content_type: Optional[str]):
350
345
  """Deserializes response into an object.
@@ -417,6 +412,8 @@ class ApiClient:
417
412
  return self.__deserialize_datetime(data)
418
413
  elif klass is decimal.Decimal:
419
414
  return decimal.Decimal(data)
415
+ elif klass is uuid.UUID:
416
+ return uuid.UUID(data)
420
417
  elif issubclass(klass, Enum):
421
418
  return self.__deserialize_enum(data, klass)
422
419
  else:
@@ -6,7 +6,6 @@ from typing import Generic, Mapping, Optional, TypeVar
6
6
 
7
7
  from pydantic import BaseModel, Field, StrictBytes, StrictInt
8
8
 
9
-
10
9
  T = TypeVar("T")
11
10
 
12
11
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  import sys
@@ -18,7 +18,6 @@ from typing_extensions import NotRequired
18
18
 
19
19
  import os
20
20
 
21
-
22
21
  ServerVariablesT = Dict[str, str]
23
22
 
24
23
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from typing import Any, Optional
@@ -2,14 +2,14 @@
2
2
 
3
3
  # flake8: noqa
4
4
  """
5
- STACKIT Secrets Manager API
5
+ STACKIT Secrets Manager API
6
6
 
7
- This API provides endpoints for managing the Secrets-Manager.
7
+ This API provides endpoints for managing the Secrets-Manager.
8
8
 
9
- The version of the OpenAPI document: 1.4.3
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
9
+ The version of the OpenAPI document: 1.4.3
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  # import models into model package
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -19,6 +19,7 @@ from typing import Any, ClassVar, Dict, List, Optional, Set
19
19
  from uuid import UUID
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, Field, StrictStr
22
+ from pydantic_core import to_jsonable_python
22
23
  from typing_extensions import Self
23
24
 
24
25
 
@@ -32,7 +33,8 @@ class ACL(BaseModel):
32
33
  __properties: ClassVar[List[str]] = ["cidr", "id"]
33
34
 
34
35
  model_config = ConfigDict(
35
- populate_by_name=True,
36
+ validate_by_name=True,
37
+ validate_by_alias=True,
36
38
  validate_assignment=True,
37
39
  protected_namespaces=(),
38
40
  )
@@ -43,8 +45,7 @@ class ACL(BaseModel):
43
45
 
44
46
  def to_json(self) -> str:
45
47
  """Returns the JSON representation of the model using alias"""
46
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
47
- return json.dumps(self.to_dict())
48
+ return json.dumps(to_jsonable_python(self.to_dict()))
48
49
 
49
50
  @classmethod
50
51
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -18,6 +18,7 @@ import pprint
18
18
  from typing import Any, ClassVar, Dict, List, Optional, Set
19
19
 
20
20
  from pydantic import BaseModel, ConfigDict, Field, StrictStr
21
+ from pydantic_core import to_jsonable_python
21
22
  from typing_extensions import Self
22
23
 
23
24
 
@@ -30,7 +31,8 @@ class BadRequest(BaseModel):
30
31
  __properties: ClassVar[List[str]] = ["message"]
31
32
 
32
33
  model_config = ConfigDict(
33
- populate_by_name=True,
34
+ validate_by_name=True,
35
+ validate_by_alias=True,
34
36
  validate_assignment=True,
35
37
  protected_namespaces=(),
36
38
  )
@@ -41,8 +43,7 @@ class BadRequest(BaseModel):
41
43
 
42
44
  def to_json(self) -> str:
43
45
  """Returns the JSON representation of the model using alias"""
44
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
45
- return json.dumps(self.to_dict())
46
+ return json.dumps(to_jsonable_python(self.to_dict()))
46
47
 
47
48
  @classmethod
48
49
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -18,6 +18,7 @@ import pprint
18
18
  from typing import Any, ClassVar, Dict, List, Optional, Set
19
19
 
20
20
  from pydantic import BaseModel, ConfigDict, Field, StrictStr
21
+ from pydantic_core import to_jsonable_python
21
22
  from typing_extensions import Self
22
23
 
23
24
 
@@ -30,7 +31,8 @@ class Conflict(BaseModel):
30
31
  __properties: ClassVar[List[str]] = ["message"]
31
32
 
32
33
  model_config = ConfigDict(
33
- populate_by_name=True,
34
+ validate_by_name=True,
35
+ validate_by_alias=True,
34
36
  validate_assignment=True,
35
37
  protected_namespaces=(),
36
38
  )
@@ -41,8 +43,7 @@ class Conflict(BaseModel):
41
43
 
42
44
  def to_json(self) -> str:
43
45
  """Returns the JSON representation of the model using alias"""
44
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
45
- return json.dumps(self.to_dict())
46
+ return json.dumps(to_jsonable_python(self.to_dict()))
46
47
 
47
48
  @classmethod
48
49
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -18,6 +18,7 @@ import pprint
18
18
  from typing import Any, ClassVar, Dict, List, Optional, Set
19
19
 
20
20
  from pydantic import BaseModel, ConfigDict, Field, StrictStr
21
+ from pydantic_core import to_jsonable_python
21
22
  from typing_extensions import Self
22
23
 
23
24
 
@@ -30,7 +31,8 @@ class CreateACLPayload(BaseModel):
30
31
  __properties: ClassVar[List[str]] = ["cidr"]
31
32
 
32
33
  model_config = ConfigDict(
33
- populate_by_name=True,
34
+ validate_by_name=True,
35
+ validate_by_alias=True,
34
36
  validate_assignment=True,
35
37
  protected_namespaces=(),
36
38
  )
@@ -41,8 +43,7 @@ class CreateACLPayload(BaseModel):
41
43
 
42
44
  def to_json(self) -> str:
43
45
  """Returns the JSON representation of the model using alias"""
44
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
45
- return json.dumps(self.to_dict())
46
+ return json.dumps(to_jsonable_python(self.to_dict()))
46
47
 
47
48
  @classmethod
48
49
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -18,6 +18,7 @@ import pprint
18
18
  from typing import Any, ClassVar, Dict, List, Optional, Set
19
19
 
20
20
  from pydantic import BaseModel, ConfigDict, Field, StrictStr
21
+ from pydantic_core import to_jsonable_python
21
22
  from typing_extensions import Self
22
23
 
23
24
  from stackit.secretsmanager.models.kms_key_payload import KmsKeyPayload
@@ -33,7 +34,8 @@ class CreateInstancePayload(BaseModel):
33
34
  __properties: ClassVar[List[str]] = ["kmsKey", "name"]
34
35
 
35
36
  model_config = ConfigDict(
36
- populate_by_name=True,
37
+ validate_by_name=True,
38
+ validate_by_alias=True,
37
39
  validate_assignment=True,
38
40
  protected_namespaces=(),
39
41
  )
@@ -44,8 +46,7 @@ class CreateInstancePayload(BaseModel):
44
46
 
45
47
  def to_json(self) -> str:
46
48
  """Returns the JSON representation of the model using alias"""
47
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
48
- return json.dumps(self.to_dict())
49
+ return json.dumps(to_jsonable_python(self.to_dict()))
49
50
 
50
51
  @classmethod
51
52
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -24,6 +24,7 @@ from pydantic import (
24
24
  StrictBool,
25
25
  StrictStr,
26
26
  )
27
+ from pydantic_core import to_jsonable_python
27
28
  from typing_extensions import Self
28
29
 
29
30
 
@@ -39,7 +40,8 @@ class CreateUserPayload(BaseModel):
39
40
  __properties: ClassVar[List[str]] = ["description", "write"]
40
41
 
41
42
  model_config = ConfigDict(
42
- populate_by_name=True,
43
+ validate_by_name=True,
44
+ validate_by_alias=True,
43
45
  validate_assignment=True,
44
46
  protected_namespaces=(),
45
47
  )
@@ -50,8 +52,7 @@ class CreateUserPayload(BaseModel):
50
52
 
51
53
  def to_json(self) -> str:
52
54
  """Returns the JSON representation of the model using alias"""
53
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
54
- return json.dumps(self.to_dict())
55
+ return json.dumps(to_jsonable_python(self.to_dict()))
55
56
 
56
57
  @classmethod
57
58
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -19,6 +19,7 @@ from typing import Any, ClassVar, Dict, List, Optional, Set
19
19
  from uuid import UUID
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
22
+ from pydantic_core import to_jsonable_python
22
23
  from typing_extensions import Self
23
24
 
24
25
  from stackit.secretsmanager.models.kms_key_payload import KmsKeyPayload
@@ -65,7 +66,8 @@ class Instance(BaseModel):
65
66
  ]
66
67
 
67
68
  model_config = ConfigDict(
68
- populate_by_name=True,
69
+ validate_by_name=True,
70
+ validate_by_alias=True,
69
71
  validate_assignment=True,
70
72
  protected_namespaces=(),
71
73
  )
@@ -76,8 +78,7 @@ class Instance(BaseModel):
76
78
 
77
79
  def to_json(self) -> str:
78
80
  """Returns the JSON representation of the model using alias"""
79
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
80
- return json.dumps(self.to_dict())
81
+ return json.dumps(to_jsonable_python(self.to_dict()))
81
82
 
82
83
  @classmethod
83
84
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -19,6 +19,7 @@ from typing import Any, ClassVar, Dict, List, Optional, Set
19
19
  from uuid import UUID
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
22
+ from pydantic_core import to_jsonable_python
22
23
  from typing_extensions import Self
23
24
 
24
25
 
@@ -37,7 +38,8 @@ class KmsKeyPayload(BaseModel):
37
38
  __properties: ClassVar[List[str]] = ["keyId", "keyRingId", "keyVersion", "serviceAccountEmail"]
38
39
 
39
40
  model_config = ConfigDict(
40
- populate_by_name=True,
41
+ validate_by_name=True,
42
+ validate_by_alias=True,
41
43
  validate_assignment=True,
42
44
  protected_namespaces=(),
43
45
  )
@@ -48,8 +50,7 @@ class KmsKeyPayload(BaseModel):
48
50
 
49
51
  def to_json(self) -> str:
50
52
  """Returns the JSON representation of the model using alias"""
51
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
52
- return json.dumps(self.to_dict())
53
+ return json.dumps(to_jsonable_python(self.to_dict()))
53
54
 
54
55
  @classmethod
55
56
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -18,6 +18,7 @@ import pprint
18
18
  from typing import Any, ClassVar, Dict, List, Optional, Set
19
19
 
20
20
  from pydantic import BaseModel, ConfigDict
21
+ from pydantic_core import to_jsonable_python
21
22
  from typing_extensions import Self
22
23
 
23
24
  from stackit.secretsmanager.models.acl import ACL
@@ -32,7 +33,8 @@ class ListACLsResponse(BaseModel):
32
33
  __properties: ClassVar[List[str]] = ["acls"]
33
34
 
34
35
  model_config = ConfigDict(
35
- populate_by_name=True,
36
+ validate_by_name=True,
37
+ validate_by_alias=True,
36
38
  validate_assignment=True,
37
39
  protected_namespaces=(),
38
40
  )
@@ -43,8 +45,7 @@ class ListACLsResponse(BaseModel):
43
45
 
44
46
  def to_json(self) -> str:
45
47
  """Returns the JSON representation of the model using alias"""
46
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
47
- return json.dumps(self.to_dict())
48
+ return json.dumps(to_jsonable_python(self.to_dict()))
48
49
 
49
50
  @classmethod
50
51
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -18,6 +18,7 @@ import pprint
18
18
  from typing import Any, ClassVar, Dict, List, Optional, Set
19
19
 
20
20
  from pydantic import BaseModel, ConfigDict
21
+ from pydantic_core import to_jsonable_python
21
22
  from typing_extensions import Self
22
23
 
23
24
  from stackit.secretsmanager.models.instance import Instance
@@ -32,7 +33,8 @@ class ListInstancesResponse(BaseModel):
32
33
  __properties: ClassVar[List[str]] = ["instances"]
33
34
 
34
35
  model_config = ConfigDict(
35
- populate_by_name=True,
36
+ validate_by_name=True,
37
+ validate_by_alias=True,
36
38
  validate_assignment=True,
37
39
  protected_namespaces=(),
38
40
  )
@@ -43,8 +45,7 @@ class ListInstancesResponse(BaseModel):
43
45
 
44
46
  def to_json(self) -> str:
45
47
  """Returns the JSON representation of the model using alias"""
46
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
47
- return json.dumps(self.to_dict())
48
+ return json.dumps(to_jsonable_python(self.to_dict()))
48
49
 
49
50
  @classmethod
50
51
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -18,6 +18,7 @@ import pprint
18
18
  from typing import Any, ClassVar, Dict, List, Optional, Set
19
19
 
20
20
  from pydantic import BaseModel, ConfigDict
21
+ from pydantic_core import to_jsonable_python
21
22
  from typing_extensions import Self
22
23
 
23
24
  from stackit.secretsmanager.models.user import User
@@ -32,7 +33,8 @@ class ListUsersResponse(BaseModel):
32
33
  __properties: ClassVar[List[str]] = ["users"]
33
34
 
34
35
  model_config = ConfigDict(
35
- populate_by_name=True,
36
+ validate_by_name=True,
37
+ validate_by_alias=True,
36
38
  validate_assignment=True,
37
39
  protected_namespaces=(),
38
40
  )
@@ -43,8 +45,7 @@ class ListUsersResponse(BaseModel):
43
45
 
44
46
  def to_json(self) -> str:
45
47
  """Returns the JSON representation of the model using alias"""
46
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
47
- return json.dumps(self.to_dict())
48
+ return json.dumps(to_jsonable_python(self.to_dict()))
48
49
 
49
50
  @classmethod
50
51
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -18,6 +18,7 @@ import pprint
18
18
  from typing import Any, ClassVar, Dict, List, Optional, Set
19
19
 
20
20
  from pydantic import BaseModel, ConfigDict, Field, StrictStr
21
+ from pydantic_core import to_jsonable_python
21
22
  from typing_extensions import Self
22
23
 
23
24
 
@@ -30,7 +31,8 @@ class NotFound(BaseModel):
30
31
  __properties: ClassVar[List[str]] = ["message"]
31
32
 
32
33
  model_config = ConfigDict(
33
- populate_by_name=True,
34
+ validate_by_name=True,
35
+ validate_by_alias=True,
34
36
  validate_assignment=True,
35
37
  protected_namespaces=(),
36
38
  )
@@ -41,8 +43,7 @@ class NotFound(BaseModel):
41
43
 
42
44
  def to_json(self) -> str:
43
45
  """Returns the JSON representation of the model using alias"""
44
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
45
- return json.dumps(self.to_dict())
46
+ return json.dumps(to_jsonable_python(self.to_dict()))
46
47
 
47
48
  @classmethod
48
49
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -18,6 +18,7 @@ import pprint
18
18
  from typing import Any, ClassVar, Dict, List, Optional, Set
19
19
 
20
20
  from pydantic import BaseModel, ConfigDict, Field, StrictStr
21
+ from pydantic_core import to_jsonable_python
21
22
  from typing_extensions import Self
22
23
 
23
24
 
@@ -30,7 +31,8 @@ class UpdateACLPayload(BaseModel):
30
31
  __properties: ClassVar[List[str]] = ["cidr"]
31
32
 
32
33
  model_config = ConfigDict(
33
- populate_by_name=True,
34
+ validate_by_name=True,
35
+ validate_by_alias=True,
34
36
  validate_assignment=True,
35
37
  protected_namespaces=(),
36
38
  )
@@ -41,8 +43,7 @@ class UpdateACLPayload(BaseModel):
41
43
 
42
44
  def to_json(self) -> str:
43
45
  """Returns the JSON representation of the model using alias"""
44
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
45
- return json.dumps(self.to_dict())
46
+ return json.dumps(to_jsonable_python(self.to_dict()))
46
47
 
47
48
  @classmethod
48
49
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -18,6 +18,7 @@ import pprint
18
18
  from typing import Any, ClassVar, Dict, List, Optional, Set
19
19
 
20
20
  from pydantic import BaseModel, ConfigDict
21
+ from pydantic_core import to_jsonable_python
21
22
  from typing_extensions import Self
22
23
 
23
24
  from stackit.secretsmanager.models.update_acl_payload import UpdateACLPayload
@@ -32,7 +33,8 @@ class UpdateACLsPayload(BaseModel):
32
33
  __properties: ClassVar[List[str]] = ["cidrs"]
33
34
 
34
35
  model_config = ConfigDict(
35
- populate_by_name=True,
36
+ validate_by_name=True,
37
+ validate_by_alias=True,
36
38
  validate_assignment=True,
37
39
  protected_namespaces=(),
38
40
  )
@@ -43,8 +45,7 @@ class UpdateACLsPayload(BaseModel):
43
45
 
44
46
  def to_json(self) -> str:
45
47
  """Returns the JSON representation of the model using alias"""
46
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
47
- return json.dumps(self.to_dict())
48
+ return json.dumps(to_jsonable_python(self.to_dict()))
48
49
 
49
50
  @classmethod
50
51
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -18,6 +18,7 @@ import pprint
18
18
  from typing import Any, ClassVar, Dict, List, Optional, Set
19
19
 
20
20
  from pydantic import BaseModel, ConfigDict, Field, StrictStr
21
+ from pydantic_core import to_jsonable_python
21
22
  from typing_extensions import Self
22
23
 
23
24
  from stackit.secretsmanager.models.kms_key_payload import KmsKeyPayload
@@ -33,7 +34,8 @@ class UpdateInstancePayload(BaseModel):
33
34
  __properties: ClassVar[List[str]] = ["kmsKey", "name"]
34
35
 
35
36
  model_config = ConfigDict(
36
- populate_by_name=True,
37
+ validate_by_name=True,
38
+ validate_by_alias=True,
37
39
  validate_assignment=True,
38
40
  protected_namespaces=(),
39
41
  )
@@ -44,8 +46,7 @@ class UpdateInstancePayload(BaseModel):
44
46
 
45
47
  def to_json(self) -> str:
46
48
  """Returns the JSON representation of the model using alias"""
47
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
48
- return json.dumps(self.to_dict())
49
+ return json.dumps(to_jsonable_python(self.to_dict()))
49
50
 
50
51
  @classmethod
51
52
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -24,6 +24,7 @@ from pydantic import (
24
24
  StrictBool,
25
25
  StrictStr,
26
26
  )
27
+ from pydantic_core import to_jsonable_python
27
28
  from typing_extensions import Self
28
29
 
29
30
 
@@ -42,7 +43,8 @@ class UpdateUserPayload(BaseModel):
42
43
  __properties: ClassVar[List[str]] = ["description", "write"]
43
44
 
44
45
  model_config = ConfigDict(
45
- populate_by_name=True,
46
+ validate_by_name=True,
47
+ validate_by_alias=True,
46
48
  validate_assignment=True,
47
49
  protected_namespaces=(),
48
50
  )
@@ -53,8 +55,7 @@ class UpdateUserPayload(BaseModel):
53
55
 
54
56
  def to_json(self) -> str:
55
57
  """Returns the JSON representation of the model using alias"""
56
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
57
- return json.dumps(self.to_dict())
58
+ return json.dumps(to_jsonable_python(self.to_dict()))
58
59
 
59
60
  @classmethod
60
61
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from __future__ import annotations
@@ -25,6 +25,7 @@ from pydantic import (
25
25
  StrictBool,
26
26
  StrictStr,
27
27
  )
28
+ from pydantic_core import to_jsonable_python
28
29
  from typing_extensions import Self
29
30
 
30
31
 
@@ -43,7 +44,8 @@ class User(BaseModel):
43
44
  __properties: ClassVar[List[str]] = ["description", "id", "password", "username", "write"]
44
45
 
45
46
  model_config = ConfigDict(
46
- populate_by_name=True,
47
+ validate_by_name=True,
48
+ validate_by_alias=True,
47
49
  validate_assignment=True,
48
50
  protected_namespaces=(),
49
51
  )
@@ -54,8 +56,7 @@ class User(BaseModel):
54
56
 
55
57
  def to_json(self) -> str:
56
58
  """Returns the JSON representation of the model using alias"""
57
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
58
- return json.dumps(self.to_dict())
59
+ return json.dumps(to_jsonable_python(self.to_dict()))
59
60
 
60
61
  @classmethod
61
62
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT Secrets Manager API
4
+ STACKIT Secrets Manager API
5
5
 
6
- This API provides endpoints for managing the Secrets-Manager.
6
+ This API provides endpoints for managing the Secrets-Manager.
7
7
 
8
- The version of the OpenAPI document: 1.4.3
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.4.3
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  import io
@@ -21,7 +21,6 @@ from stackit.core.configuration import Configuration
21
21
 
22
22
  from stackit.secretsmanager.exceptions import ApiException, ApiValueError
23
23
 
24
-
25
24
  RESTResponseType = requests.Response
26
25
 
27
26