duckdb 1.5.0.dev56__cp39-cp39-macosx_11_0_arm64.whl → 1.5.0.dev94__cp39-cp39-macosx_11_0_arm64.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 duckdb might be problematic. Click here for more details.

Binary file
@@ -19,7 +19,7 @@
19
19
 
20
20
  import enum
21
21
  import functools
22
- import importlib
22
+ import importlib.util
23
23
  import typing
24
24
 
25
25
  import adbc_driver_manager
@@ -46,5 +46,4 @@ def driver_path() -> str:
46
46
  if duckdb_module_spec is None:
47
47
  msg = "Could not find duckdb shared library. Did you pip install duckdb?"
48
48
  raise ImportError(msg)
49
- print(f"Found duckdb shared library at {duckdb_module_spec.origin}")
50
49
  return duckdb_module_spec.origin
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: duckdb
3
- Version: 1.5.0.dev56
3
+ Version: 1.5.0.dev94
4
4
  Summary: DuckDB in-process database
5
5
  Keywords: DuckDB,Database,SQL,OLAP
6
6
  Author: DuckDB Foundation
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.10
23
23
  Classifier: Programming Language :: Python :: 3.11
24
24
  Classifier: Programming Language :: Python :: 3.12
25
25
  Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
26
27
  Classifier: Programming Language :: C++
27
28
  Project-URL: Documentation, https://duckdb.org/docs/stable/clients/python/overview
28
29
  Project-URL: Source, https://github.com/duckdb/duckdb-python
@@ -33,9 +34,9 @@ Provides-Extra: all
33
34
  Requires-Dist: ipython; extra == "all"
34
35
  Requires-Dist: fsspec; extra == "all"
35
36
  Requires-Dist: numpy; extra == "all"
36
- Requires-Dist: pandas; python_version < "3.14" and extra == "all"
37
+ Requires-Dist: pandas; extra == "all"
37
38
  Requires-Dist: pyarrow; python_version < "3.14" and extra == "all"
38
- Requires-Dist: adbc_driver_manager; python_version < "3.14" and extra == "all"
39
+ Requires-Dist: adbc-driver-manager; extra == "all"
39
40
  Description-Content-Type: text/markdown
40
41
 
41
42
  <div align="center">
@@ -1,8 +1,8 @@
1
- _duckdb.cpython-39-darwin.so,sha256=IYJc3mHY78RvkLwxhluzIY8WXto1yr1mXi_1lVpf4TY,38744576
2
- duckdb-1.5.0.dev56.dist-info/RECORD,,
3
- duckdb-1.5.0.dev56.dist-info/WHEEL,sha256=2dBuY6_W5zzmCOjU-j1QXsVFOOSmDZYYYvPlAwnAgj4,139
4
- duckdb-1.5.0.dev56.dist-info/METADATA,sha256=-8pobN1_O2OKtKvsNbbKDFlmnqklnNg5FUxzdwmHPHU,4314
5
- duckdb-1.5.0.dev56.dist-info/licenses/LICENSE,sha256=fhf9MSSfqHXLOxxeBcbD6Zt1UJ9qKATKF2wheDTeHcs,1072
1
+ _duckdb.cpython-39-darwin.so,sha256=GLTDNSczMam7lu2cvEa1J5F-JtzB3HagDjSkX-L297M,38645408
2
+ duckdb-1.5.0.dev94.dist-info/RECORD,,
3
+ duckdb-1.5.0.dev94.dist-info/WHEEL,sha256=2dBuY6_W5zzmCOjU-j1QXsVFOOSmDZYYYvPlAwnAgj4,139
4
+ duckdb-1.5.0.dev94.dist-info/METADATA,sha256=xLIJRo2_1BZzG3YBX9jrGCQS-j_Jy9C9m0KYDMUOW8s,4309
5
+ duckdb-1.5.0.dev94.dist-info/licenses/LICENSE,sha256=fhf9MSSfqHXLOxxeBcbD6Zt1UJ9qKATKF2wheDTeHcs,1072
6
6
  duckdb/polars_io.py,sha256=rOY2k5SKDvFQfxgTdkngi70CY8HRaPk-NE3u4vzY-YE,10996
7
7
  duckdb/_version.py,sha256=YED0DUA67R3YQhz3hY_0QA_goTaWK2HE2epopxDxrIc,844
8
8
  duckdb/_dbapi_type_object.py,sha256=NW-m3YcpJwwpQ4UC9lj68eioUB1NbdmgaaQID6v9ecU,6980
@@ -49,4 +49,4 @@ _duckdb-stubs/_func.pyi,sha256=1_39vmTVZZep_vSNVWVRBwLlz3YUk42yQeAvfZQXk1M,2086
49
49
  _duckdb-stubs/_sqltypes.pyi,sha256=zJD-frBluEE2PrZccsHr9TjkTuWcCQLPe9FoG0YpKMI,2165
50
50
  _duckdb-stubs/__init__.pyi,sha256=kPWv71k0P7ehfS7hjx-aj3GXA93QfuJtcRkPzV70s2U,63546
51
51
  adbc_driver_duckdb/dbapi.py,sha256=Jg6JWpy2WUoew8XN-LU5BW7_RFDJQKmhaOYD7uPY6xo,3461
52
- adbc_driver_duckdb/__init__.py,sha256=OIW5djWVmfo5fFFNzJLIPuWbAh0j5XbEoUG5OTmpSSs,1914
52
+ adbc_driver_duckdb/__init__.py,sha256=VrYFEkN5Ej1vG7QljohZtclAwD4QK-ctUhznFTftvgk,1846