fiddler-client 3.1.0.dev4__py3-none-any.whl → 3.1.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.
fiddler/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.0.dev4
1
+ 3.1.2
fiddler/__init__.py CHANGED
@@ -49,9 +49,8 @@ from fiddler.schemas.custom_features import ( # noqa
49
49
  TextEmbedding,
50
50
  VectorFeature,
51
51
  )
52
- from fiddler.schemas.dataset import EnvType # noqa
53
52
  from fiddler.schemas.model_deployment import DeploymentParams # noqa
54
- from fiddler.schemas.model_schema import ModelSchema # noqa
53
+ from fiddler.schemas.model_schema import Column, ModelSchema # noqa
55
54
  from fiddler.schemas.model_spec import ModelSpec # noqa
56
55
  from fiddler.schemas.model_task_params import ModelTaskParams # noqa
57
56
  from fiddler.schemas.xai import ( # noqa
@@ -105,6 +104,7 @@ __all__ = [
105
104
  'EventIdDataSource',
106
105
  'ImageEmbedding',
107
106
  'ModelSchema',
107
+ 'Column',
108
108
  'ModelSpec',
109
109
  'ModelTaskParams',
110
110
  'Multivariate',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fiddler-client
3
- Version: 3.1.0.dev4
3
+ Version: 3.1.2
4
4
  Summary: Python client for Fiddler Platform
5
5
  Home-page: https://fiddler.ai
6
6
  Author: Fiddler Labs
@@ -14,13 +14,13 @@ Requires-Dist: pip >=21.0
14
14
  Requires-Dist: requests <3
15
15
  Requires-Dist: requests-toolbelt
16
16
  Requires-Dist: pandas >=1.2.5
17
- Requires-Dist: pydantic <2,>=1.9.0
17
+ Requires-Dist: pydantic <2,>=1.10.15
18
18
  Requires-Dist: deprecated ==1.2.13
19
19
  Requires-Dist: tqdm
20
20
  Requires-Dist: simplejson >=3.17.0
21
21
  Requires-Dist: pyarrow >=7.0.0
22
22
  Requires-Dist: pyyaml
23
- Requires-Dist: typing-extensions <=4.5.0
23
+ Requires-Dist: typing-extensions <5,>=4.6.0
24
24
 
25
25
  Fiddler Client
26
26
  =============
@@ -1,5 +1,5 @@
1
- fiddler/VERSION,sha256=H4NIgZvgBtvg0Z66xzllqEkQ_AMRCrUw2l3eCzDowk0,11
2
- fiddler/__init__.py,sha256=BfKccyHmcEVThtxSPYLBqn5pOtE0EJ9f_y1_bf3suHg,3824
1
+ fiddler/VERSION,sha256=kFNgkh5j9BnWoRHdMha_KEAvNnq5qmlETYDpdBlgDYA,6
2
+ fiddler/__init__.py,sha256=pBLW7thJD1HkYhH5bJJbJFXSN8FNezos-rBU3HWhb4A,3794
3
3
  fiddler/configs.py,sha256=ZimSo0Gk7j1BFkjDHdRdycrGZ8oh-7G5TBXYiOh1HvU,217
4
4
  fiddler/connection.py,sha256=fLdSXpu5dwoK-h4Vtc9nbdKENOJ7jfEmrnDhVAtChck,5677
5
5
  fiddler/decorators.py,sha256=tWZliQQeUGwY0rU52FO9JXuOBueQXVEJywEbrgUEw1U,1820
@@ -101,8 +101,8 @@ fiddler/utils/logger.py,sha256=FdJ3LkS9dbRjWsw5oJmNNsd7q0XRVEIvx5-TWys7L0k,669
101
101
  fiddler/utils/model_generator.py,sha256=TwQMQDpy-0gcq6HyL68s37N-sk_nGPq33mmppK6i7hI,2203
102
102
  fiddler/utils/validations.py,sha256=i8NtgrpCsitq6BPa5lygpKDh07oaOXu7PAlCIcMvqzY,408
103
103
  fiddler/utils/version.py,sha256=iC8Ry7UFl9EJW_xU1WbzO_l4yK6V7eQ6U5exB3xT864,531
104
- fiddler_client-3.1.0.dev4.dist-info/LICENSE.txt,sha256=w8-LUAb_VLBWSsCNmih0pAqLIicJfGu8OJXpDjkIg_o,559
105
- fiddler_client-3.1.0.dev4.dist-info/METADATA,sha256=QHGMbBeeNbvV5D8mnAz0pedtQn2LgfNUY9ZaHER-spQ,1597
106
- fiddler_client-3.1.0.dev4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
107
- fiddler_client-3.1.0.dev4.dist-info/top_level.txt,sha256=ndC6LqvKmrTTs8czRlBOYdYgSqZbHuMf0zHt_HWpzzk,8
108
- fiddler_client-3.1.0.dev4.dist-info/RECORD,,
104
+ fiddler_client-3.1.2.dist-info/LICENSE.txt,sha256=w8-LUAb_VLBWSsCNmih0pAqLIicJfGu8OJXpDjkIg_o,559
105
+ fiddler_client-3.1.2.dist-info/METADATA,sha256=iArTFsteGLJjeLroRMmYQSGYhYbBPWHUKU8Z_HED5ng,1597
106
+ fiddler_client-3.1.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
107
+ fiddler_client-3.1.2.dist-info/top_level.txt,sha256=ndC6LqvKmrTTs8czRlBOYdYgSqZbHuMf0zHt_HWpzzk,8
108
+ fiddler_client-3.1.2.dist-info/RECORD,,