qwak-core 0.4.250__py3-none-any.whl → 0.4.251__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.
qwak/__init__.py CHANGED
@@ -1,7 +1,7 @@
1
1
  """Top-level package for qwak-core."""
2
2
 
3
3
  __author__ = "Qwak.ai"
4
- __version__ = "0.4.250"
4
+ __version__ = "0.4.251"
5
5
 
6
6
  from qwak.inner.di_configuration import wire_dependencies
7
7
  from qwak.model.experiment_tracking import log_metric, log_param
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: qwak-core
3
- Version: 0.4.250
3
+ Version: 0.4.251
4
4
  Summary: Qwak Core contains the necessary objects and communication tools for using the Qwak Platform
5
5
  License: Apache-2.0
6
6
  Keywords: mlops,ml,deployment,serving,model
@@ -34,7 +34,7 @@ Requires-Dist: protobuf (>=4.21.6) ; python_version >= "3.10"
34
34
  Requires-Dist: pyarrow (>=6.0.0) ; extra == "feature-store"
35
35
  Requires-Dist: pyathena (>=2.2.0,!=2.18.0) ; extra == "feature-store"
36
36
  Requires-Dist: pyspark (==3.4.2) ; extra == "feature-store"
37
- Requires-Dist: python-jose
37
+ Requires-Dist: python-jose[cryptography] (>=3.4.0)
38
38
  Requires-Dist: python-json-logger (>=2.0.2)
39
39
  Requires-Dist: requests
40
40
  Requires-Dist: retrying (==1.3.4)
@@ -582,7 +582,7 @@ _qwak_proto/qwak/workspace/workspace_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXH
582
582
  _qwak_proto/qwak/workspace/workspace_service_pb2.py,sha256=AB3C9S_AbOD7Nx1Ni4j1rW6PNtYTV1zjiqFQk-goQ74,21429
583
583
  _qwak_proto/qwak/workspace/workspace_service_pb2.pyi,sha256=nKKCHwnovZhsy8TSVmdz-Vtl0nviOOoX56HD-41Xo08,13726
584
584
  _qwak_proto/qwak/workspace/workspace_service_pb2_grpc.py,sha256=yKGuexxTBza99Ihe0DSTniV2ZSd_AG47inHenqfi890,27193
585
- qwak/__init__.py,sha256=HA9N3GULZpL1nZ7D94cuz1Znbo-YaaZSChstOaxBavo,587
585
+ qwak/__init__.py,sha256=2yEk72q2bDA_ME1qOgW0Pm78DYAqj68_FjFRmm9MpEg,587
586
586
  qwak/automations/__init__.py,sha256=qFZRvCxUUn8gcxkJR0v19ulHW2oJ0x6-Rif7HiheDP4,1522
587
587
  qwak/automations/automation_executions.py,sha256=5MeH_epYYWb8NKXgAozwT_jPyyUDednBHG7izloi7RY,3228
588
588
  qwak/automations/automations.py,sha256=3yx8e2v0uSKDnXbqyknasyEoQ5vxGni6K40Hbi1_zkk,12599
@@ -1056,6 +1056,6 @@ qwak_services_mock/mocks/workspace_manager_service_mock.py,sha256=O9ZSwln4T4kHVk
1056
1056
  qwak_services_mock/services_mock.py,sha256=zXtHcX8a_acz7ynxuCBxxVpHpde7aAGjIn6Uw52LY1s,19593
1057
1057
  qwak_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1058
1058
  qwak_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
1059
- qwak_core-0.4.250.dist-info/METADATA,sha256=fPYhmBxUTGKKLesUlsmEOxgNDd7g_gGfEYtBmwfA14o,2150
1060
- qwak_core-0.4.250.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
1061
- qwak_core-0.4.250.dist-info/RECORD,,
1059
+ qwak_core-0.4.251.dist-info/METADATA,sha256=GDckCZg74Tm38XQsGbjnUHGiRf0f-_N5j26QAqkhykg,2174
1060
+ qwak_core-0.4.251.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
1061
+ qwak_core-0.4.251.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.1
2
+ Generator: poetry-core 2.1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any