deltacat 1.1.7__py3-none-any.whl → 1.1.8__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.
deltacat/__init__.py CHANGED
@@ -44,7 +44,7 @@ from deltacat.types.tables import TableWriteMode
44
44
 
45
45
  deltacat.logs.configure_deltacat_logger(logging.getLogger(__name__))
46
46
 
47
- __version__ = "1.1.7"
47
+ __version__ = "1.1.8"
48
48
 
49
49
 
50
50
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: deltacat
3
- Version: 1.1.7
3
+ Version: 1.1.8
4
4
  Summary: A scalable, fast, ACID-compliant Data Catalog powered by Ray.
5
5
  Home-page: https://github.com/ray-project/deltacat
6
6
  Author: Ray Team
@@ -9,25 +9,24 @@ Platform: UNKNOWN
9
9
  Classifier: Development Status :: 4 - Beta
10
10
  Classifier: Intended Audience :: Developers
11
11
  Classifier: Programming Language :: Python :: 3 :: Only
12
- Classifier: Programming Language :: Python :: 3.7
13
12
  Classifier: Programming Language :: Python :: 3.8
14
13
  Classifier: Programming Language :: Python :: 3.9
15
14
  Classifier: Operating System :: OS Independent
16
- Requires-Python: >=3.7
15
+ Requires-Python: >=3.8
17
16
  Description-Content-Type: text/markdown
18
17
  Requires-Dist: aws-embedded-metrics ==3.2.0
19
- Requires-Dist: boto3 ~=1.20
18
+ Requires-Dist: boto3 ~=1.34
20
19
  Requires-Dist: numpy ==1.21.5
21
20
  Requires-Dist: pandas ==1.3.5
22
21
  Requires-Dist: pyarrow ==12.0.1
23
22
  Requires-Dist: pydantic ==1.10.4
24
23
  Requires-Dist: ray[default] ~=2.0
25
- Requires-Dist: s3fs ==2022.2.0
24
+ Requires-Dist: s3fs ==2024.5.0
26
25
  Requires-Dist: tenacity ==8.1.0
27
26
  Requires-Dist: typing-extensions ==4.4.0
28
27
  Requires-Dist: pymemcache ==4.0.0
29
28
  Requires-Dist: redis ==4.6.0
30
- Requires-Dist: getdaft ==0.2.23
29
+ Requires-Dist: getdaft ==0.2.25
31
30
  Requires-Dist: schedule ==1.2.0
32
31
 
33
32
  # DeltaCAT
@@ -1,4 +1,4 @@
1
- deltacat/__init__.py,sha256=2IToNRi3HWEX5V2CHAd0xKS3PWd580iaaGUmJsj_IYU,1777
1
+ deltacat/__init__.py,sha256=T9ZbMEOUBHSz9qiGgHaQaIowwXSmpuExChmNF6Jnguc,1777
2
2
  deltacat/constants.py,sha256=_6oRI-3yp5c8J1qKGQZrt89I9-ttT_gSSvVsJ0h8Duc,1939
3
3
  deltacat/exceptions.py,sha256=xqZf8CwysNYP2d39pf27OnXGStPREgBgIM-e2Tts-TI,199
4
4
  deltacat/logs.py,sha256=6g16VkEFidbaMjgenAjggE1r2l664drMVhreRs8B1IQ,8438
@@ -209,8 +209,8 @@ deltacat/utils/ray_utils/concurrency.py,sha256=JDVwMiQWrmuSlyCWAoiq9ctoJ0XADEfDD
209
209
  deltacat/utils/ray_utils/dataset.py,sha256=SIljK3UkSqQ6Ntit_iSiYt9yYjN_gGrCTX6_72XdQ3w,3244
210
210
  deltacat/utils/ray_utils/performance.py,sha256=d7JFM7vTXHzkGx9qNQcZzUWajnqINvYRwaM088_FpsE,464
211
211
  deltacat/utils/ray_utils/runtime.py,sha256=5eaBWTDm0IXVoc5Y6aacoVB-f0Mnv-K2ewyTSjHKHwM,5009
212
- deltacat-1.1.7.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
213
- deltacat-1.1.7.dist-info/METADATA,sha256=xGnSoie5x3xr1PBpTT3hNiyq0QrkqevK-bH2Hr1PTro,1780
214
- deltacat-1.1.7.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
215
- deltacat-1.1.7.dist-info/top_level.txt,sha256=RWdIcid4Bv2i2ozLVh-70kJpyB61xEKXod9XXGpiono,9
216
- deltacat-1.1.7.dist-info/RECORD,,
212
+ deltacat-1.1.8.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
213
+ deltacat-1.1.8.dist-info/METADATA,sha256=yrZrvGQtF_9PXm4aqj9-3UKfNeHVVrv3CnjDLBKUbOs,1730
214
+ deltacat-1.1.8.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
215
+ deltacat-1.1.8.dist-info/top_level.txt,sha256=RWdIcid4Bv2i2ozLVh-70kJpyB61xEKXod9XXGpiono,9
216
+ deltacat-1.1.8.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5