qwak-sdk 0.5.90__py3-none-any.whl → 0.5.92__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.90'
3
+ __version__ = '0.5.92'
4
4
 
5
5
  from qwak.inner import wire_dependencies
6
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: qwak-sdk
3
- Version: 0.5.90
3
+ Version: 0.5.92
4
4
  Summary: Qwak SDK and CLI for qwak models
5
5
  License: Apache-2.0
6
6
  Keywords: mlops,ml,deployment,serving,model
@@ -28,13 +28,13 @@ Requires-Dist: croniter (==1.4.1)
28
28
  Requires-Dist: gitpython (>=2.1.0)
29
29
  Requires-Dist: joblib (>=1.1.0,<2.0.0) ; extra == "batch" or extra == "feedback"
30
30
  Requires-Dist: numpy (<2.0.0)
31
- Requires-Dist: pandas (>1.1.3) ; (python_version >= "3.9" and python_version < "3.10") and (extra == "batch" or extra == "feedback" or extra == "feature-store")
31
+ Requires-Dist: pandas (>1.1.3) ; (python_version == "3.9") and (extra == "batch" or extra == "feedback" or extra == "feature-store")
32
32
  Requires-Dist: pandas (>=1.4.0) ; (python_version >= "3.10" and python_version < "3.12") and (extra == "batch" or extra == "feedback" or extra == "feature-store")
33
33
  Requires-Dist: pyarrow (>=6.0.0) ; extra == "batch" or extra == "feature-store"
34
34
  Requires-Dist: pyathena (>=2.2.0,!=2.18.0) ; extra == "feature-store"
35
35
  Requires-Dist: pyspark (==3.4.2) ; extra == "feature-store"
36
36
  Requires-Dist: python-json-logger (>=3.2.1,<4.0.0)
37
- Requires-Dist: qwak-core (==0.4.220)
37
+ Requires-Dist: qwak-core (>=0.4.251)
38
38
  Requires-Dist: qwak-inference (>=0.1.20,<0.2.0)
39
39
  Requires-Dist: rich (>=13.0.0)
40
40
  Requires-Dist: tabulate (>=0.8.0)
@@ -46,3 +46,5 @@ Description-Content-Type: text/markdown
46
46
 
47
47
  Qwak is an end-to-end production ML platform designed to allow data scientists to build, deploy, and monitor their models in production with minimal engineering friction.
48
48
 
49
+ ### Qwak SDK
50
+
@@ -1,4 +1,4 @@
1
- qwak_sdk/__init__.py,sha256=YTX3HixYH9jxel-7QyU7ruoIXmDdcETYdDNcbj9JM0U,135
1
+ qwak_sdk/__init__.py,sha256=f6_29Nis8OzNwEQnWUk3TKXLHlCTTHbRFGHL26K9K8Q,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
@@ -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.90.dist-info/METADATA,sha256=9AqqAGcqyis1B4OfoZgAcFLKDCvqlHyRoEvQV4MXzXU,2316
323
- qwak_sdk-0.5.90.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
324
- qwak_sdk-0.5.90.dist-info/entry_points.txt,sha256=vSl0ELYDyj640oMM57u0AjBP87wtLYxCcGOendhEx80,47
325
- qwak_sdk-0.5.90.dist-info/RECORD,,
322
+ qwak_sdk-0.5.92.dist-info/METADATA,sha256=mhCt3yGjOVLmKiIPNlHbpLKQweVvCrUsc5XI7d7LKXQ,2302
323
+ qwak_sdk-0.5.92.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
324
+ qwak_sdk-0.5.92.dist-info/entry_points.txt,sha256=vSl0ELYDyj640oMM57u0AjBP87wtLYxCcGOendhEx80,47
325
+ qwak_sdk-0.5.92.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.0.1
2
+ Generator: poetry-core 2.1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any