semql-engine 0.3.0__tar.gz → 0.4.0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: semql-engine
3
- Version: 0.3.0
3
+ Version: 0.4.0
4
4
  Summary: In-process executor for semql FederatedPlans — runs per-backend fragments via caller-supplied adapters and merges results in DuckDB.
5
5
  Author: Nikhil Pallamreddy
6
6
  Author-email: Nikhil Pallamreddy <nikhil.pallamreddy+git@gmail.com>
@@ -16,7 +16,7 @@ Classifier: Topic :: Database
16
16
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
17
17
  Classifier: Typing :: Typed
18
18
  Requires-Dist: duckdb>=1.5.3
19
- Requires-Dist: semql>=0.3.0,<0.4
19
+ Requires-Dist: semql>=0.4.0,<0.5
20
20
  Requires-Python: >=3.12
21
21
  Project-URL: Homepage, https://github.com/npalladium/semql
22
22
  Project-URL: Repository, https://github.com/npalladium/semql
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "semql-engine"
3
- version = "0.3.0"
3
+ version = "0.4.0"
4
4
  description = "In-process executor for semql FederatedPlans — runs per-backend fragments via caller-supplied adapters and merges results in DuckDB."
5
5
  readme = "README.md"
6
6
  license = "BSD-3-Clause"
@@ -11,7 +11,7 @@ authors = [
11
11
  requires-python = ">=3.12"
12
12
  dependencies = [
13
13
  "duckdb>=1.5.3",
14
- "semql>=0.3.0,<0.4",
14
+ "semql>=0.4.0,<0.5",
15
15
  ]
16
16
  classifiers = [
17
17
  "Development Status :: 3 - Alpha",
File without changes
File without changes