sqlalchemy-cratedb 0.40.0__tar.gz → 0.40.1__tar.gz
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.
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/CHANGES.md +5 -1
- {sqlalchemy_cratedb-0.40.0/src/sqlalchemy_cratedb.egg-info → sqlalchemy_cratedb-0.40.1}/PKG-INFO +9 -8
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/pyproject.toml +8 -7
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1/src/sqlalchemy_cratedb.egg-info}/PKG-INFO +9 -8
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb.egg-info/requires.txt +9 -7
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/CODE_OF_CONDUCT.md +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/CONTRIBUTING.md +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/DEVELOP.md +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/LICENSE +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/MANIFEST.in +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/NOTICE +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/README.md +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/backlog.md +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/docs/_extra/robots.txt +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/docs/requirements.txt +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/setup.cfg +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/setup.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/__init__.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/compat/__init__.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/compat/api13.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/compat/core10.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/compat/core14.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/compat/core20.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/compiler.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/dialect.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/predicate.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/sa_version.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/support/__init__.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/support/pandas.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/support/polyfill.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/support/util.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/type/__init__.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/type/array.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/type/geo.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/type/object.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/type/vector.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb.egg-info/SOURCES.txt +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb.egg-info/dependency_links.txt +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb.egg-info/entry_points.txt +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb.egg-info/top_level.txt +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/tests/test_error_handling.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/tests/test_schema.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/tests/test_support_pandas.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/tests/test_support_polyfill.py +0 -0
- {sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/tests/test_support_util.py +0 -0
@@ -2,9 +2,13 @@
|
|
2
2
|
|
3
3
|
## Unreleased
|
4
4
|
|
5
|
+
## 2024/11/04 0.40.1
|
6
|
+
- CI: Verified support on Python 3.13
|
7
|
+
- Dependencies: Updated to `crate-1.0.0.dev2`
|
8
|
+
|
5
9
|
## 2024/10/07 0.40.0
|
6
10
|
- Propagate error traces properly, using the `error_trace` `connect_args` option,
|
7
|
-
by using `crate-1.0.
|
11
|
+
by using `crate-1.0.0.dev1`
|
8
12
|
- Use slightly amended `do_execute`, `do_execute_no_params`, `do_executemany`
|
9
13
|
to store their responses into the request context instance
|
10
14
|
|
{sqlalchemy_cratedb-0.40.0/src/sqlalchemy_cratedb.egg-info → sqlalchemy_cratedb-0.40.1}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sqlalchemy-cratedb
|
3
|
-
Version: 0.40.
|
3
|
+
Version: 0.40.1
|
4
4
|
Summary: SQLAlchemy dialect for CrateDB.
|
5
5
|
Author-email: "Crate.io" <office@crate.io>
|
6
6
|
License: Apache License 2.0
|
@@ -33,6 +33,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
33
33
|
Classifier: Programming Language :: Python :: 3.10
|
34
34
|
Classifier: Programming Language :: Python :: 3.11
|
35
35
|
Classifier: Programming Language :: Python :: 3.12
|
36
|
+
Classifier: Programming Language :: Python :: 3.13
|
36
37
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
37
38
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
38
39
|
Classifier: Programming Language :: SQL
|
@@ -63,7 +64,7 @@ Description-Content-Type: text/markdown
|
|
63
64
|
License-File: LICENSE
|
64
65
|
License-File: NOTICE
|
65
66
|
Requires-Dist: backports.zoneinfo<1; python_version < "3.9"
|
66
|
-
Requires-Dist: crate
|
67
|
+
Requires-Dist: crate<2,>=1.0.0.dev2
|
67
68
|
Requires-Dist: geojson<4,>=2.5
|
68
69
|
Requires-Dist: importlib-resources; python_version < "3.9"
|
69
70
|
Requires-Dist: sqlalchemy<2.1,>=1
|
@@ -71,11 +72,11 @@ Requires-Dist: verlib2==0.2
|
|
71
72
|
Provides-Extra: all
|
72
73
|
Requires-Dist: sqlalchemy-cratedb[vector]; extra == "all"
|
73
74
|
Provides-Extra: develop
|
74
|
-
Requires-Dist: mypy<1.
|
75
|
+
Requires-Dist: mypy<1.14; extra == "develop"
|
75
76
|
Requires-Dist: poethepoet<0.30; extra == "develop"
|
76
|
-
Requires-Dist: pyproject-fmt<2.
|
77
|
-
Requires-Dist: ruff<0.
|
78
|
-
Requires-Dist: validate-pyproject<0.
|
77
|
+
Requires-Dist: pyproject-fmt<2.6; extra == "develop"
|
78
|
+
Requires-Dist: ruff<0.8; extra == "develop"
|
79
|
+
Requires-Dist: validate-pyproject<0.23; extra == "develop"
|
79
80
|
Provides-Extra: doc
|
80
81
|
Requires-Dist: crate-docs-theme>=0.26.5; extra == "doc"
|
81
82
|
Requires-Dist: sphinx<9,>=3.5; extra == "doc"
|
@@ -84,11 +85,11 @@ Requires-Dist: build<2; extra == "release"
|
|
84
85
|
Requires-Dist: twine<6; extra == "release"
|
85
86
|
Provides-Extra: test
|
86
87
|
Requires-Dist: cratedb-toolkit[testing]; extra == "test"
|
87
|
-
Requires-Dist: dask[dataframe]; extra == "test"
|
88
|
+
Requires-Dist: dask[dataframe]; python_version < "3.13" and extra == "test"
|
88
89
|
Requires-Dist: pandas<2.3; extra == "test"
|
89
90
|
Requires-Dist: pueblo>=0.0.7; extra == "test"
|
90
91
|
Requires-Dist: pytest<9; extra == "test"
|
91
|
-
Requires-Dist: pytest-cov<
|
92
|
+
Requires-Dist: pytest-cov<7; extra == "test"
|
92
93
|
Requires-Dist: pytest-mock<4; extra == "test"
|
93
94
|
Provides-Extra: vector
|
94
95
|
Requires-Dist: numpy; extra == "vector"
|
@@ -50,6 +50,7 @@ classifiers = [
|
|
50
50
|
"Programming Language :: Python :: 3.10",
|
51
51
|
"Programming Language :: Python :: 3.11",
|
52
52
|
"Programming Language :: Python :: 3.12",
|
53
|
+
"Programming Language :: Python :: 3.13",
|
53
54
|
"Programming Language :: Python :: Implementation :: CPython",
|
54
55
|
"Programming Language :: Python :: Implementation :: PyPy",
|
55
56
|
"Programming Language :: SQL",
|
@@ -81,7 +82,7 @@ dynamic = [
|
|
81
82
|
]
|
82
83
|
dependencies = [
|
83
84
|
"backports.zoneinfo<1; python_version<'3.9'",
|
84
|
-
"crate
|
85
|
+
"crate>=1.0.0.dev2,<2",
|
85
86
|
"geojson<4,>=2.5",
|
86
87
|
"importlib-resources; python_version<'3.9'",
|
87
88
|
"sqlalchemy<2.1,>=1",
|
@@ -91,11 +92,11 @@ optional-dependencies.all = [
|
|
91
92
|
"sqlalchemy-cratedb[vector]",
|
92
93
|
]
|
93
94
|
optional-dependencies.develop = [
|
94
|
-
"mypy<1.
|
95
|
+
"mypy<1.14",
|
95
96
|
"poethepoet<0.30",
|
96
|
-
"pyproject-fmt<2.
|
97
|
-
"ruff<0.
|
98
|
-
"validate-pyproject<0.
|
97
|
+
"pyproject-fmt<2.6",
|
98
|
+
"ruff<0.8",
|
99
|
+
"validate-pyproject<0.23",
|
99
100
|
]
|
100
101
|
optional-dependencies.doc = [
|
101
102
|
"crate-docs-theme>=0.26.5",
|
@@ -107,11 +108,11 @@ optional-dependencies.release = [
|
|
107
108
|
]
|
108
109
|
optional-dependencies.test = [
|
109
110
|
"cratedb-toolkit[testing]",
|
110
|
-
"dask[dataframe]",
|
111
|
+
"dask[dataframe]; python_version<'3.13'",
|
111
112
|
"pandas<2.3",
|
112
113
|
"pueblo>=0.0.7",
|
113
114
|
"pytest<9",
|
114
|
-
"pytest-cov<
|
115
|
+
"pytest-cov<7",
|
115
116
|
"pytest-mock<4",
|
116
117
|
]
|
117
118
|
optional-dependencies.vector = [
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1/src/sqlalchemy_cratedb.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sqlalchemy-cratedb
|
3
|
-
Version: 0.40.
|
3
|
+
Version: 0.40.1
|
4
4
|
Summary: SQLAlchemy dialect for CrateDB.
|
5
5
|
Author-email: "Crate.io" <office@crate.io>
|
6
6
|
License: Apache License 2.0
|
@@ -33,6 +33,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
33
33
|
Classifier: Programming Language :: Python :: 3.10
|
34
34
|
Classifier: Programming Language :: Python :: 3.11
|
35
35
|
Classifier: Programming Language :: Python :: 3.12
|
36
|
+
Classifier: Programming Language :: Python :: 3.13
|
36
37
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
37
38
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
38
39
|
Classifier: Programming Language :: SQL
|
@@ -63,7 +64,7 @@ Description-Content-Type: text/markdown
|
|
63
64
|
License-File: LICENSE
|
64
65
|
License-File: NOTICE
|
65
66
|
Requires-Dist: backports.zoneinfo<1; python_version < "3.9"
|
66
|
-
Requires-Dist: crate
|
67
|
+
Requires-Dist: crate<2,>=1.0.0.dev2
|
67
68
|
Requires-Dist: geojson<4,>=2.5
|
68
69
|
Requires-Dist: importlib-resources; python_version < "3.9"
|
69
70
|
Requires-Dist: sqlalchemy<2.1,>=1
|
@@ -71,11 +72,11 @@ Requires-Dist: verlib2==0.2
|
|
71
72
|
Provides-Extra: all
|
72
73
|
Requires-Dist: sqlalchemy-cratedb[vector]; extra == "all"
|
73
74
|
Provides-Extra: develop
|
74
|
-
Requires-Dist: mypy<1.
|
75
|
+
Requires-Dist: mypy<1.14; extra == "develop"
|
75
76
|
Requires-Dist: poethepoet<0.30; extra == "develop"
|
76
|
-
Requires-Dist: pyproject-fmt<2.
|
77
|
-
Requires-Dist: ruff<0.
|
78
|
-
Requires-Dist: validate-pyproject<0.
|
77
|
+
Requires-Dist: pyproject-fmt<2.6; extra == "develop"
|
78
|
+
Requires-Dist: ruff<0.8; extra == "develop"
|
79
|
+
Requires-Dist: validate-pyproject<0.23; extra == "develop"
|
79
80
|
Provides-Extra: doc
|
80
81
|
Requires-Dist: crate-docs-theme>=0.26.5; extra == "doc"
|
81
82
|
Requires-Dist: sphinx<9,>=3.5; extra == "doc"
|
@@ -84,11 +85,11 @@ Requires-Dist: build<2; extra == "release"
|
|
84
85
|
Requires-Dist: twine<6; extra == "release"
|
85
86
|
Provides-Extra: test
|
86
87
|
Requires-Dist: cratedb-toolkit[testing]; extra == "test"
|
87
|
-
Requires-Dist: dask[dataframe]; extra == "test"
|
88
|
+
Requires-Dist: dask[dataframe]; python_version < "3.13" and extra == "test"
|
88
89
|
Requires-Dist: pandas<2.3; extra == "test"
|
89
90
|
Requires-Dist: pueblo>=0.0.7; extra == "test"
|
90
91
|
Requires-Dist: pytest<9; extra == "test"
|
91
|
-
Requires-Dist: pytest-cov<
|
92
|
+
Requires-Dist: pytest-cov<7; extra == "test"
|
92
93
|
Requires-Dist: pytest-mock<4; extra == "test"
|
93
94
|
Provides-Extra: vector
|
94
95
|
Requires-Dist: numpy; extra == "vector"
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb.egg-info/requires.txt
RENAMED
@@ -1,4 +1,4 @@
|
|
1
|
-
crate
|
1
|
+
crate<2,>=1.0.0.dev2
|
2
2
|
geojson<4,>=2.5
|
3
3
|
sqlalchemy<2.1,>=1
|
4
4
|
verlib2==0.2
|
@@ -11,11 +11,11 @@ importlib-resources
|
|
11
11
|
sqlalchemy-cratedb[vector]
|
12
12
|
|
13
13
|
[develop]
|
14
|
-
mypy<1.
|
14
|
+
mypy<1.14
|
15
15
|
poethepoet<0.30
|
16
|
-
pyproject-fmt<2.
|
17
|
-
ruff<0.
|
18
|
-
validate-pyproject<0.
|
16
|
+
pyproject-fmt<2.6
|
17
|
+
ruff<0.8
|
18
|
+
validate-pyproject<0.23
|
19
19
|
|
20
20
|
[doc]
|
21
21
|
crate-docs-theme>=0.26.5
|
@@ -27,12 +27,14 @@ twine<6
|
|
27
27
|
|
28
28
|
[test]
|
29
29
|
cratedb-toolkit[testing]
|
30
|
-
dask[dataframe]
|
31
30
|
pandas<2.3
|
32
31
|
pueblo>=0.0.7
|
33
32
|
pytest<9
|
34
|
-
pytest-cov<
|
33
|
+
pytest-cov<7
|
35
34
|
pytest-mock<4
|
36
35
|
|
36
|
+
[test:python_version < "3.13"]
|
37
|
+
dask[dataframe]
|
38
|
+
|
37
39
|
[vector]
|
38
40
|
numpy
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/compat/__init__.py
RENAMED
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/compat/api13.py
RENAMED
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/compat/core10.py
RENAMED
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/compat/core14.py
RENAMED
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/compat/core20.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/sa_version.py
RENAMED
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/support/__init__.py
RENAMED
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/support/pandas.py
RENAMED
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/support/polyfill.py
RENAMED
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/support/util.py
RENAMED
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/type/__init__.py
RENAMED
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/type/array.py
RENAMED
File without changes
|
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/type/object.py
RENAMED
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb/type/vector.py
RENAMED
File without changes
|
{sqlalchemy_cratedb-0.40.0 → sqlalchemy_cratedb-0.40.1}/src/sqlalchemy_cratedb.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|