rapidata 2.40.5__py3-none-any.whl → 2.40.6__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.

rapidata/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "2.40.5"
1
+ __version__ = "2.40.6"
2
2
 
3
3
  from .rapidata_client import (
4
4
  RapidataClient,
@@ -38,7 +38,7 @@ from rapidata.rapidata_client.referee import Referee
38
38
  from rapidata.rapidata_client.referee._naive_referee import NaiveReferee
39
39
  from rapidata.rapidata_client.selection._base_selection import RapidataSelection
40
40
  from rapidata.rapidata_client.settings import RapidataSetting
41
- from rapidata.rapidata_client.workflow import Workflow
41
+ from rapidata.rapidata_client.workflow import Workflow, FreeTextWorkflow
42
42
  from rapidata.service.openapi_service import OpenAPIService
43
43
  from rapidata.rapidata_client.api.rapidata_api_client import (
44
44
  suppress_rapidata_error_logging,
@@ -203,7 +203,9 @@ class RapidataOrderBuilder:
203
203
  Returns:
204
204
  RapidataOrder: The created RapidataOrder instance.
205
205
  """
206
- if rapidata_config.order.autoValidationSetCreation:
206
+ if rapidata_config.order.autoValidationSetCreation and not isinstance(
207
+ self.__workflow, FreeTextWorkflow
208
+ ):
207
209
  new_validation_set = self._set_validation_set_id()
208
210
  else:
209
211
  new_validation_set = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: rapidata
3
- Version: 2.40.5
3
+ Version: 2.40.6
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,4 +1,4 @@
1
- rapidata/__init__.py,sha256=bmnaWulsFcvMQ08yPv4qNBuAeGDtJXCbMlHQrtjibmY,917
1
+ rapidata/__init__.py,sha256=_mMzsuzbf_R37JUY2PHoskL97njMYACDDsSb64-GGmg,917
2
2
  rapidata/api_client/__init__.py,sha256=utY2iWepKJQO_iGz6aIg_qSoqoDkV9pBMAA58pIFE4M,36016
3
3
  rapidata/api_client/api/__init__.py,sha256=07qqwzQiBYt5V2BtnzbXhZL2cmVHATyZmCSGshIXLck,1603
4
4
  rapidata/api_client/api/benchmark_api.py,sha256=Mlx2qDDJcgPjWvaBnps9dxvVd0re1knG0SyoLUiHKSc,119756
@@ -631,7 +631,7 @@ rapidata/rapidata_client/filter/rapidata_filters.py,sha256=B8ptQsaAn1e14Grv8xBYQ
631
631
  rapidata/rapidata_client/filter/response_count_filter.py,sha256=i2u2YQD3_RLQRZyqAceAGLQS3es97Q2n8KTlgfDYMko,2332
632
632
  rapidata/rapidata_client/filter/user_score_filter.py,sha256=4B3Zzp7aosDFmte3nLPTlXMN4zatT6Wcq5QLIoXqhgI,1910
633
633
  rapidata/rapidata_client/order/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
634
- rapidata/rapidata_client/order/_rapidata_order_builder.py,sha256=C-TbKELNuLjQiZt9Gsl6LdtzIUtsu0sNLKGIcLvJEHk,17120
634
+ rapidata/rapidata_client/order/_rapidata_order_builder.py,sha256=Yo7It_vy_AVEKS7w1DppW8vWUBIqsmQLSmnjOWruG5E,17214
635
635
  rapidata/rapidata_client/order/dataset/_progress_tracker.py,sha256=2e9aVMwpdBSO9P3LYn5lygNbtIGzOaJD3b9J7jYaxko,3570
636
636
  rapidata/rapidata_client/order/dataset/_rapidata_dataset.py,sha256=ONH56htEvoVZvkSItuTi3_88kaDWohmYYABSoAPEn4Q,10724
637
637
  rapidata/rapidata_client/order/rapidata_order.py,sha256=FvZi3t4dARRNsKWvYiNxVvM50AzPwQYR3AzI4utD6OI,14497
@@ -690,7 +690,7 @@ rapidata/service/credential_manager.py,sha256=T3yL4tXVnibRytxjQkOC-ex3kFGQR5KcKU
690
690
  rapidata/service/local_file_service.py,sha256=0Q4LdoEtPFKzgXK2oZ1cQ-X7FipakscjGnnBH8dRFRQ,855
691
691
  rapidata/service/openapi_service.py,sha256=k3V4eMNcAjBcxEv17lDivK8LV5TEjRTL9B_5KBlhcas,5482
692
692
  rapidata/types/__init__.py,sha256=gSGrmWV5gEA6pPfAR5vwSy_DvibO5IjCZDiB7LtlMOQ,6134
693
- rapidata-2.40.5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
694
- rapidata-2.40.5.dist-info/METADATA,sha256=fg4jX_993ZJhN7pVU31RYnQn7D_l1Wu21KJ_OSU3iug,1406
695
- rapidata-2.40.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
696
- rapidata-2.40.5.dist-info/RECORD,,
693
+ rapidata-2.40.6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
694
+ rapidata-2.40.6.dist-info/METADATA,sha256=_UMJSL7tdxQjeTQHEzrddSCeRHcVeO5jVdggnYFdxdE,1406
695
+ rapidata-2.40.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
696
+ rapidata-2.40.6.dist-info/RECORD,,