dkist-processing-ops 1.6.37rc2__tar.gz → 1.6.37rc3__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 dkist-processing-ops might be problematic. Click here for more details.
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/PKG-INFO +18 -18
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops/_version.py +1 -1
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops.egg-info/PKG-INFO +18 -18
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops.egg-info/requires.txt +17 -17
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/pyproject.toml +19 -19
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/.gitignore +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/.snyk +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/README.rst +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.37rc3
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
11
11
|
Requires-Python: >=3.11
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
14
|
+
Requires-Dist: dkist-processing-common==10.6.1rc5
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -51,17 +51,17 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
51
51
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
52
52
|
Requires-Dist: anyio==4.8.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
54
|
-
Requires-Dist: apache-airflow-providers-celery==3.10.
|
|
55
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.5.
|
|
56
|
-
Requires-Dist: apache-airflow-providers-common-io==1.5.
|
|
57
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
54
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.3; extra == "frozen"
|
|
55
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.5.1; extra == "frozen"
|
|
56
|
+
Requires-Dist: apache-airflow-providers-common-io==1.5.1; extra == "frozen"
|
|
57
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.24.0; extra == "frozen"
|
|
58
58
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
59
|
-
Requires-Dist: apache-airflow-providers-ftp==3.12.
|
|
60
|
-
Requires-Dist: apache-airflow-providers-http==5.2.
|
|
61
|
-
Requires-Dist: apache-airflow-providers-imap==3.8.
|
|
62
|
-
Requires-Dist: apache-airflow-providers-postgres==6.1.
|
|
63
|
-
Requires-Dist: apache-airflow-providers-smtp==2.0.
|
|
64
|
-
Requires-Dist: apache-airflow-providers-sqlite==4.0.
|
|
59
|
+
Requires-Dist: apache-airflow-providers-ftp==3.12.3; extra == "frozen"
|
|
60
|
+
Requires-Dist: apache-airflow-providers-http==5.2.1; extra == "frozen"
|
|
61
|
+
Requires-Dist: apache-airflow-providers-imap==3.8.3; extra == "frozen"
|
|
62
|
+
Requires-Dist: apache-airflow-providers-postgres==6.1.1; extra == "frozen"
|
|
63
|
+
Requires-Dist: apache-airflow-providers-smtp==2.0.1; extra == "frozen"
|
|
64
|
+
Requires-Dist: apache-airflow-providers-sqlite==4.0.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: apispec==6.8.1; extra == "frozen"
|
|
66
66
|
Requires-Dist: argcomplete==3.6.0; extra == "frozen"
|
|
67
67
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
@@ -72,12 +72,12 @@ Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
|
72
72
|
Requires-Dist: astropy==6.1.7; extra == "frozen"
|
|
73
73
|
Requires-Dist: astropy-iers-data==0.2025.3.10.0.29.26; extra == "frozen"
|
|
74
74
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
75
|
-
Requires-Dist: attrs==25.
|
|
75
|
+
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
78
78
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
79
|
-
Requires-Dist: boto3==1.37.
|
|
80
|
-
Requires-Dist: botocore==1.37.
|
|
79
|
+
Requires-Dist: boto3==1.37.12; extra == "frozen"
|
|
80
|
+
Requires-Dist: botocore==1.37.12; extra == "frozen"
|
|
81
81
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
82
82
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
83
83
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -100,9 +100,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: dill==0.3.9; extra == "frozen"
|
|
102
102
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
103
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
103
|
+
Requires-Dist: dkist-processing-common==10.6.1rc5; extra == "frozen"
|
|
104
104
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
105
|
-
Requires-Dist: dkist-processing-ops==1.6.
|
|
105
|
+
Requires-Dist: dkist-processing-ops==1.6.37rc3; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -138,7 +138,7 @@ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
|
138
138
|
Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
|
|
139
139
|
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
140
140
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
141
|
-
Requires-Dist: kombu==5.
|
|
141
|
+
Requires-Dist: kombu==5.5.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
|
|
143
143
|
Requires-Dist: limits==4.2; extra == "frozen"
|
|
144
144
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.37rc3
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
11
11
|
Requires-Python: >=3.11
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
14
|
+
Requires-Dist: dkist-processing-common==10.6.1rc5
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -51,17 +51,17 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
51
51
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
52
52
|
Requires-Dist: anyio==4.8.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
54
|
-
Requires-Dist: apache-airflow-providers-celery==3.10.
|
|
55
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.5.
|
|
56
|
-
Requires-Dist: apache-airflow-providers-common-io==1.5.
|
|
57
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
54
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.3; extra == "frozen"
|
|
55
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.5.1; extra == "frozen"
|
|
56
|
+
Requires-Dist: apache-airflow-providers-common-io==1.5.1; extra == "frozen"
|
|
57
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.24.0; extra == "frozen"
|
|
58
58
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
59
|
-
Requires-Dist: apache-airflow-providers-ftp==3.12.
|
|
60
|
-
Requires-Dist: apache-airflow-providers-http==5.2.
|
|
61
|
-
Requires-Dist: apache-airflow-providers-imap==3.8.
|
|
62
|
-
Requires-Dist: apache-airflow-providers-postgres==6.1.
|
|
63
|
-
Requires-Dist: apache-airflow-providers-smtp==2.0.
|
|
64
|
-
Requires-Dist: apache-airflow-providers-sqlite==4.0.
|
|
59
|
+
Requires-Dist: apache-airflow-providers-ftp==3.12.3; extra == "frozen"
|
|
60
|
+
Requires-Dist: apache-airflow-providers-http==5.2.1; extra == "frozen"
|
|
61
|
+
Requires-Dist: apache-airflow-providers-imap==3.8.3; extra == "frozen"
|
|
62
|
+
Requires-Dist: apache-airflow-providers-postgres==6.1.1; extra == "frozen"
|
|
63
|
+
Requires-Dist: apache-airflow-providers-smtp==2.0.1; extra == "frozen"
|
|
64
|
+
Requires-Dist: apache-airflow-providers-sqlite==4.0.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: apispec==6.8.1; extra == "frozen"
|
|
66
66
|
Requires-Dist: argcomplete==3.6.0; extra == "frozen"
|
|
67
67
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
@@ -72,12 +72,12 @@ Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
|
72
72
|
Requires-Dist: astropy==6.1.7; extra == "frozen"
|
|
73
73
|
Requires-Dist: astropy-iers-data==0.2025.3.10.0.29.26; extra == "frozen"
|
|
74
74
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
75
|
-
Requires-Dist: attrs==25.
|
|
75
|
+
Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
78
78
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
79
|
-
Requires-Dist: boto3==1.37.
|
|
80
|
-
Requires-Dist: botocore==1.37.
|
|
79
|
+
Requires-Dist: boto3==1.37.12; extra == "frozen"
|
|
80
|
+
Requires-Dist: botocore==1.37.12; extra == "frozen"
|
|
81
81
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
82
82
|
Requires-Dist: celery==5.4.0; extra == "frozen"
|
|
83
83
|
Requires-Dist: certifi==2025.1.31; extra == "frozen"
|
|
@@ -100,9 +100,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: dill==0.3.9; extra == "frozen"
|
|
102
102
|
Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
|
|
103
|
-
Requires-Dist: dkist-processing-common==10.6.
|
|
103
|
+
Requires-Dist: dkist-processing-common==10.6.1rc5; extra == "frozen"
|
|
104
104
|
Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
|
|
105
|
-
Requires-Dist: dkist-processing-ops==1.6.
|
|
105
|
+
Requires-Dist: dkist-processing-ops==1.6.37rc3; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -138,7 +138,7 @@ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
|
|
|
138
138
|
Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
|
|
139
139
|
Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
140
140
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
141
|
-
Requires-Dist: kombu==5.
|
|
141
|
+
Requires-Dist: kombu==5.5.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
|
|
143
143
|
Requires-Dist: limits==4.2; extra == "frozen"
|
|
144
144
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.6.
|
|
1
|
+
dkist-processing-common==10.6.1rc5
|
|
2
2
|
dkist-service-configuration==2.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -35,17 +35,17 @@ amqp==5.3.1
|
|
|
35
35
|
annotated-types==0.7.0
|
|
36
36
|
anyio==4.8.0
|
|
37
37
|
apache-airflow==2.10.5
|
|
38
|
-
apache-airflow-providers-celery==3.10.
|
|
39
|
-
apache-airflow-providers-common-compat==1.5.
|
|
40
|
-
apache-airflow-providers-common-io==1.5.
|
|
41
|
-
apache-airflow-providers-common-sql==1.
|
|
38
|
+
apache-airflow-providers-celery==3.10.3
|
|
39
|
+
apache-airflow-providers-common-compat==1.5.1
|
|
40
|
+
apache-airflow-providers-common-io==1.5.1
|
|
41
|
+
apache-airflow-providers-common-sql==1.24.0
|
|
42
42
|
apache-airflow-providers-fab==1.5.3
|
|
43
|
-
apache-airflow-providers-ftp==3.12.
|
|
44
|
-
apache-airflow-providers-http==5.2.
|
|
45
|
-
apache-airflow-providers-imap==3.8.
|
|
46
|
-
apache-airflow-providers-postgres==6.1.
|
|
47
|
-
apache-airflow-providers-smtp==2.0.
|
|
48
|
-
apache-airflow-providers-sqlite==4.0.
|
|
43
|
+
apache-airflow-providers-ftp==3.12.3
|
|
44
|
+
apache-airflow-providers-http==5.2.1
|
|
45
|
+
apache-airflow-providers-imap==3.8.3
|
|
46
|
+
apache-airflow-providers-postgres==6.1.1
|
|
47
|
+
apache-airflow-providers-smtp==2.0.1
|
|
48
|
+
apache-airflow-providers-sqlite==4.0.1
|
|
49
49
|
apispec==6.8.1
|
|
50
50
|
argcomplete==3.6.0
|
|
51
51
|
asdf==3.5.0
|
|
@@ -56,12 +56,12 @@ asteval==1.0.6
|
|
|
56
56
|
astropy==6.1.7
|
|
57
57
|
astropy-iers-data==0.2025.3.10.0.29.26
|
|
58
58
|
asyncpg==0.30.0
|
|
59
|
-
attrs==25.
|
|
59
|
+
attrs==25.3.0
|
|
60
60
|
babel==2.17.0
|
|
61
61
|
billiard==4.2.1
|
|
62
62
|
blinker==1.9.0
|
|
63
|
-
boto3==1.37.
|
|
64
|
-
botocore==1.37.
|
|
63
|
+
boto3==1.37.12
|
|
64
|
+
botocore==1.37.12
|
|
65
65
|
cachelib==0.13.0
|
|
66
66
|
celery==5.4.0
|
|
67
67
|
certifi==2025.1.31
|
|
@@ -84,9 +84,9 @@ dacite==1.9.2
|
|
|
84
84
|
decorator==5.2.1
|
|
85
85
|
dill==0.3.9
|
|
86
86
|
dkist-header-validator==5.1.1
|
|
87
|
-
dkist-processing-common==10.6.
|
|
87
|
+
dkist-processing-common==10.6.1rc5
|
|
88
88
|
dkist-processing-core==5.1.0
|
|
89
|
-
dkist-processing-ops==1.6.
|
|
89
|
+
dkist-processing-ops==1.6.37rc3
|
|
90
90
|
dkist-processing-pac==3.1.1
|
|
91
91
|
dkist-service-configuration==2.3.0
|
|
92
92
|
dkist-spectral-lines==3.0.0
|
|
@@ -122,7 +122,7 @@ jsonschema==4.23.0
|
|
|
122
122
|
jsonschema-specifications==2024.10.1
|
|
123
123
|
jupyter_core==5.7.2
|
|
124
124
|
kiwisolver==1.4.8
|
|
125
|
-
kombu==5.
|
|
125
|
+
kombu==5.5.0
|
|
126
126
|
lazy-object-proxy==1.10.0
|
|
127
127
|
limits==4.2
|
|
128
128
|
linkify-it-py==2.0.3
|
|
@@ -9,8 +9,8 @@ build-backend = 'setuptools.build_meta'
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.6.
|
|
13
|
-
date = 2025-03-
|
|
12
|
+
version = "1.6.37rc3"
|
|
13
|
+
date = 2025-03-13T15:57:40.415130
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
name = "dkist-processing-ops"
|
|
@@ -28,7 +28,7 @@ authors = [
|
|
|
28
28
|
]
|
|
29
29
|
|
|
30
30
|
dependencies = [
|
|
31
|
-
"dkist-processing-common==10.6.
|
|
31
|
+
"dkist-processing-common==10.6.1rc5",
|
|
32
32
|
"dkist-service-configuration==2.3.0",
|
|
33
33
|
]
|
|
34
34
|
dynamic = ["version"]
|
|
@@ -75,17 +75,17 @@ frozen = [
|
|
|
75
75
|
"annotated-types == 0.7.0",
|
|
76
76
|
"anyio == 4.8.0",
|
|
77
77
|
"apache-airflow == 2.10.5",
|
|
78
|
-
"apache-airflow-providers-celery == 3.10.
|
|
79
|
-
"apache-airflow-providers-common-compat == 1.5.
|
|
80
|
-
"apache-airflow-providers-common-io == 1.5.
|
|
81
|
-
"apache-airflow-providers-common-sql == 1.
|
|
78
|
+
"apache-airflow-providers-celery == 3.10.3",
|
|
79
|
+
"apache-airflow-providers-common-compat == 1.5.1",
|
|
80
|
+
"apache-airflow-providers-common-io == 1.5.1",
|
|
81
|
+
"apache-airflow-providers-common-sql == 1.24.0",
|
|
82
82
|
"apache-airflow-providers-fab == 1.5.3",
|
|
83
|
-
"apache-airflow-providers-ftp == 3.12.
|
|
84
|
-
"apache-airflow-providers-http == 5.2.
|
|
85
|
-
"apache-airflow-providers-imap == 3.8.
|
|
86
|
-
"apache-airflow-providers-postgres == 6.1.
|
|
87
|
-
"apache-airflow-providers-smtp == 2.0.
|
|
88
|
-
"apache-airflow-providers-sqlite == 4.0.
|
|
83
|
+
"apache-airflow-providers-ftp == 3.12.3",
|
|
84
|
+
"apache-airflow-providers-http == 5.2.1",
|
|
85
|
+
"apache-airflow-providers-imap == 3.8.3",
|
|
86
|
+
"apache-airflow-providers-postgres == 6.1.1",
|
|
87
|
+
"apache-airflow-providers-smtp == 2.0.1",
|
|
88
|
+
"apache-airflow-providers-sqlite == 4.0.1",
|
|
89
89
|
"apispec == 6.8.1",
|
|
90
90
|
"argcomplete == 3.6.0",
|
|
91
91
|
"asdf == 3.5.0",
|
|
@@ -96,12 +96,12 @@ frozen = [
|
|
|
96
96
|
"astropy == 6.1.7",
|
|
97
97
|
"astropy-iers-data == 0.2025.3.10.0.29.26",
|
|
98
98
|
"asyncpg == 0.30.0",
|
|
99
|
-
"attrs == 25.
|
|
99
|
+
"attrs == 25.3.0",
|
|
100
100
|
"babel == 2.17.0",
|
|
101
101
|
"billiard == 4.2.1",
|
|
102
102
|
"blinker == 1.9.0",
|
|
103
|
-
"boto3 == 1.37.
|
|
104
|
-
"botocore == 1.37.
|
|
103
|
+
"boto3 == 1.37.12",
|
|
104
|
+
"botocore == 1.37.12",
|
|
105
105
|
"cachelib == 0.13.0",
|
|
106
106
|
"celery == 5.4.0",
|
|
107
107
|
"certifi == 2025.1.31",
|
|
@@ -124,9 +124,9 @@ frozen = [
|
|
|
124
124
|
"decorator == 5.2.1",
|
|
125
125
|
"dill == 0.3.9",
|
|
126
126
|
"dkist-header-validator == 5.1.1",
|
|
127
|
-
"dkist-processing-common == 10.6.
|
|
127
|
+
"dkist-processing-common == 10.6.1rc5",
|
|
128
128
|
"dkist-processing-core == 5.1.0",
|
|
129
|
-
"dkist-processing-ops == 1.6.
|
|
129
|
+
"dkist-processing-ops == 1.6.37rc3",
|
|
130
130
|
"dkist-processing-pac == 3.1.1",
|
|
131
131
|
"dkist-service-configuration == 2.3.0",
|
|
132
132
|
"dkist-spectral-lines == 3.0.0",
|
|
@@ -162,7 +162,7 @@ frozen = [
|
|
|
162
162
|
"jsonschema-specifications == 2024.10.1",
|
|
163
163
|
"jupyter_core == 5.7.2",
|
|
164
164
|
"kiwisolver == 1.4.8",
|
|
165
|
-
"kombu == 5.
|
|
165
|
+
"kombu == 5.5.0",
|
|
166
166
|
"lazy-object-proxy == 1.10.0",
|
|
167
167
|
"limits == 4.2",
|
|
168
168
|
"linkify-it-py == 2.0.3",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.37rc2 → dkist_processing_ops-1.6.37rc3}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|