dagster-duckdb-polars 0.27.5__tar.gz → 0.28.9__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.
Files changed (19) hide show
  1. {dagster_duckdb_polars-0.27.5/dagster_duckdb_polars.egg-info → dagster_duckdb_polars-0.28.9}/PKG-INFO +4 -5
  2. dagster_duckdb_polars-0.28.9/README.md +4 -0
  3. dagster_duckdb_polars-0.28.9/dagster_duckdb_polars/version.py +1 -0
  4. {dagster_duckdb_polars-0.27.5 → dagster_duckdb_polars-0.28.9/dagster_duckdb_polars.egg-info}/PKG-INFO +4 -5
  5. dagster_duckdb_polars-0.28.9/dagster_duckdb_polars.egg-info/requires.txt +3 -0
  6. {dagster_duckdb_polars-0.27.5 → dagster_duckdb_polars-0.28.9}/setup.py +3 -4
  7. dagster_duckdb_polars-0.27.5/README.md +0 -4
  8. dagster_duckdb_polars-0.27.5/dagster_duckdb_polars/version.py +0 -1
  9. dagster_duckdb_polars-0.27.5/dagster_duckdb_polars.egg-info/requires.txt +0 -3
  10. {dagster_duckdb_polars-0.27.5 → dagster_duckdb_polars-0.28.9}/LICENSE +0 -0
  11. {dagster_duckdb_polars-0.27.5 → dagster_duckdb_polars-0.28.9}/MANIFEST.in +0 -0
  12. {dagster_duckdb_polars-0.27.5 → dagster_duckdb_polars-0.28.9}/dagster_duckdb_polars/__init__.py +0 -0
  13. {dagster_duckdb_polars-0.27.5 → dagster_duckdb_polars-0.28.9}/dagster_duckdb_polars/duckdb_polars_type_handler.py +0 -0
  14. {dagster_duckdb_polars-0.27.5 → dagster_duckdb_polars-0.28.9}/dagster_duckdb_polars/py.typed +0 -0
  15. {dagster_duckdb_polars-0.27.5 → dagster_duckdb_polars-0.28.9}/dagster_duckdb_polars.egg-info/SOURCES.txt +0 -0
  16. {dagster_duckdb_polars-0.27.5 → dagster_duckdb_polars-0.28.9}/dagster_duckdb_polars.egg-info/dependency_links.txt +0 -0
  17. {dagster_duckdb_polars-0.27.5 → dagster_duckdb_polars-0.28.9}/dagster_duckdb_polars.egg-info/not-zip-safe +0 -0
  18. {dagster_duckdb_polars-0.27.5 → dagster_duckdb_polars-0.28.9}/dagster_duckdb_polars.egg-info/top_level.txt +0 -0
  19. {dagster_duckdb_polars-0.27.5 → dagster_duckdb_polars-0.28.9}/setup.cfg +0 -0
@@ -1,20 +1,19 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dagster-duckdb-polars
3
- Version: 0.27.5
3
+ Version: 0.28.9
4
4
  Summary: Package for storing Polars DataFrames in DuckDB.
5
5
  Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-duckdb-polars
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: Programming Language :: Python :: 3.11
12
11
  Classifier: License :: OSI Approved :: Apache Software License
13
12
  Classifier: Operating System :: OS Independent
14
- Requires-Python: >=3.9,<3.14
13
+ Requires-Python: >=3.10,<3.15
15
14
  License-File: LICENSE
16
- Requires-Dist: dagster==1.11.5
17
- Requires-Dist: dagster-duckdb==0.27.5
15
+ Requires-Dist: dagster==1.12.9
16
+ Requires-Dist: dagster-duckdb==0.28.9
18
17
  Requires-Dist: polars[pyarrow]
19
18
  Dynamic: author
20
19
  Dynamic: author-email
@@ -0,0 +1,4 @@
1
+ # dagster-duckdb-polars
2
+
3
+ The docs for `dagster-duckdb-polars` can be found
4
+ [here](https://docs.dagster.io/integrations/libraries/duckdb/dagster-duckdb-polars).
@@ -0,0 +1 @@
1
+ __version__ = "0.28.9"
@@ -1,20 +1,19 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dagster-duckdb-polars
3
- Version: 0.27.5
3
+ Version: 0.28.9
4
4
  Summary: Package for storing Polars DataFrames in DuckDB.
5
5
  Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-duckdb-polars
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: Programming Language :: Python :: 3.11
12
11
  Classifier: License :: OSI Approved :: Apache Software License
13
12
  Classifier: Operating System :: OS Independent
14
- Requires-Python: >=3.9,<3.14
13
+ Requires-Python: >=3.10,<3.15
15
14
  License-File: LICENSE
16
- Requires-Dist: dagster==1.11.5
17
- Requires-Dist: dagster-duckdb==0.27.5
15
+ Requires-Dist: dagster==1.12.9
16
+ Requires-Dist: dagster-duckdb==0.28.9
18
17
  Requires-Dist: polars[pyarrow]
19
18
  Dynamic: author
20
19
  Dynamic: author-email
@@ -0,0 +1,3 @@
1
+ dagster==1.12.9
2
+ dagster-duckdb==0.28.9
3
+ polars[pyarrow]
@@ -23,7 +23,6 @@ setup(
23
23
  description="Package for storing Polars DataFrames in DuckDB.",
24
24
  url="https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-duckdb-polars",
25
25
  classifiers=[
26
- "Programming Language :: Python :: 3.9",
27
26
  "Programming Language :: Python :: 3.10",
28
27
  "Programming Language :: Python :: 3.11",
29
28
  "License :: OSI Approved :: Apache Software License",
@@ -31,10 +30,10 @@ setup(
31
30
  ],
32
31
  packages=find_packages(exclude=["dagster_duckdb_polars_tests*"]),
33
32
  include_package_data=True,
34
- python_requires=">=3.9,<3.14",
33
+ python_requires=">=3.10,<3.15",
35
34
  install_requires=[
36
- "dagster==1.11.5",
37
- "dagster-duckdb==0.27.5",
35
+ "dagster==1.12.9",
36
+ "dagster-duckdb==0.28.9",
38
37
  "polars[pyarrow]",
39
38
  ],
40
39
  zip_safe=False,
@@ -1,4 +0,0 @@
1
- # dagster-duckdb-polars
2
-
3
- The docs for `dagster-duckdb-polars` can be found
4
- [here](https://docs.dagster.io/api/python-api/libraries/dagster-duckdb-polars).
@@ -1 +0,0 @@
1
- __version__ = "0.27.5"
@@ -1,3 +0,0 @@
1
- dagster==1.11.5
2
- dagster-duckdb==0.27.5
3
- polars[pyarrow]