dirigent-block-sql 0.17.2__tar.gz → 0.17.3__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.
- {dirigent_block_sql-0.17.2 → dirigent_block_sql-0.17.3}/PKG-INFO +3 -3
- {dirigent_block_sql-0.17.2 → dirigent_block_sql-0.17.3}/pyproject.toml +3 -3
- {dirigent_block_sql-0.17.2 → dirigent_block_sql-0.17.3}/pyproject.toml.orig +3 -3
- {dirigent_block_sql-0.17.2 → dirigent_block_sql-0.17.3}/LICENSE +0 -0
- {dirigent_block_sql-0.17.2 → dirigent_block_sql-0.17.3}/README.md +0 -0
- {dirigent_block_sql-0.17.2 → dirigent_block_sql-0.17.3}/src/dirigent_block_sql/__init__.py +0 -0
- {dirigent_block_sql-0.17.2 → dirigent_block_sql-0.17.3}/src/dirigent_block_sql/engines.py +0 -0
- {dirigent_block_sql-0.17.2 → dirigent_block_sql-0.17.3}/src/dirigent_block_sql/markers.py +0 -0
- {dirigent_block_sql-0.17.2 → dirigent_block_sql-0.17.3}/src/dirigent_block_sql/messages.py +0 -0
- {dirigent_block_sql-0.17.2 → dirigent_block_sql-0.17.3}/src/dirigent_block_sql/py.typed +0 -0
- {dirigent_block_sql-0.17.2 → dirigent_block_sql-0.17.3}/src/dirigent_block_sql/sql.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dirigent-block-sql
|
|
3
|
-
Version: 0.17.
|
|
3
|
+
Version: 0.17.3
|
|
4
4
|
Summary: The SQL block family for dirigent: sql.query, sql.execute, and the sql connection kind.
|
|
5
5
|
License-Expression: LicenseRef-Proprietary
|
|
6
6
|
License-File: LICENSE
|
|
7
7
|
Classifier: Programming Language :: Python :: 3
|
|
8
8
|
Classifier: Programming Language :: Python :: 3.13
|
|
9
|
-
Requires-Dist: dirigent-common==0.17.
|
|
10
|
-
Requires-Dist: dirigent-plugin==0.17.
|
|
9
|
+
Requires-Dist: dirigent-common==0.17.3
|
|
10
|
+
Requires-Dist: dirigent-plugin==0.17.3
|
|
11
11
|
Requires-Dist: sqlalchemy[asyncio]>=2.0.52
|
|
12
12
|
Requires-Python: >=3.13
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "dirigent-block-sql"
|
|
3
|
-
version = "0.17.
|
|
3
|
+
version = "0.17.3"
|
|
4
4
|
description = "The SQL block family for dirigent: sql.query, sql.execute, and the sql connection kind."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.13"
|
|
@@ -11,8 +11,8 @@ classifiers = [
|
|
|
11
11
|
"Programming Language :: Python :: 3.13",
|
|
12
12
|
]
|
|
13
13
|
dependencies = [
|
|
14
|
-
"dirigent-common==0.17.
|
|
15
|
-
"dirigent-plugin==0.17.
|
|
14
|
+
"dirigent-common==0.17.3",
|
|
15
|
+
"dirigent-plugin==0.17.3",
|
|
16
16
|
"sqlalchemy[asyncio]>=2.0.52",
|
|
17
17
|
]
|
|
18
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "dirigent-block-sql"
|
|
3
|
-
version = "0.17.
|
|
3
|
+
version = "0.17.3"
|
|
4
4
|
description = "The SQL block family for dirigent: sql.query, sql.execute, and the sql connection kind."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.13"
|
|
@@ -11,8 +11,8 @@ classifiers = [
|
|
|
11
11
|
"Programming Language :: Python :: 3.13",
|
|
12
12
|
]
|
|
13
13
|
dependencies = [
|
|
14
|
-
"dirigent-common==0.17.
|
|
15
|
-
"dirigent-plugin==0.17.
|
|
14
|
+
"dirigent-common==0.17.3",
|
|
15
|
+
"dirigent-plugin==0.17.3",
|
|
16
16
|
"sqlalchemy[asyncio]>=2.0.52",
|
|
17
17
|
]
|
|
18
18
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|