clarifai-protocol 0.0.29__cp311-cp311-win_amd64.whl → 0.0.31rc1__cp311-cp311-win_amd64.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 clarifai-protocol might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clarifai-protocol
3
- Version: 0.0.29
3
+ Version: 0.0.31rc1
4
4
  Summary: Clarifai Python Runner Protocol
5
5
  Author-email: Clarifai <support@clarifai.com>
6
6
  License: Apache License
@@ -211,19 +211,19 @@ Keywords: clarifai,runners,python
211
211
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
212
212
  Classifier: Programming Language :: Python :: 3
213
213
  Classifier: Programming Language :: Python :: 3 :: Only
214
- Classifier: Programming Language :: Python :: 3.8
215
214
  Classifier: Programming Language :: Python :: 3.9
216
215
  Classifier: Programming Language :: Python :: 3.10
217
216
  Classifier: Programming Language :: Python :: 3.11
218
217
  Classifier: Programming Language :: Python :: 3.12
218
+ Classifier: Programming Language :: Python :: 3.13
219
219
  Classifier: Programming Language :: Python :: Implementation :: CPython
220
220
  Classifier: License :: OSI Approved :: Apache Software License
221
221
  Classifier: Operating System :: OS Independent
222
- Requires-Python: >=3.8
222
+ Requires-Python: >=3.9
223
223
  Description-Content-Type: text/markdown
224
224
  License-File: LICENSE
225
- Requires-Dist: clarifai>=11.6.5
226
- Requires-Dist: clarifai-grpc>=11.0.5
225
+ Requires-Dist: clarifai>=11.7.2
226
+ Requires-Dist: clarifai-grpc>=11.7.8
227
227
  Dynamic: license-file
228
228
 
229
229
  # Clarifai Protocol
@@ -0,0 +1,8 @@
1
+ clarifai_protocol.cp311-win_amd64.pyd,sha256=HM3Q_ElXONbopV0hJ-ctzDdXYwUKLmA6wXYbJz6zEOc,677376
2
+ clarifai_protocol.pyi,sha256=0U76Jmy9bci3OioLcWj0jNp_SlkWS39rf45zz2BGj_A,775
3
+ clarifai_protocol-0.0.31rc1.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
4
+ clarifai_protocol.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
5
+ clarifai_protocol-0.0.31rc1.dist-info/METADATA,sha256=JQ904ZnEzj9QL8DgX9CA5SBNGcZNSz9cSfMMRxry_rc,14600
6
+ clarifai_protocol-0.0.31rc1.dist-info/WHEEL,sha256=BWlaPzJTLJbtUF8I7Fuj-hnqy0L1yMf5Bgd5u8__qQE,96
7
+ clarifai_protocol-0.0.31rc1.dist-info/top_level.txt,sha256=qwWV-wytBq70748luF3R1ouCIWiIm2R551LIVXUtpB8,18
8
+ clarifai_protocol-0.0.31rc1.dist-info/RECORD,,
Binary file
clarifai_protocol.pyi CHANGED
@@ -11,6 +11,7 @@ __name__ = ...
11
11
  # Modules used internally, to allow implicit dependencies to be seen:
12
12
  import os
13
13
  import atexit
14
+ import collections
14
15
  import concurrent
15
16
  import concurrent.futures
16
17
  import itertools
@@ -1,8 +0,0 @@
1
- clarifai_protocol.cp311-win_amd64.pyd,sha256=gC2CRlANRdzCmSgvPKwdszWKPvyaU8y8NcEaJa8bxOk,627200
2
- clarifai_protocol.pyi,sha256=hz20r6TCIuzX4ibbi5wkLOBC38sYf4xxYoe1mwghUaE,756
3
- clarifai_protocol-0.0.29.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
4
- clarifai_protocol.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
5
- clarifai_protocol-0.0.29.dist-info/METADATA,sha256=QjgR5_6iGwy2imeqWB2_5I1pDKn4wyslH09ikJUDDS8,14596
6
- clarifai_protocol-0.0.29.dist-info/WHEEL,sha256=BWlaPzJTLJbtUF8I7Fuj-hnqy0L1yMf5Bgd5u8__qQE,96
7
- clarifai_protocol-0.0.29.dist-info/top_level.txt,sha256=qwWV-wytBq70748luF3R1ouCIWiIm2R551LIVXUtpB8,18
8
- clarifai_protocol-0.0.29.dist-info/RECORD,,