craft-ai-sdk 0.55.0rc1__py3-none-any.whl → 0.55.2__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 craft-ai-sdk might be problematic. Click here for more details.

craft_ai_sdk/__init__.py CHANGED
@@ -14,4 +14,4 @@ from .io import ( # noqa: F401
14
14
  )
15
15
 
16
16
 
17
- __version__ = "0.55.0rc1"
17
+ __version__ = "0.55.2"
craft_ai_sdk/sdk.py CHANGED
@@ -130,7 +130,7 @@ class CraftAiSdk(BaseCraftAiSdk):
130
130
  os.environ.get("CRAFT_AI__MULTIPART_PART_SIZE__B", str(38 * 256 * 1024))
131
131
  )
132
132
  _access_token_margin = timedelta(seconds=30)
133
- _version = "0.55.0rc1" # Would be better to share it somewhere
133
+ _version = "0.55.2" # Would be better to share it somewhere
134
134
 
135
135
  def __init__(
136
136
  self,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: craft-ai-sdk
3
- Version: 0.55.0rc1
3
+ Version: 0.55.2
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=0Cl92SbcUp2kWIKPJnX9Mg_HiPXhTixCyzT9URwSAHE,407
1
+ craft_ai_sdk/__init__.py,sha256=5UXdjh1QLhhuFskMfUwDDbjmI0Q2b3J4EcrRTcfMU6c,404
2
2
  craft_ai_sdk/constants.py,sha256=5dR4JfKVz3KhBKRFSdN1nrb06kFkNiYP2mRnacsbzJA,629
3
3
  craft_ai_sdk/core/data_store.py,sha256=USONqCEwG_KoTv5a1fgZJmi7FIjbfo4Vi-zq82keo4E,8511
4
4
  craft_ai_sdk/core/deployments.py,sha256=fUZBHTgOWHPShMcIvNF7XEHJLAZJwJI8zLzMtdv-Dzc,31427
@@ -12,12 +12,12 @@ craft_ai_sdk/core/steps.py,sha256=1yTqcGrAKkVQWzslLjz2XQ3I7hILq8Oyc11Z9FeuFk0,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=Jh9bFfXRzwCequXvJ3DKO-SIdZ7teYfzO64N940FyDY,11861
15
- craft_ai_sdk/sdk.py,sha256=eq13AkioK2WIJ72rQ1h8K1nhoJ4hSMarpXJAhQJmOZ0,10071
15
+ craft_ai_sdk/sdk.py,sha256=ehS0Jf9kaQxcbuHYxYFDeL_xZKrHfgg7FUmWT1zoYGg,10068
16
16
  craft_ai_sdk/utils.py,sha256=syOtpNgV8XF9VoeRVnWGkjIdWv0vyS_Z8RN5QfHCfIo,11891
17
17
  craft_ai_sdk/warnings.py,sha256=xJXbUR66SVbG_ZO7rxpAZ2hkGxdUtM5JAx6JoWg77Qs,6678
18
- documentation.pdf,sha256=WqwEsJqDylbatpLu9miYUfJt6d8RzaIznm8vUBB6f-4,334094
19
- craft_ai_sdk-0.55.0rc1.dist-info/LICENSE,sha256=_2oYRJic9lZK05LceuJ9aZZw5mPHYc1WQhJiVS-oGFU,10754
20
- craft_ai_sdk-0.55.0rc1.dist-info/METADATA,sha256=bhNPwxRWLFKd9EytwEvxLqNpfgS_C7qoEIQbYREBfPc,1617
21
- craft_ai_sdk-0.55.0rc1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
22
- craft_ai_sdk-0.55.0rc1.dist-info/entry_points.txt,sha256=eV9YD0zCAb88_wNMDV99sRxVKVC-WOQF3b1Pepaytcg,385
23
- craft_ai_sdk-0.55.0rc1.dist-info/RECORD,,
18
+ documentation.pdf,sha256=pZdOoPnLklDUVAhdldYvgESbsC4-3NJRqMN_p6k2Nl8,333529
19
+ craft_ai_sdk-0.55.2.dist-info/LICENSE,sha256=_2oYRJic9lZK05LceuJ9aZZw5mPHYc1WQhJiVS-oGFU,10754
20
+ craft_ai_sdk-0.55.2.dist-info/METADATA,sha256=TMpKA6COOTsh1btq-S_Wh-LCmvjSToLLddCtp3vkDoA,1614
21
+ craft_ai_sdk-0.55.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
22
+ craft_ai_sdk-0.55.2.dist-info/entry_points.txt,sha256=eV9YD0zCAb88_wNMDV99sRxVKVC-WOQF3b1Pepaytcg,385
23
+ craft_ai_sdk-0.55.2.dist-info/RECORD,,
documentation.pdf CHANGED
Binary file