dagster-duckdb 0.28.0__tar.gz → 0.28.2__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,19 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dagster-duckdb
3
- Version: 0.28.0
3
+ Version: 0.28.2
4
4
  Summary: Package for DuckDB-specific Dagster framework op and resource components.
5
5
  Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-duckb
6
6
  Author: Dagster Labs
7
7
  Author-email: hello@dagsterlabs.com
8
8
  License: Apache-2.0
9
- Classifier: Programming Language :: Python :: 3.9
10
9
  Classifier: Programming Language :: Python :: 3.10
11
10
  Classifier: License :: OSI Approved :: Apache Software License
12
11
  Classifier: Operating System :: OS Independent
13
- Requires-Python: >=3.9,<3.14
12
+ Requires-Python: >=3.10,<3.14
14
13
  License-File: LICENSE
15
14
  Requires-Dist: duckdb
16
- Requires-Dist: dagster==1.12.0
15
+ Requires-Dist: dagster==1.12.2
17
16
  Provides-Extra: pandas
18
17
  Requires-Dist: pandas; extra == "pandas"
19
18
  Provides-Extra: pyspark
@@ -0,0 +1 @@
1
+ __version__ = "0.28.2"
@@ -1,19 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dagster-duckdb
3
- Version: 0.28.0
3
+ Version: 0.28.2
4
4
  Summary: Package for DuckDB-specific Dagster framework op and resource components.
5
5
  Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-duckb
6
6
  Author: Dagster Labs
7
7
  Author-email: hello@dagsterlabs.com
8
8
  License: Apache-2.0
9
- Classifier: Programming Language :: Python :: 3.9
10
9
  Classifier: Programming Language :: Python :: 3.10
11
10
  Classifier: License :: OSI Approved :: Apache Software License
12
11
  Classifier: Operating System :: OS Independent
13
- Requires-Python: >=3.9,<3.14
12
+ Requires-Python: >=3.10,<3.14
14
13
  License-File: LICENSE
15
14
  Requires-Dist: duckdb
16
- Requires-Dist: dagster==1.12.0
15
+ Requires-Dist: dagster==1.12.2
17
16
  Provides-Extra: pandas
18
17
  Requires-Dist: pandas; extra == "pandas"
19
18
  Provides-Extra: pyspark
@@ -1,5 +1,5 @@
1
1
  duckdb
2
- dagster==1.12.0
2
+ dagster==1.12.2
3
3
 
4
4
  [pandas]
5
5
  pandas
@@ -23,17 +23,16 @@ setup(
23
23
  description="Package for DuckDB-specific Dagster framework op and resource components.",
24
24
  url="https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-duckb",
25
25
  classifiers=[
26
- "Programming Language :: Python :: 3.9",
27
26
  "Programming Language :: Python :: 3.10",
28
27
  "License :: OSI Approved :: Apache Software License",
29
28
  "Operating System :: OS Independent",
30
29
  ],
31
30
  packages=find_packages(exclude=["dagster_duckdb_tests*"]),
32
31
  include_package_data=True,
33
- python_requires=">=3.9,<3.14",
32
+ python_requires=">=3.10,<3.14",
34
33
  install_requires=[
35
34
  "duckdb",
36
- "dagster==1.12.0",
35
+ "dagster==1.12.2",
37
36
  ],
38
37
  extras_require={
39
38
  "pandas": [
@@ -1 +0,0 @@
1
- __version__ = "0.28.0"
File without changes