mpt-extension-sdk 5.9.0__py3-none-any.whl → 5.9.1__py3-none-any.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.
@@ -103,9 +103,8 @@ def show_banner(): # pragma: no cover
103
103
  for line in banner_lines:
104
104
  colored_line = Text()
105
105
  for idx, line_char in enumerate(line):
106
- char = Text(line_char)
107
- char.stylize(colors[idx])
108
- colored_line = Text.assemble(colored_line, char)
106
+ line_char.stylize(colors[idx])
107
+ colored_line = Text.assemble(colored_line, line_char)
109
108
  console.print(colored_line)
110
109
 
111
110
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mpt-extension-sdk
3
- Version: 5.9.0
3
+ Version: 5.9.1
4
4
  Summary: Extensions SDK for SoftwareONE Marketplace Platform
5
5
  Author: SoftwareOne AG
6
6
  License: Apache-2.0 license
@@ -29,7 +29,7 @@ Requires-Dist: pyjwt==2.8.*
29
29
  Requires-Dist: pymsteams==0.2.*
30
30
  Requires-Dist: regex<2025,>=2024.7.24
31
31
  Requires-Dist: requests==2.32.*
32
- Requires-Dist: rich==13.7.*
32
+ Requires-Dist: rich==14.1.*
33
33
  Requires-Dist: types-openpyxl==3.1.*
34
34
  Requires-Dist: typing-extensions==4.14.*
35
35
  Requires-Dist: watchfiles==0.21.*
@@ -26,7 +26,7 @@ mpt_extension_sdk/runtime/logging.py,sha256=Pq4OvrYv_SVAuAZOjIIYzC_b9DmGzp5jIS6u
26
26
  mpt_extension_sdk/runtime/master.py,sha256=LbukA5cs2IaKBk32_mZG3qITuAQFW7DtUSnNAdF8pQw,5063
27
27
  mpt_extension_sdk/runtime/swoext.py,sha256=wrZ1RzPOzKa2DTOXkhTTiTlT9LXM9u5AKki2lX3fsVY,1806
28
28
  mpt_extension_sdk/runtime/tracer.py,sha256=7c4GPB6BY5SJRLiqzmCPGdS4d7fbL746AfC6RBJ4WsU,458
29
- mpt_extension_sdk/runtime/utils.py,sha256=YmeGFwavqE4jb-gBUNl7-0BFJOSkLaCGHcOWaJvLBnY,5314
29
+ mpt_extension_sdk/runtime/utils.py,sha256=OkQm7Qw52Rm1lbWIMvSxM2uCQM4SvwWtRaucZC7ZfWo,5289
30
30
  mpt_extension_sdk/runtime/workers.py,sha256=AL2mXOu20hQRmnO-ta2VeLwqMCsbjlGSYxo7AJokZTo,2932
31
31
  mpt_extension_sdk/runtime/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
32
  mpt_extension_sdk/runtime/commands/django.py,sha256=Xsj4VjuYonekWSu6gL-qUHChMbo6tKuRVmCqEs2jeoA,1247
@@ -47,8 +47,8 @@ mpt_extension_sdk/runtime/events/utils.py,sha256=6aQVwe9EtUxxictQV9sk8szKC4UXgpQ
47
47
  mpt_extension_sdk/swo_rql/__init__.py,sha256=QrvRDYhpK-Pd3OF-U2aMeazuKm_kbvXwLRIjd9Mm6ok,104
48
48
  mpt_extension_sdk/swo_rql/constants.py,sha256=39BZ78OzdU_dIQtoy-Z_5utXqEXRweIFvM9Zfxg9j5M,171
49
49
  mpt_extension_sdk/swo_rql/query_builder.py,sha256=CG1dm7uJNPPCwWcf9sRD5zLbz-dtgECkQ_pX4QXpJPw,10825
50
- mpt_extension_sdk-5.9.0.dist-info/METADATA,sha256=xX1BOrfDiee5HN5D6Yn0jPrcvV7ESeiFYXouNQ3p-V4,1358
51
- mpt_extension_sdk-5.9.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
52
- mpt_extension_sdk-5.9.0.dist-info/entry_points.txt,sha256=N8T9gBssEOm_UeBf9ABbGqtlnethrumfMoL4hNYWVFA,146
53
- mpt_extension_sdk-5.9.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
54
- mpt_extension_sdk-5.9.0.dist-info/RECORD,,
50
+ mpt_extension_sdk-5.9.1.dist-info/METADATA,sha256=USDGixJk6lvIul6Lw6veE1SEdi0ZVmLP74pEOqV_9Mg,1358
51
+ mpt_extension_sdk-5.9.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
52
+ mpt_extension_sdk-5.9.1.dist-info/entry_points.txt,sha256=N8T9gBssEOm_UeBf9ABbGqtlnethrumfMoL4hNYWVFA,146
53
+ mpt_extension_sdk-5.9.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
54
+ mpt_extension_sdk-5.9.1.dist-info/RECORD,,