upgini 1.2.144__py3-none-any.whl → 1.2.145a4065.dev1__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.
upgini/__about__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.2.144"
1
+ __version__ = "1.2.145a4065.dev1"
@@ -3005,9 +3005,9 @@ if response.status_code == 200:
3005
3005
  if search_id:
3006
3006
  self.logger.debug(f"search_id {search_id} provided without search_keys")
3007
3007
  return
3008
- else:
3009
- self.logger.warning("search_keys not provided")
3010
- raise ValidationError(self.bundle.get("empty_search_keys"))
3008
+ # else:
3009
+ # self.logger.warning("search_keys not provided")
3010
+ # raise ValidationError(self.bundle.get("empty_search_keys"))
3011
3011
 
3012
3012
  key_types = search_keys.values()
3013
3013
 
@@ -4941,6 +4941,10 @@ if response.status_code == 200:
4941
4941
  )
4942
4942
  self.__log_warning(self.bundle.get("phone_detected_not_registered"))
4943
4943
 
4944
+ if (search_keys is None or len(search_keys) == 0) and self.country_code is None:
4945
+ self.logger.warning("search_keys not provided")
4946
+ raise ValidationError(self.bundle.get("empty_search_keys"))
4947
+
4944
4948
  return search_keys
4945
4949
 
4946
4950
  def _validate_binary_observations(self, y, task_type: ModelTaskType):
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.3
2
2
  Name: upgini
3
- Version: 1.2.144
3
+ Version: 1.2.145a4065.dev1
4
4
  Summary: Intelligent data search & enrichment for Machine Learning
5
5
  Project-URL: Bug Reports, https://github.com/upgini/upgini/issues
6
6
  Project-URL: Homepage, https://upgini.com/
@@ -1,9 +1,9 @@
1
- upgini/__about__.py,sha256=aics4V8KhPF0GdMfEahLLcODv_MyCYM-IVrE84vOyM8,24
1
+ upgini/__about__.py,sha256=sGQj0neZ3Mr1HBsK38W-XFcr90YUqacEs101Tu9lFNI,34
2
2
  upgini/__init__.py,sha256=LXSfTNU0HnlOkE69VCxkgIKDhWP-JFo_eBQ71OxTr5Y,261
3
3
  upgini/ads.py,sha256=nvuRxRx5MHDMgPr9SiU-fsqRdFaBv8p4_v1oqiysKpc,2714
4
4
  upgini/dataset.py,sha256=bkUpUC1sdhCQcLPysB7BC8WiFDPfjiJj1SztExpv0nA,33735
5
5
  upgini/errors.py,sha256=2b_Wbo0OYhLUbrZqdLIx5jBnAsiD1Mcenh-VjR4HCTw,950
6
- upgini/features_enricher.py,sha256=f_l0qOzclD6Zi2vEqfFbkFwuxDxFU9nFuaC88leDJGg,235034
6
+ upgini/features_enricher.py,sha256=1ErzgUYVS-oUmqC85o4IJTS4j_k9QryHqDIzw0YMdyU,235262
7
7
  upgini/http.py,sha256=y26x4TQVYuEM3jz8JdASxSyBtvBemUkFf-FmX25sx-s,44356
8
8
  upgini/metadata.py,sha256=iYlL91g2PMHjiPIySIZb4IzIIUsPaAMIiV2It95GAjA,12866
9
9
  upgini/metrics.py,sha256=KCPE_apPN-9BIdv6GqASbJVaB_gBcy8wzNApAcyaGo4,46020
@@ -74,7 +74,7 @@ upgini/utils/target_utils.py,sha256=CihpV6SC95HwtlMH60rGAUzVDa4Id0Bva8ySprmNHlE,
74
74
  upgini/utils/track_info.py,sha256=NDKeQTUlZaYp15UoP-xLKGoDoJQ0drbDMwB0g9R0PUg,6427
75
75
  upgini/utils/ts_utils.py,sha256=26vhC0pN7vLXK6R09EEkMK3Lwb9IVPH7LRdqFIQ3kPs,1383
76
76
  upgini/utils/warning_counter.py,sha256=-GRY8EUggEBKODPSuXAkHn9KnEQwAORC0mmz_tim-PM,254
77
- upgini-1.2.144.dist-info/METADATA,sha256=hBvc1KOqsAiItKjYzQDkxt07e8v3GAMQuOkYoNyRrl8,51164
78
- upgini-1.2.144.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
79
- upgini-1.2.144.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
80
- upgini-1.2.144.dist-info/RECORD,,
77
+ upgini-1.2.145a4065.dev1.dist-info/METADATA,sha256=rs3PwyYF-R5YZvcfcaUwReFhownzxvNNlfpsSLiOiN8,51174
78
+ upgini-1.2.145a4065.dev1.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
79
+ upgini-1.2.145a4065.dev1.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
80
+ upgini-1.2.145a4065.dev1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.24.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any