qwak-sdk 0.5.86__py3-none-any.whl → 0.5.87__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.

Potentially problematic release.


This version of qwak-sdk might be problematic. Click here for more details.

qwak_sdk/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  # fmt: off
2
2
  __author__ = '''Qwak.ai'''
3
- __version__ = '0.5.86'
3
+ __version__ = '0.5.87'
4
4
 
5
5
  from qwak.inner import wire_dependencies
6
6
 
@@ -132,8 +132,8 @@ from qwak_sdk.inner.tools.config_handler import config_handler
132
132
  )
133
133
  @click.option(
134
134
  "--cache/--no-cache",
135
- default=False,
136
- help="Disable docker build cache. [Default: Cache disabled]",
135
+ default=None,
136
+ help="Disable docker build cache. [Default: Cache enabled]",
137
137
  )
138
138
  @click.option(
139
139
  "-v",
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: qwak-sdk
3
- Version: 0.5.86
3
+ Version: 0.5.87
4
4
  Summary: Qwak SDK and CLI for qwak models
5
5
  License: Apache-2.0
6
6
  Keywords: mlops,ml,deployment,serving,model
@@ -13,11 +13,8 @@ Classifier: Programming Language :: Python :: 3
13
13
  Classifier: Programming Language :: Python :: 3.9
14
14
  Classifier: Programming Language :: Python :: 3.10
15
15
  Classifier: Programming Language :: Python :: 3.11
16
- Classifier: Programming Language :: Python :: 3.10
17
- Classifier: Programming Language :: Python :: 3.11
18
16
  Classifier: Programming Language :: Python :: 3.7
19
17
  Classifier: Programming Language :: Python :: 3.8
20
- Classifier: Programming Language :: Python :: 3.9
21
18
  Classifier: Programming Language :: Python :: Implementation :: CPython
22
19
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
23
20
  Provides-Extra: batch
@@ -40,7 +37,7 @@ Requires-Dist: pyarrow (>=6.0.0,<11.0.0) ; extra == "batch" or extra == "feature
40
37
  Requires-Dist: pyathena (>=2.2.0,!=2.18.0) ; extra == "feature-store"
41
38
  Requires-Dist: pyspark (==3.4.2) ; extra == "feature-store"
42
39
  Requires-Dist: python-json-logger (>=2.0.2)
43
- Requires-Dist: qwak-core (==0.4.165)
40
+ Requires-Dist: qwak-core (==0.4.180)
44
41
  Requires-Dist: qwak-inference (>=0.1.18,<0.2.0)
45
42
  Requires-Dist: rich (>=13.0.0)
46
43
  Requires-Dist: tabulate (>=0.8.0)
@@ -1,4 +1,4 @@
1
- qwak_sdk/__init__.py,sha256=9eYJ9BVyrth4Dyzyk3AYq0iWC7Z31TrbdZLJm9iJbrY,135
1
+ qwak_sdk/__init__.py,sha256=jo5nEmqxiLv-oPqC7yz-6Y8fDeIleT69xAaNo6gE9Nw,135
2
2
  qwak_sdk/cli.py,sha256=frMefF0AmLI1g5A9aADNueUkMDjRHikKlmXIA2i4kYA,4510
3
3
  qwak_sdk/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  qwak_sdk/commands/_logic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -122,7 +122,7 @@ qwak_sdk/commands/models/build/_logic/util/protobuf_factory.py,sha256=ar_oY38w_x
122
122
  qwak_sdk/commands/models/build/_logic/util/step_decorator.py,sha256=HLZyCGdqe3Ir7SaPWp1YNRHJpjXG-e-bbAvnOFysAVM,1913
123
123
  qwak_sdk/commands/models/build/_logic/util/text.py,sha256=tH-v19Mt8l90sMVxku5XRtrderT0qdRqJ-jLijqannA,188
124
124
  qwak_sdk/commands/models/build/_logic/wait_until_finished.py,sha256=DxIyNK-MFjxSh9xe7dJx-znmz8ZOqelK-cJQvr7YI9g,1220
125
- qwak_sdk/commands/models/build/ui.py,sha256=lBuRa-DpEKnHBz6xs2ZGWr6JzZkwGSXDNeK8LDJCM4A,9871
125
+ qwak_sdk/commands/models/build/ui.py,sha256=eQWoaA5zA3KsRUfNMA3XanLboVc2rO50l6FzdDomd1c,9869
126
126
  qwak_sdk/commands/models/builds/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
127
127
  qwak_sdk/commands/models/builds/builds_commands_group.py,sha256=0nSfTY8TracXG61rFboQWUTXJisHO6dgtJKeijy6ru8,491
128
128
  qwak_sdk/commands/models/builds/cancel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -319,7 +319,7 @@ qwak_sdk/tools/colors.py,sha256=7pui_GGjC4uZKYFsIyXaJjYsjLxJVHb4OrfTgr93hqo,287
319
319
  qwak_sdk/tools/files.py,sha256=AyKJTOy7NhvP3SrqwIw_lxYNCOy1CvLgMmSJpWZ0OKM,2257
320
320
  qwak_sdk/tools/log_handling.py,sha256=Aa1EmxUPCX8YWiZRutUvnqPv6K_z1zoGMwIWsEv24mM,6327
321
321
  qwak_sdk/tools/utils.py,sha256=SHmU4r_m2ABZyFYMC03P17GvltPbYbmB39hvalIZEtI,1168
322
- qwak_sdk-0.5.86.dist-info/entry_points.txt,sha256=vSl0ELYDyj640oMM57u0AjBP87wtLYxCcGOendhEx80,47
323
- qwak_sdk-0.5.86.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
324
- qwak_sdk-0.5.86.dist-info/METADATA,sha256=LP4ousAyUlpzuorwgdCGPtAVLw9r_a4W53Oc7uVloyM,2926
325
- qwak_sdk-0.5.86.dist-info/RECORD,,
322
+ qwak_sdk-0.5.87.dist-info/METADATA,sha256=x3I9wEw0oYlrmhNnKVJOHhL0ovEOSU3fT7NfY9H6YBg,2774
323
+ qwak_sdk-0.5.87.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
324
+ qwak_sdk-0.5.87.dist-info/entry_points.txt,sha256=vSl0ELYDyj640oMM57u0AjBP87wtLYxCcGOendhEx80,47
325
+ qwak_sdk-0.5.87.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.4.0
2
+ Generator: poetry-core 2.0.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any