upgini 1.2.52a2__py3-none-any.whl → 1.2.53__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 upgini might be problematic. Click here for more details.

upgini/__about__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "1.2.52a2"
1
+ __version__ = "1.2.53"
upgini/http.py CHANGED
@@ -358,7 +358,10 @@ class _RestClient:
358
358
  self._syncronized_refresh_access_token()
359
359
  return request()
360
360
  except HttpError as e:
361
- if (e.status_code == 429 or e.status_code >= 500) and try_number < 3:
361
+ if e.status_code == 429:
362
+ time.sleep(random.randint(1, 10))
363
+ return self._with_unauth_retry(request, try_number)
364
+ if e.status_code >= 500 and try_number < 3:
362
365
  time.sleep(random.randint(1, 10))
363
366
  return self._with_unauth_retry(request, try_number + 1)
364
367
  elif e.status_code == 400 and "MD5Exception".lower() in e.message.lower() and try_number < 3:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: upgini
3
- Version: 1.2.52a2
3
+ Version: 1.2.53
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,10 +1,10 @@
1
- upgini/__about__.py,sha256=975QRO3wSYiniBo2LVNW4q4A5uoxrBhfbb6AFwD83g0,25
1
+ upgini/__about__.py,sha256=X7WSWc7i6nvghhrqNxUUTAI8_CLJ7jRVdust93y4RdY,23
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=vT4JyHmafLNbj54SySXr93f5hNS6-t94aFslbBy-7No,33535
5
5
  upgini/errors.py,sha256=2b_Wbo0OYhLUbrZqdLIx5jBnAsiD1Mcenh-VjR4HCTw,950
6
6
  upgini/features_enricher.py,sha256=mDpz2NcNBItvfdE2EllEetnv7-ApODXg0FQleYrGIfg,200628
7
- upgini/http.py,sha256=danPeX7nTMa_70S-pk-4UUm5yOvXYlR84jgyjoHYBkU,43367
7
+ upgini/http.py,sha256=ud0Cp7h0jNeHuuZGpU_1dAAEiabGoJjGxc1X5oeBQr4,43496
8
8
  upgini/lazy_import.py,sha256=74gQ8JuA48BGRLxAo7lNHNKY2D2emMxrUxKGdxVGhuY,1012
9
9
  upgini/metadata.py,sha256=-bulW4ay0qxOxR4_5oDvENtgKiZgZI-QnU2stGHrKhg,12130
10
10
  upgini/metrics.py,sha256=hr7UwLphbZ_FEglLuO2lzr_pFgxOJ4c3WBeg7H-fNqY,35521
@@ -59,7 +59,7 @@ upgini/utils/sklearn_ext.py,sha256=13jQS_k7v0aUtudXV6nGUEWjttPQzAW9AFYL5wgEz9k,4
59
59
  upgini/utils/target_utils.py,sha256=RlpKGss9kMibVSlA8iZuO_qxmyeplqzn7X8g6hiGGGs,14341
60
60
  upgini/utils/track_info.py,sha256=G5Lu1xxakg2_TQjKZk4b5SvrHsATTXNVV3NbvWtT8k8,5663
61
61
  upgini/utils/warning_counter.py,sha256=-GRY8EUggEBKODPSuXAkHn9KnEQwAORC0mmz_tim-PM,254
62
- upgini-1.2.52a2.dist-info/METADATA,sha256=uP3OiyWH3nLIqCeEsbr1b6-2T3WR5X_uhjn7wyyDH4M,49057
63
- upgini-1.2.52a2.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
64
- upgini-1.2.52a2.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
65
- upgini-1.2.52a2.dist-info/RECORD,,
62
+ upgini-1.2.53.dist-info/METADATA,sha256=evVuEI0gOJIoXMeba7eYScAMZgUenOcRlc4myty3n4w,49055
63
+ upgini-1.2.53.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
64
+ upgini-1.2.53.dist-info/licenses/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
65
+ upgini-1.2.53.dist-info/RECORD,,