rapidata 2.1.0__py3-none-any.whl → 2.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.

Potentially problematic release.


This version of rapidata might be problematic. Click here for more details.

@@ -163,7 +163,6 @@ from rapidata.api_client.models.get_compare_workflow_result_overview_small_resul
163
163
  from rapidata.api_client.models.get_datapoints_by_dataset_id_result import GetDatapointsByDatasetIdResult
164
164
  from rapidata.api_client.models.get_dataset_by_id_result import GetDatasetByIdResult
165
165
  from rapidata.api_client.models.get_order_by_id_result import GetOrderByIdResult
166
- from rapidata.api_client.models.get_order_results_result import GetOrderResultsResult
167
166
  from rapidata.api_client.models.get_pipeline_by_id_result import GetPipelineByIdResult
168
167
  from rapidata.api_client.models.get_pipeline_by_id_result_artifacts_value import GetPipelineByIdResultArtifactsValue
169
168
  from rapidata.api_client.models.get_public_orders_result import GetPublicOrdersResult
@@ -1459,7 +1459,7 @@ class DatasetApi:
1459
1459
  _headers: Optional[Dict[StrictStr, Any]] = None,
1460
1460
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1461
1461
  ) -> UploadDatapointsResult:
1462
- """Creates a new multi asset datapoint.
1462
+ """(Deprecated) Creates a new multi asset datapoint.
1463
1463
 
1464
1464
 
1465
1465
  :param dataset_id: The id of the dataset to upload the datapoint to.
@@ -1487,6 +1487,7 @@ class DatasetApi:
1487
1487
  :type _host_index: int, optional
1488
1488
  :return: Returns the result object.
1489
1489
  """ # noqa: E501
1490
+ warnings.warn("POST /Dataset/UploadDatapoint is deprecated.", DeprecationWarning)
1490
1491
 
1491
1492
  _param = self._dataset_upload_datapoint_post_serialize(
1492
1493
  dataset_id=dataset_id,
@@ -1529,7 +1530,7 @@ class DatasetApi:
1529
1530
  _headers: Optional[Dict[StrictStr, Any]] = None,
1530
1531
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1531
1532
  ) -> ApiResponse[UploadDatapointsResult]:
1532
- """Creates a new multi asset datapoint.
1533
+ """(Deprecated) Creates a new multi asset datapoint.
1533
1534
 
1534
1535
 
1535
1536
  :param dataset_id: The id of the dataset to upload the datapoint to.
@@ -1557,6 +1558,7 @@ class DatasetApi:
1557
1558
  :type _host_index: int, optional
1558
1559
  :return: Returns the result object.
1559
1560
  """ # noqa: E501
1561
+ warnings.warn("POST /Dataset/UploadDatapoint is deprecated.", DeprecationWarning)
1560
1562
 
1561
1563
  _param = self._dataset_upload_datapoint_post_serialize(
1562
1564
  dataset_id=dataset_id,
@@ -1599,7 +1601,7 @@ class DatasetApi:
1599
1601
  _headers: Optional[Dict[StrictStr, Any]] = None,
1600
1602
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
1601
1603
  ) -> RESTResponseType:
1602
- """Creates a new multi asset datapoint.
1604
+ """(Deprecated) Creates a new multi asset datapoint.
1603
1605
 
1604
1606
 
1605
1607
  :param dataset_id: The id of the dataset to upload the datapoint to.
@@ -1627,6 +1629,7 @@ class DatasetApi:
1627
1629
  :type _host_index: int, optional
1628
1630
  :return: Returns the result object.
1629
1631
  """ # noqa: E501
1632
+ warnings.warn("POST /Dataset/UploadDatapoint is deprecated.", DeprecationWarning)
1630
1633
 
1631
1634
  _param = self._dataset_upload_datapoint_post_serialize(
1632
1635
  dataset_id=dataset_id,
@@ -2030,7 +2033,7 @@ class DatasetApi:
2030
2033
  _headers: Optional[Dict[StrictStr, Any]] = None,
2031
2034
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2032
2035
  ) -> None:
2033
- """Uploads images to a dataset.
2036
+ """(Deprecated) Uploads images to a dataset.
2034
2037
 
2035
2038
  If multiple files are uploaded, a new datapoint will be created for each file.
2036
2039
 
@@ -2059,6 +2062,7 @@ class DatasetApi:
2059
2062
  :type _host_index: int, optional
2060
2063
  :return: Returns the result object.
2061
2064
  """ # noqa: E501
2065
+ warnings.warn("POST /Dataset/UploadImagesToDataset is deprecated.", DeprecationWarning)
2062
2066
 
2063
2067
  _param = self._dataset_upload_images_to_dataset_post_serialize(
2064
2068
  dataset_id=dataset_id,
@@ -2101,7 +2105,7 @@ class DatasetApi:
2101
2105
  _headers: Optional[Dict[StrictStr, Any]] = None,
2102
2106
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2103
2107
  ) -> ApiResponse[None]:
2104
- """Uploads images to a dataset.
2108
+ """(Deprecated) Uploads images to a dataset.
2105
2109
 
2106
2110
  If multiple files are uploaded, a new datapoint will be created for each file.
2107
2111
 
@@ -2130,6 +2134,7 @@ class DatasetApi:
2130
2134
  :type _host_index: int, optional
2131
2135
  :return: Returns the result object.
2132
2136
  """ # noqa: E501
2137
+ warnings.warn("POST /Dataset/UploadImagesToDataset is deprecated.", DeprecationWarning)
2133
2138
 
2134
2139
  _param = self._dataset_upload_images_to_dataset_post_serialize(
2135
2140
  dataset_id=dataset_id,
@@ -2172,7 +2177,7 @@ class DatasetApi:
2172
2177
  _headers: Optional[Dict[StrictStr, Any]] = None,
2173
2178
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2174
2179
  ) -> RESTResponseType:
2175
- """Uploads images to a dataset.
2180
+ """(Deprecated) Uploads images to a dataset.
2176
2181
 
2177
2182
  If multiple files are uploaded, a new datapoint will be created for each file.
2178
2183
 
@@ -2201,6 +2206,7 @@ class DatasetApi:
2201
2206
  :type _host_index: int, optional
2202
2207
  :return: Returns the result object.
2203
2208
  """ # noqa: E501
2209
+ warnings.warn("POST /Dataset/UploadImagesToDataset is deprecated.", DeprecationWarning)
2204
2210
 
2205
2211
  _param = self._dataset_upload_images_to_dataset_post_serialize(
2206
2212
  dataset_id=dataset_id,
@@ -17,7 +17,7 @@ from typing import Any, Dict, List, Optional, Tuple, Union
17
17
  from typing_extensions import Annotated
18
18
 
19
19
  from pydantic import Field, StrictStr
20
- from typing import Optional
20
+ from typing import Any, Optional
21
21
  from typing_extensions import Annotated
22
22
  from rapidata.api_client.models.clone_order_model import CloneOrderModel
23
23
  from rapidata.api_client.models.clone_order_result import CloneOrderResult
@@ -28,7 +28,6 @@ from rapidata.api_client.models.create_order_result import CreateOrderResult
28
28
  from rapidata.api_client.models.create_unsupported_order_model import CreateUnsupportedOrderModel
29
29
  from rapidata.api_client.models.feedback_model import FeedbackModel
30
30
  from rapidata.api_client.models.get_order_by_id_result import GetOrderByIdResult
31
- from rapidata.api_client.models.get_order_results_result import GetOrderResultsResult
32
31
  from rapidata.api_client.models.get_public_orders_result import GetPublicOrdersResult
33
32
  from rapidata.api_client.models.order_model_paged_result import OrderModelPagedResult
34
33
  from rapidata.api_client.models.query_model import QueryModel
@@ -2209,9 +2208,10 @@ class OrderApi:
2209
2208
  _content_type: Optional[StrictStr] = None,
2210
2209
  _headers: Optional[Dict[StrictStr, Any]] = None,
2211
2210
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2212
- ) -> GetOrderResultsResult:
2211
+ ) -> object:
2213
2212
  """Aggregates the results of an order.
2214
2213
 
2214
+ Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
2215
2215
 
2216
2216
  :param id: The id of the order
2217
2217
  :type id: str
@@ -2246,7 +2246,7 @@ class OrderApi:
2246
2246
  )
2247
2247
 
2248
2248
  _response_types_map: Dict[str, Optional[str]] = {
2249
- '200': "GetOrderResultsResult",
2249
+ '200': "object",
2250
2250
  }
2251
2251
  response_data = self.api_client.call_api(
2252
2252
  *_param,
@@ -2275,9 +2275,10 @@ class OrderApi:
2275
2275
  _content_type: Optional[StrictStr] = None,
2276
2276
  _headers: Optional[Dict[StrictStr, Any]] = None,
2277
2277
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2278
- ) -> ApiResponse[GetOrderResultsResult]:
2278
+ ) -> ApiResponse[object]:
2279
2279
  """Aggregates the results of an order.
2280
2280
 
2281
+ Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
2281
2282
 
2282
2283
  :param id: The id of the order
2283
2284
  :type id: str
@@ -2312,7 +2313,7 @@ class OrderApi:
2312
2313
  )
2313
2314
 
2314
2315
  _response_types_map: Dict[str, Optional[str]] = {
2315
- '200': "GetOrderResultsResult",
2316
+ '200': "object",
2316
2317
  }
2317
2318
  response_data = self.api_client.call_api(
2318
2319
  *_param,
@@ -2344,6 +2345,7 @@ class OrderApi:
2344
2345
  ) -> RESTResponseType:
2345
2346
  """Aggregates the results of an order.
2346
2347
 
2348
+ Returns the aggregated result as a file with a given name. The annotated type of the response represents the content type of the file.
2347
2349
 
2348
2350
  :param id: The id of the order
2349
2351
  :type id: str
@@ -2378,7 +2380,7 @@ class OrderApi:
2378
2380
  )
2379
2381
 
2380
2382
  _response_types_map: Dict[str, Optional[str]] = {
2381
- '200': "GetOrderResultsResult",
2383
+ '200': "object",
2382
2384
  }
2383
2385
  response_data = self.api_client.call_api(
2384
2386
  *_param,
@@ -131,7 +131,6 @@ from rapidata.api_client.models.get_compare_workflow_result_overview_small_resul
131
131
  from rapidata.api_client.models.get_datapoints_by_dataset_id_result import GetDatapointsByDatasetIdResult
132
132
  from rapidata.api_client.models.get_dataset_by_id_result import GetDatasetByIdResult
133
133
  from rapidata.api_client.models.get_order_by_id_result import GetOrderByIdResult
134
- from rapidata.api_client.models.get_order_results_result import GetOrderResultsResult
135
134
  from rapidata.api_client.models.get_pipeline_by_id_result import GetPipelineByIdResult
136
135
  from rapidata.api_client.models.get_pipeline_by_id_result_artifacts_value import GetPipelineByIdResultArtifactsValue
137
136
  from rapidata.api_client.models.get_public_orders_result import GetPublicOrdersResult
@@ -265,7 +265,6 @@ Class | Method | HTTP request | Description
265
265
  - [GetDatapointsByDatasetIdResult](rapidata/api_client/docs/GetDatapointsByDatasetIdResult.md)
266
266
  - [GetDatasetByIdResult](rapidata/api_client/docs/GetDatasetByIdResult.md)
267
267
  - [GetOrderByIdResult](rapidata/api_client/docs/GetOrderByIdResult.md)
268
- - [GetOrderResultsResult](rapidata/api_client/docs/GetOrderResultsResult.md)
269
268
  - [GetPipelineByIdResult](rapidata/api_client/docs/GetPipelineByIdResult.md)
270
269
  - [GetPipelineByIdResultArtifactsValue](rapidata/api_client/docs/GetPipelineByIdResultArtifactsValue.md)
271
270
  - [GetPublicOrdersResult](rapidata/api_client/docs/GetPublicOrdersResult.md)
@@ -52,6 +52,13 @@ class RapidataOrder:
52
52
  self.__openapi_service.order_api.order_pause_post(self.order_id)
53
53
  print(f"Order '{self}' has been paused.")
54
54
 
55
+ def unpause(self):
56
+ """
57
+ Unpauses/resume the order.
58
+ """
59
+ self.__openapi_service.order_api.order_resume_post(self.order_id)
60
+ print(f"Order '{self}' has been unpaused.")
61
+
55
62
  def get_status(self) -> str:
56
63
  """
57
64
  Gets the status of the order.
@@ -129,9 +136,8 @@ class RapidataOrder:
129
136
 
130
137
  try:
131
138
  # Get the raw result string
132
- result_str = self.__openapi_service.order_api.order_result_get(id=self.order_id)
133
- # Parse the result string as JSON
134
- return json.loads(result_str)
139
+ return self.__openapi_service.order_api.order_get_order_results_get(id=self.order_id) # type: ignore
140
+
135
141
  except ApiException as e:
136
142
  # Handle API exceptions
137
143
  raise Exception(f"Failed to get order results: {str(e)}") from e
@@ -332,7 +332,7 @@ class RapidataOrderManager:
332
332
 
333
333
  def create_locate_order(self,
334
334
  name: str,
335
- target: str,
335
+ instruction: str,
336
336
  datapoints: list[str],
337
337
  responses_per_datapoint: int = 10,
338
338
  contexts: list[str] | None = None,
@@ -345,7 +345,7 @@ class RapidataOrderManager:
345
345
 
346
346
  Args:
347
347
  name (str): The name of the order.
348
- target (str): The target what should be located. Will be shown along side each datapoint.
348
+ instruction (str): The instruction what should be located. Will be shown along side each datapoint.
349
349
  datapoints (list[str]): The list of datapoints for the locate - each datapoint will be labeled.
350
350
  responses_per_datapoint (int, optional): The number of responses that will be collected per datapoint. Defaults to 10.
351
351
  contexts (list[str], optional): The list of contexts for the comparison. Defaults to None.\n
@@ -362,7 +362,7 @@ class RapidataOrderManager:
362
362
 
363
363
  return self.__create_general_order(
364
364
  name=name,
365
- workflow=LocateWorkflow(target=target),
365
+ workflow=LocateWorkflow(target=instruction),
366
366
  assets=assets,
367
367
  responses_per_datapoint=responses_per_datapoint,
368
368
  contexts=contexts,
@@ -374,7 +374,7 @@ class RapidataOrderManager:
374
374
 
375
375
  def create_draw_order(self,
376
376
  name: str,
377
- target: str,
377
+ instruction: str,
378
378
  datapoints: list[str],
379
379
  responses_per_datapoint: int = 10,
380
380
  contexts: list[str] | None = None,
@@ -387,7 +387,7 @@ class RapidataOrderManager:
387
387
 
388
388
  Args:
389
389
  name (str): The name of the order.
390
- target (str): The target for how the lines should be drawn. Will be shown along side each datapoint.
390
+ instruction (str): The instruction for how the lines should be drawn. Will be shown along side each datapoint.
391
391
  datapoints (list[str]): The list of datapoints for the draw lines - each datapoint will be labeled.
392
392
  responses_per_datapoint (int, optional): The number of responses that will be collected per datapoint. Defaults to 10.
393
393
  contexts (list[str], optional): The list of contexts for the comparison. Defaults to None.\n
@@ -404,7 +404,7 @@ class RapidataOrderManager:
404
404
 
405
405
  return self.__create_general_order(
406
406
  name=name,
407
- workflow=DrawWorkflow(target=target),
407
+ workflow=DrawWorkflow(target=instruction),
408
408
  assets=assets,
409
409
  responses_per_datapoint=responses_per_datapoint,
410
410
  contexts=contexts,
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: rapidata
3
- Version: 2.1.0
3
+ Version: 2.1.2
4
4
  Summary: Rapidata package containing the Rapidata Python Client to interact with the Rapidata Web API in an easy way.
5
5
  License: Apache-2.0
6
6
  Author: Rapidata AG
@@ -1,15 +1,15 @@
1
1
  rapidata/__init__.py,sha256=fQDxHG9k8jBQ0Tm5f2XoKZwcEUaAXbUltwsoEXTBXRA,611
2
- rapidata/api_client/__init__.py,sha256=t-bruqGdZpvGWE_gMGaLaGIFSe36ec8H279Owlr2Uxk,25093
2
+ rapidata/api_client/__init__.py,sha256=E95vH2Bo3S14UbnrP-4yUhQ5AnaLGiyO0sXdrRlmXz0,25007
3
3
  rapidata/api_client/api/__init__.py,sha256=h0wnYolEBVduAU_7YBLFnwHcwXgZg_krSgarsWxz4zs,1061
4
4
  rapidata/api_client/api/campaign_api.py,sha256=DxPFqt9F6c9OpXu_Uxhsrib2NVwnbcZFa3Vkrj7cIuA,40474
5
5
  rapidata/api_client/api/client_api.py,sha256=hJR9NO3YMHE-7SYwFM88p1aBW5qdmkOf7AKdq7-QZ4A,32719
6
6
  rapidata/api_client/api/coco_api.py,sha256=WQKGMJ568P5bcIDLyV8u6NAhp8URSItdY6PSeTgh5Go,23224
7
7
  rapidata/api_client/api/compare_workflow_api.py,sha256=2P5Z1zvlEc6zmrmeSN67l1LONpchz6g0v0olfD8M_o8,12652
8
8
  rapidata/api_client/api/datapoint_api.py,sha256=CdLFVMrVylj2_D6Ll58_4ME604-7mgWCyXF5SpKmyfI,31668
9
- rapidata/api_client/api/dataset_api.py,sha256=ZXMbpT3JuWDcFSQfP4S3XrInq5HuzMBEc5Z9jYOr7EU,92036
9
+ rapidata/api_client/api/dataset_api.py,sha256=kV-xtqaaPz3xN21Iah9c5UnW32gRGMyA1grDB9BzHjE,92672
10
10
  rapidata/api_client/api/identity_api.py,sha256=HohN5Kgynss527TI91vtpZ8mgxlcCTeH6IdxxEGpOak,34859
11
11
  rapidata/api_client/api/newsletter_api.py,sha256=9ZqGDB4_AEQZfRA61RRYkyQ06WjXH-aCwJUe60c2H4w,22575
12
- rapidata/api_client/api/order_api.py,sha256=JGGwHq-WBa8lcPoTQExYzsTyrDfgwHBrqW_FUFtqSD4,209360
12
+ rapidata/api_client/api/order_api.py,sha256=hLLlXQrt3y5ni0NALNiDoLd6HxhZ7RuTjyBqmK-osMM,209636
13
13
  rapidata/api_client/api/pipeline_api.py,sha256=8NjyfLWaX7DtaF6jWDS2rzqsWigWWYgyeoDLwPH4S9w,71566
14
14
  rapidata/api_client/api/rapid_api.py,sha256=3ttNQerbjI7djWxJ21XEG6pOKeME2VxP7tJsYMSjE3M,54063
15
15
  rapidata/api_client/api/rapidata_identity_api_api.py,sha256=-kgoDuLdh-R4MQ7JPi3kQ0WDFKbmI0MkCjxwHXBmksA,9824
@@ -21,7 +21,7 @@ rapidata/api_client/api_client.py,sha256=EDhxAOUc5JFWvFsF1zc726Q7GoEFkuB8uor5SlG
21
21
  rapidata/api_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
22
22
  rapidata/api_client/configuration.py,sha256=g472vHVPLBotq8EkfSXP4sbp7xnn-3sb8O8BBlRWK1I,15931
23
23
  rapidata/api_client/exceptions.py,sha256=eLLd1fxM0Ygf3IIG6aNx9hdy79drst5Cem0UjI_NamM,5978
24
- rapidata/api_client/models/__init__.py,sha256=oy2ai5E-FzTIEzCvBxQWE10E3VYf6EHiBkL7U082d4A,23491
24
+ rapidata/api_client/models/__init__.py,sha256=vuSMMYnVJrdMjXCqpmA3OI_fjBFWJy3Iu1dX1wQNQP8,23405
25
25
  rapidata/api_client/models/add_campaign_artifact_result.py,sha256=4IvFVS-tLlL6eHsWp-IZ_ul5T30-h3YEwd2B5ioBbgY,2582
26
26
  rapidata/api_client/models/add_campaign_model.py,sha256=fAjWj_ahlVrXZzRaiL3mrcqXYZd5I93R8scwo8-JpXw,6873
27
27
  rapidata/api_client/models/add_validation_rapid_model.py,sha256=-HRHMK-o6dgGjUqfsP_woZcFxfN7nuJ-L1CUaK9nihY,4918
@@ -336,7 +336,7 @@ rapidata/api_client/models/workflow_split_model.py,sha256=zthOSaUl8dbLhLymLK_lrP
336
336
  rapidata/api_client/models/workflow_split_model_filter_configs_inner.py,sha256=1Fx9uZtztiiAdMXkj7YeCqt7o6VkG9lKf7D7UP_h088,7447
337
337
  rapidata/api_client/models/workflow_state.py,sha256=5LAK1se76RCoozeVB6oxMPb8p_5bhLZJqn7q5fFQWis,850
338
338
  rapidata/api_client/rest.py,sha256=zmCIFQC2l1t-KZcq-TgEm3vco3y_LK6vRm3Q07K-xRI,9423
339
- rapidata/api_client_README.md,sha256=Ki48n2aYaV02TygnZOsho07Hpn-_txhTP-IUg9t2hog,37942
339
+ rapidata/api_client_README.md,sha256=tv9QpQH6NoyFe-AV5wK3o1dx-EJMMCgiwekTxDhgrdY,37864
340
340
  rapidata/rapidata_client/__init__.py,sha256=kkT6FMU4P8rTdYKTJgZNcyptr-Rq1iZmsyLIyRCwpYA,896
341
341
  rapidata/rapidata_client/assets/__init__.py,sha256=hKgrOSn8gJcBSULaf4auYhH1S1N5AfcwIhBSq1BOKwQ,323
342
342
  rapidata/rapidata_client/assets/_base_asset.py,sha256=B2YWH1NgaeYUYHDW3OPpHM_bqawHbH4EjnRCE2BYwiM,298
@@ -368,8 +368,8 @@ rapidata/rapidata_client/metadata/_select_words_metadata.py,sha256=I4qVtCkj60ljk
368
368
  rapidata/rapidata_client/order/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
369
369
  rapidata/rapidata_client/order/_rapidata_dataset.py,sha256=IU0N2_LksyEDlvLq56vCkiSR45kA9I6q4pqDoEpWmMw,5240
370
370
  rapidata/rapidata_client/order/_rapidata_order_builder.py,sha256=R4iOWy8nfIHpzqqqQcQhLgpdB8z_tUrkL2M_8rZUw9M,13121
371
- rapidata/rapidata_client/order/rapidata_order.py,sha256=3YI0pUy84B1wd0VmGAPNNiCLJjXVI68VRvSIDxImnjs,5591
372
- rapidata/rapidata_client/order/rapidata_order_manager.py,sha256=cafGE546QQn0j-GBbKRCprZl6qz1jhFWuaEoDHU9Pu4,24551
371
+ rapidata/rapidata_client/order/rapidata_order.py,sha256=e7ZMllbOaBFqPDVApL-kemAnFLbzF9rNWyTGOKuU8Qc,5741
372
+ rapidata/rapidata_client/order/rapidata_order_manager.py,sha256=ZTygrv5x7dWjWxXOgFcdtyei_ap6J33SJWuWB_AwXeg,24591
373
373
  rapidata/rapidata_client/rapidata_client.py,sha256=9SMOouDBwe-aIi9rnPtnL2vrqnlQHDKxOUpw-Eh3Fsg,1782
374
374
  rapidata/rapidata_client/referee/__init__.py,sha256=q0Hv9nmfEpyChejtyMLT8hWKL0vTTf_UgUXPYNJ-H6M,153
375
375
  rapidata/rapidata_client/referee/_base_referee.py,sha256=MdFOhdxt3sRnWXLDKLJZKFdVpjBGn9jypPnWWQ6msQA,496
@@ -417,7 +417,7 @@ rapidata/service/credential_manager.py,sha256=Of0BQs_V1T7rkrWX9groLX790nOknaARwn
417
417
  rapidata/service/local_file_service.py,sha256=pgorvlWcx52Uh3cEG6VrdMK_t__7dacQ_5AnfY14BW8,877
418
418
  rapidata/service/openapi_service.py,sha256=Z4NrAuilLlIWBdGOv6otz36tHS_vvU36w5jmvOUTmqo,3198
419
419
  rapidata/service/token_manager.py,sha256=JZ5YbR5Di8dO3H4kK11d0kzWlrXxjgCmeNkHA4AapCM,6425
420
- rapidata-2.1.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
421
- rapidata-2.1.0.dist-info/METADATA,sha256=9zy9IubfXra_Qp8mnl9a6AhN-t3DO8fxpyNGkwuKNWY,1067
422
- rapidata-2.1.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
423
- rapidata-2.1.0.dist-info/RECORD,,
420
+ rapidata-2.1.2.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
421
+ rapidata-2.1.2.dist-info/METADATA,sha256=O4aUgrPzAWncA9iqhaQ3Vl7D9lctnjd6hOt27uUedgU,1067
422
+ rapidata-2.1.2.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
423
+ rapidata-2.1.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.1
2
+ Generator: poetry-core 2.0.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any