duckdb 1.4.2.dev38__cp314-cp314-win_amd64.whl → 1.5.0.dev53__cp314-cp314-win_amd64.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.
- _duckdb-stubs/__init__.pyi +1 -1
- _duckdb.cp314-win_amd64.pyd +0 -0
- adbc_driver_duckdb/__init__.py +2 -1
- {duckdb-1.4.2.dev38.dist-info → duckdb-1.5.0.dev53.dist-info}/METADATA +3 -4
- {duckdb-1.4.2.dev38.dist-info → duckdb-1.5.0.dev53.dist-info}/RECORD +7 -7
- {duckdb-1.4.2.dev38.dist-info → duckdb-1.5.0.dev53.dist-info}/WHEEL +0 -0
- {duckdb-1.4.2.dev38.dist-info → duckdb-1.5.0.dev53.dist-info}/licenses/LICENSE +0 -0
_duckdb-stubs/__init__.pyi
CHANGED
|
@@ -1048,7 +1048,7 @@ def commit(*, connection: DuckDBPyConnection | None = None) -> DuckDBPyConnectio
|
|
|
1048
1048
|
def connect(
|
|
1049
1049
|
database: str | pathlib.Path = ":memory:",
|
|
1050
1050
|
read_only: bool = False,
|
|
1051
|
-
config: dict[str, str
|
|
1051
|
+
config: dict[str, str] | None = None,
|
|
1052
1052
|
) -> DuckDBPyConnection: ...
|
|
1053
1053
|
def create_function(
|
|
1054
1054
|
name: str,
|
_duckdb.cp314-win_amd64.pyd
CHANGED
|
Binary file
|
adbc_driver_duckdb/__init__.py
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
import enum
|
|
21
21
|
import functools
|
|
22
|
-
import importlib
|
|
22
|
+
import importlib
|
|
23
23
|
import typing
|
|
24
24
|
|
|
25
25
|
import adbc_driver_manager
|
|
@@ -46,4 +46,5 @@ 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}")
|
|
49
50
|
return duckdb_module_spec.origin
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: duckdb
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.5.0.dev53
|
|
4
4
|
Summary: DuckDB in-process database
|
|
5
5
|
Keywords: DuckDB,Database,SQL,OLAP
|
|
6
6
|
Author: DuckDB Foundation
|
|
@@ -23,7 +23,6 @@ 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
|
|
27
26
|
Classifier: Programming Language :: C++
|
|
28
27
|
Project-URL: Documentation, https://duckdb.org/docs/stable/clients/python/overview
|
|
29
28
|
Project-URL: Source, https://github.com/duckdb/duckdb-python
|
|
@@ -34,9 +33,9 @@ Provides-Extra: all
|
|
|
34
33
|
Requires-Dist: ipython; extra == "all"
|
|
35
34
|
Requires-Dist: fsspec; extra == "all"
|
|
36
35
|
Requires-Dist: numpy; extra == "all"
|
|
37
|
-
Requires-Dist: pandas; extra == "all"
|
|
36
|
+
Requires-Dist: pandas; python_version < "3.14" and extra == "all"
|
|
38
37
|
Requires-Dist: pyarrow; python_version < "3.14" and extra == "all"
|
|
39
|
-
Requires-Dist:
|
|
38
|
+
Requires-Dist: adbc_driver_manager; python_version < "3.14" and extra == "all"
|
|
40
39
|
Description-Content-Type: text/markdown
|
|
41
40
|
|
|
42
41
|
<div align="center">
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
_duckdb-stubs/__init__.pyi,sha256=
|
|
1
|
+
_duckdb-stubs/__init__.pyi,sha256=IfzMA8elE8TYQC9FMetmaicgULKvYe8CLXqJw_1HKOw,64989
|
|
2
2
|
_duckdb-stubs/_func.pyi,sha256=pfAOz8vh8oUr25d59i_V3Vr9C2kKRX258h3kLrcO7Os,2132
|
|
3
3
|
_duckdb-stubs/_sqltypes.pyi,sha256=Isp1qkQvCq0ziAK1qOXk6dPjfrsJfKSXrX5Y4v8zd70,2240
|
|
4
|
-
_duckdb.cp314-win_amd64.pyd,sha256=
|
|
5
|
-
adbc_driver_duckdb/__init__.py,sha256=
|
|
4
|
+
_duckdb.cp314-win_amd64.pyd,sha256=USNUyRo-PXLwh19qrCeJWtn9CUcmRG46Ljcfw48MSYs,35729920
|
|
5
|
+
adbc_driver_duckdb/__init__.py,sha256=syXZqeVXmZlkUIAgi1H_tzdl5GEPc1HBRDlQl58eZQo,1964
|
|
6
6
|
adbc_driver_duckdb/dbapi.py,sha256=_zN1IQV6uXO_dUg-ZZuJPvGr5lySo8tQEIrQnz2swIs,3576
|
|
7
7
|
duckdb/__init__.py,sha256=BWKsKsF6VeAaqHnayjhlwshmGmTmteintELpl51ZABg,7888
|
|
8
8
|
duckdb/_dbapi_type_object.py,sha256=sNn-ww6DlssS_kpKszGh8lye5n4r27kpJeO1ib0ojyk,7211
|
|
@@ -46,7 +46,7 @@ duckdb/typing/__init__.py,sha256=J3e1D57dNlPAlYb-ZrB6CcfppBTeKg0a11uKNd3SFvY,119
|
|
|
46
46
|
duckdb/udf.py,sha256=__OFm3IEeUgi_GLDjRzHj4gVSCo6wL4wVW2I1OwnvDI,797
|
|
47
47
|
duckdb/value/__init__.py,sha256=L3FIrKSnCnvhjGM6DCwE4Q2w3OuFmMgxXJMzZneV8dM,14
|
|
48
48
|
duckdb/value/constant/__init__.py,sha256=d2Qp5N-2zFrYmEJKHyHIAip46kdt9igAmfvfnREZqNQ,6093
|
|
49
|
-
duckdb-1.
|
|
50
|
-
duckdb-1.
|
|
51
|
-
duckdb-1.
|
|
52
|
-
duckdb-1.
|
|
49
|
+
duckdb-1.5.0.dev53.dist-info/METADATA,sha256=45MTGkKjZ4qfzPu0uugiOpkVx5gwAO_5MrIFkjcyRtA,4314
|
|
50
|
+
duckdb-1.5.0.dev53.dist-info/WHEEL,sha256=gWMs92Yhbl9pSGNRFWCXG1mfeuNl7HhxcJG5aLu4nQc,106
|
|
51
|
+
duckdb-1.5.0.dev53.dist-info/licenses/LICENSE,sha256=QACFao8AflP8UxUFM9ZEvK78ZLdGHkPBTMudPWalnNI,1079
|
|
52
|
+
duckdb-1.5.0.dev53.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|