dagster-postgres 0.26.11rc1__tar.gz → 0.26.13__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.

Potentially problematic release.


This version of dagster-postgres might be problematic. Click here for more details.

Files changed (28) hide show
  1. {dagster-postgres-0.26.11rc1/dagster_postgres.egg-info → dagster_postgres-0.26.13}/PKG-INFO +13 -2
  2. dagster_postgres-0.26.13/dagster_postgres/version.py +1 -0
  3. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13/dagster_postgres.egg-info}/PKG-INFO +13 -2
  4. dagster_postgres-0.26.13/dagster_postgres.egg-info/requires.txt +2 -0
  5. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/setup.py +1 -1
  6. dagster-postgres-0.26.11rc1/dagster_postgres/version.py +0 -1
  7. dagster-postgres-0.26.11rc1/dagster_postgres.egg-info/requires.txt +0 -2
  8. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/LICENSE +0 -0
  9. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/MANIFEST.in +0 -0
  10. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/README.md +0 -0
  11. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres/__init__.py +0 -0
  12. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres/alembic/alembic.ini +0 -0
  13. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres/event_log/__init__.py +0 -0
  14. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres/event_log/event_log.py +0 -0
  15. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres/py.typed +0 -0
  16. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres/run_storage/__init__.py +0 -0
  17. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres/run_storage/run_storage.py +0 -0
  18. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres/schedule_storage/__init__.py +0 -0
  19. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres/schedule_storage/schedule_storage.py +0 -0
  20. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres/storage.py +0 -0
  21. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres/test_fixtures/__init__.py +0 -0
  22. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres/test_fixtures/docker-compose.yml +0 -0
  23. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres/utils.py +0 -0
  24. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres.egg-info/SOURCES.txt +0 -0
  25. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres.egg-info/dependency_links.txt +0 -0
  26. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres.egg-info/not-zip-safe +0 -0
  27. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/dagster_postgres.egg-info/top_level.txt +0 -0
  28. {dagster-postgres-0.26.11rc1 → dagster_postgres-0.26.13}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: dagster-postgres
3
- Version: 0.26.11rc1
3
+ Version: 0.26.13
4
4
  Summary: A Dagster integration for postgres
5
5
  Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-postgres
6
6
  Author: Dagster Labs
@@ -14,3 +14,14 @@ Classifier: License :: OSI Approved :: Apache Software License
14
14
  Classifier: Operating System :: OS Independent
15
15
  Requires-Python: >=3.9,<3.13
16
16
  License-File: LICENSE
17
+ Requires-Dist: dagster==1.10.13
18
+ Requires-Dist: psycopg2-binary
19
+ Dynamic: author
20
+ Dynamic: author-email
21
+ Dynamic: classifier
22
+ Dynamic: home-page
23
+ Dynamic: license
24
+ Dynamic: license-file
25
+ Dynamic: requires-dist
26
+ Dynamic: requires-python
27
+ Dynamic: summary
@@ -0,0 +1 @@
1
+ __version__ = "0.26.13"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: dagster-postgres
3
- Version: 0.26.11rc1
3
+ Version: 0.26.13
4
4
  Summary: A Dagster integration for postgres
5
5
  Home-page: https://github.com/dagster-io/dagster/tree/master/python_modules/libraries/dagster-postgres
6
6
  Author: Dagster Labs
@@ -14,3 +14,14 @@ Classifier: License :: OSI Approved :: Apache Software License
14
14
  Classifier: Operating System :: OS Independent
15
15
  Requires-Python: >=3.9,<3.13
16
16
  License-File: LICENSE
17
+ Requires-Dist: dagster==1.10.13
18
+ Requires-Dist: psycopg2-binary
19
+ Dynamic: author
20
+ Dynamic: author-email
21
+ Dynamic: classifier
22
+ Dynamic: home-page
23
+ Dynamic: license
24
+ Dynamic: license-file
25
+ Dynamic: requires-dist
26
+ Dynamic: requires-python
27
+ Dynamic: summary
@@ -0,0 +1,2 @@
1
+ dagster==1.10.13
2
+ psycopg2-binary
@@ -38,6 +38,6 @@ setup(
38
38
  },
39
39
  include_package_data=True,
40
40
  python_requires=">=3.9,<3.13",
41
- install_requires=["dagster==1.10.11rc1", "psycopg2-binary"],
41
+ install_requires=["dagster==1.10.13", "psycopg2-binary"],
42
42
  zip_safe=False,
43
43
  )
@@ -1 +0,0 @@
1
- __version__ = "0.26.11rc1"
@@ -1,2 +0,0 @@
1
- dagster==1.10.11rc1
2
- psycopg2-binary