craft-ai-sdk 0.50.0rc1__py3-none-any.whl → 0.50.1rc1__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.
craft_ai_sdk/__init__.py CHANGED
@@ -14,4 +14,4 @@ from .io import ( # noqa: F401
14
14
  )
15
15
 
16
16
 
17
- __version__ = "0.50.0rc1"
17
+ __version__ = "0.50.1rc1"
craft_ai_sdk/sdk.py CHANGED
@@ -128,7 +128,7 @@ class CraftAiSdk(BaseCraftAiSdk):
128
128
  os.environ.get("CRAFT_AI__MULTIPART_PART_SIZE__B", str(38 * 256 * 1024))
129
129
  )
130
130
  _access_token_margin = timedelta(seconds=30)
131
- _version = "0.50.0rc1" # Would be better to share it somewhere
131
+ _version = "0.50.1rc1" # Would be better to share it somewhere
132
132
 
133
133
  def __init__(
134
134
  self,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: craft-ai-sdk
3
- Version: 0.50.0rc1
3
+ Version: 0.50.1rc1
4
4
  Summary: Craft AI MLOps platform SDK
5
5
  Home-page: https://www.craft.ai/
6
6
  License: Apache-2.0
@@ -1,4 +1,4 @@
1
- craft_ai_sdk/__init__.py,sha256=xc1A5f_yNH7yd8-5S60UPDnp0d4AcuvUNNlWzYiLdqE,407
1
+ craft_ai_sdk/__init__.py,sha256=9Wu68jkKuIHXm1GZuZ1EL29KpE_oOyKr0kShd0YqLwU,407
2
2
  craft_ai_sdk/constants.py,sha256=KHRaIHA9tHxjwluo7zBF2UZpePQaDI57SrBs4Ob1g7Q,607
3
3
  craft_ai_sdk/core/data_store.py,sha256=kI0nUIXfkz-9ENVEeFW70_PGhBNB_S-nntJJkKhGRoQ,8464
4
4
  craft_ai_sdk/core/deployments.py,sha256=p717fy73OoynUuDKO6XYLfLu5stBHH73xQw6HLm8jUY,25804
@@ -12,12 +12,12 @@ craft_ai_sdk/core/steps.py,sha256=e_-Kb88raOWRKXLbRzTaJVgVOs4LXA2ziXC6z-PYtlg,20
12
12
  craft_ai_sdk/core/users.py,sha256=Qi3xg7Vzk_0MepccNIZbFzjI0bBqouqkFStTuejUY6s,509
13
13
  craft_ai_sdk/exceptions.py,sha256=IC-JfZmmmaTsbMCgirOEByRmWnatQLjKe8BErRkuwM0,1075
14
14
  craft_ai_sdk/io.py,sha256=y9lg5unGIwQICAPuKUdUPDAJCsxe2lbseIlmiWka2Ec,11865
15
- craft_ai_sdk/sdk.py,sha256=bFQth2vifvlliKLo6_8_7ThsRpxTFNa5wovvwNITXMM,10021
15
+ craft_ai_sdk/sdk.py,sha256=4x4S6jwfMfllnyvxNCtdcBWqYrT-4F_gL2tiQpeSPmE,10021
16
16
  craft_ai_sdk/utils.py,sha256=3BTHNv3OgxtfiJnmf8U_pne-Bky4vtX33CvN_GD_NKM,9460
17
17
  craft_ai_sdk/warnings.py,sha256=xJXbUR66SVbG_ZO7rxpAZ2hkGxdUtM5JAx6JoWg77Qs,6678
18
- documentation.pdf,sha256=86ZkcGrogmEqMXO9rjifY_EIHk6f0Vhws-h3x4dyXxQ,327157
19
- craft_ai_sdk-0.50.0rc1.dist-info/LICENSE,sha256=_2oYRJic9lZK05LceuJ9aZZw5mPHYc1WQhJiVS-oGFU,10754
20
- craft_ai_sdk-0.50.0rc1.dist-info/METADATA,sha256=Ms5AfBIxE-63SP7FdOXFW8FsfZsrkyKJQh5muf_hm1Q,1566
21
- craft_ai_sdk-0.50.0rc1.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
22
- craft_ai_sdk-0.50.0rc1.dist-info/entry_points.txt,sha256=eV9YD0zCAb88_wNMDV99sRxVKVC-WOQF3b1Pepaytcg,385
23
- craft_ai_sdk-0.50.0rc1.dist-info/RECORD,,
18
+ documentation.pdf,sha256=U2K_3cfkwKsSBI225v5_7yI-Avuv18p17oZYUhS7Xk0,327165
19
+ craft_ai_sdk-0.50.1rc1.dist-info/LICENSE,sha256=_2oYRJic9lZK05LceuJ9aZZw5mPHYc1WQhJiVS-oGFU,10754
20
+ craft_ai_sdk-0.50.1rc1.dist-info/METADATA,sha256=EYOoFbGLFDcnEfz49RNrY8GChiO2Y_i9gqJEV4oulY0,1566
21
+ craft_ai_sdk-0.50.1rc1.dist-info/entry_points.txt,sha256=eV9YD0zCAb88_wNMDV99sRxVKVC-WOQF3b1Pepaytcg,385
22
+ craft_ai_sdk-0.50.1rc1.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
23
+ craft_ai_sdk-0.50.1rc1.dist-info/RECORD,,
documentation.pdf CHANGED
Binary file