dkist-processing-ops 1.6.37rc3__tar.gz → 1.6.38__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.37rc3 → dkist_processing_ops-1.6.38}/PKG-INFO +14 -14
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops/_version.py +2 -2
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops.egg-info/PKG-INFO +14 -14
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops.egg-info/requires.txt +13 -13
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/pyproject.toml +15 -15
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/.gitignore +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/.snyk +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/README.rst +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/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.38
|
|
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.2
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -25,7 +25,7 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
25
25
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
26
26
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
27
27
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
28
|
-
Requires-Dist: Flask-Limiter==3.
|
|
28
|
+
Requires-Dist: Flask-Limiter==3.12; extra == "frozen"
|
|
29
29
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
30
30
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
31
31
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
@@ -43,13 +43,13 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
43
43
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
44
44
|
Requires-Dist: aioftp==0.24.1; extra == "frozen"
|
|
45
45
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
46
|
-
Requires-Dist: aiohttp==3.11.
|
|
46
|
+
Requires-Dist: aiohttp==3.11.14; extra == "frozen"
|
|
47
47
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
48
48
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
49
49
|
Requires-Dist: alembic==1.15.1; extra == "frozen"
|
|
50
50
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
51
51
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
52
|
-
Requires-Dist: anyio==4.
|
|
52
|
+
Requires-Dist: anyio==4.9.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
54
54
|
Requires-Dist: apache-airflow-providers-celery==3.10.3; extra == "frozen"
|
|
55
55
|
Requires-Dist: apache-airflow-providers-common-compat==1.5.1; extra == "frozen"
|
|
@@ -70,14 +70,14 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
|
70
70
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
71
71
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
72
72
|
Requires-Dist: astropy==6.1.7; extra == "frozen"
|
|
73
|
-
Requires-Dist: astropy-iers-data==0.2025.3.
|
|
73
|
+
Requires-Dist: astropy-iers-data==0.2025.3.17.0.34.53; extra == "frozen"
|
|
74
74
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
75
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.15; extra == "frozen"
|
|
80
|
+
Requires-Dist: botocore==1.37.15; 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.2; 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.38; 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"
|
|
@@ -118,7 +118,7 @@ Requires-Dist: frozenlist==1.5.0; extra == "frozen"
|
|
|
118
118
|
Requires-Dist: fsspec==2025.3.0; extra == "frozen"
|
|
119
119
|
Requires-Dist: globus-sdk==3.51.0; extra == "frozen"
|
|
120
120
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
121
|
-
Requires-Dist: googleapis-common-protos==1.69.
|
|
121
|
+
Requires-Dist: googleapis-common-protos==1.69.2; extra == "frozen"
|
|
122
122
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
123
123
|
Requires-Dist: greenlet==3.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: grpcio==1.71.0; extra == "frozen"
|
|
@@ -140,7 +140,7 @@ Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
|
140
140
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
141
141
|
Requires-Dist: kombu==5.5.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
|
|
143
|
-
Requires-Dist: limits==4.
|
|
143
|
+
Requires-Dist: limits==4.4.1; extra == "frozen"
|
|
144
144
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
145
145
|
Requires-Dist: lmfit==1.3.3; extra == "frozen"
|
|
146
146
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
@@ -155,9 +155,9 @@ Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
|
155
155
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
156
156
|
Requires-Dist: more-itertools==10.6.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
158
|
-
Requires-Dist: multidict==6.
|
|
158
|
+
Requires-Dist: multidict==6.2.0; extra == "frozen"
|
|
159
159
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
160
|
-
Requires-Dist: numpy==2.2.
|
|
160
|
+
Requires-Dist: numpy==2.2.4; extra == "frozen"
|
|
161
161
|
Requires-Dist: object-clerk==0.1.1; extra == "frozen"
|
|
162
162
|
Requires-Dist: opentelemetry-api==1.31.0; extra == "frozen"
|
|
163
163
|
Requires-Dist: opentelemetry-exporter-otlp==1.31.0; 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.38
|
|
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.2
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -25,7 +25,7 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
25
25
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
26
26
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
27
27
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
28
|
-
Requires-Dist: Flask-Limiter==3.
|
|
28
|
+
Requires-Dist: Flask-Limiter==3.12; extra == "frozen"
|
|
29
29
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
30
30
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
31
31
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
@@ -43,13 +43,13 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
43
43
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
44
44
|
Requires-Dist: aioftp==0.24.1; extra == "frozen"
|
|
45
45
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
46
|
-
Requires-Dist: aiohttp==3.11.
|
|
46
|
+
Requires-Dist: aiohttp==3.11.14; extra == "frozen"
|
|
47
47
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
48
48
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
49
49
|
Requires-Dist: alembic==1.15.1; extra == "frozen"
|
|
50
50
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
51
51
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
52
|
-
Requires-Dist: anyio==4.
|
|
52
|
+
Requires-Dist: anyio==4.9.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
|
|
54
54
|
Requires-Dist: apache-airflow-providers-celery==3.10.3; extra == "frozen"
|
|
55
55
|
Requires-Dist: apache-airflow-providers-common-compat==1.5.1; extra == "frozen"
|
|
@@ -70,14 +70,14 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
|
|
|
70
70
|
Requires-Dist: asgiref==3.8.1; extra == "frozen"
|
|
71
71
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
72
72
|
Requires-Dist: astropy==6.1.7; extra == "frozen"
|
|
73
|
-
Requires-Dist: astropy-iers-data==0.2025.3.
|
|
73
|
+
Requires-Dist: astropy-iers-data==0.2025.3.17.0.34.53; extra == "frozen"
|
|
74
74
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
75
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.15; extra == "frozen"
|
|
80
|
+
Requires-Dist: botocore==1.37.15; 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.2; 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.38; 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"
|
|
@@ -118,7 +118,7 @@ Requires-Dist: frozenlist==1.5.0; extra == "frozen"
|
|
|
118
118
|
Requires-Dist: fsspec==2025.3.0; extra == "frozen"
|
|
119
119
|
Requires-Dist: globus-sdk==3.51.0; extra == "frozen"
|
|
120
120
|
Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
|
|
121
|
-
Requires-Dist: googleapis-common-protos==1.69.
|
|
121
|
+
Requires-Dist: googleapis-common-protos==1.69.2; extra == "frozen"
|
|
122
122
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
123
123
|
Requires-Dist: greenlet==3.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: grpcio==1.71.0; extra == "frozen"
|
|
@@ -140,7 +140,7 @@ Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
|
|
|
140
140
|
Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
|
|
141
141
|
Requires-Dist: kombu==5.5.0; extra == "frozen"
|
|
142
142
|
Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
|
|
143
|
-
Requires-Dist: limits==4.
|
|
143
|
+
Requires-Dist: limits==4.4.1; extra == "frozen"
|
|
144
144
|
Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
|
|
145
145
|
Requires-Dist: lmfit==1.3.3; extra == "frozen"
|
|
146
146
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
@@ -155,9 +155,9 @@ Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
|
155
155
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
156
156
|
Requires-Dist: more-itertools==10.6.0; extra == "frozen"
|
|
157
157
|
Requires-Dist: moviepy==2.1.2; extra == "frozen"
|
|
158
|
-
Requires-Dist: multidict==6.
|
|
158
|
+
Requires-Dist: multidict==6.2.0; extra == "frozen"
|
|
159
159
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
160
|
-
Requires-Dist: numpy==2.2.
|
|
160
|
+
Requires-Dist: numpy==2.2.4; extra == "frozen"
|
|
161
161
|
Requires-Dist: object-clerk==0.1.1; extra == "frozen"
|
|
162
162
|
Requires-Dist: opentelemetry-api==1.31.0; extra == "frozen"
|
|
163
163
|
Requires-Dist: opentelemetry-exporter-otlp==1.31.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.6.
|
|
1
|
+
dkist-processing-common==10.6.2
|
|
2
2
|
dkist-service-configuration==2.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -9,7 +9,7 @@ Flask-AppBuilder==4.5.3
|
|
|
9
9
|
Flask-Babel==2.0.0
|
|
10
10
|
Flask-Caching==2.3.1
|
|
11
11
|
Flask-JWT-Extended==4.7.1
|
|
12
|
-
Flask-Limiter==3.
|
|
12
|
+
Flask-Limiter==3.12
|
|
13
13
|
Flask-Login==0.6.3
|
|
14
14
|
Flask-SQLAlchemy==2.5.1
|
|
15
15
|
Flask-Session==0.5.0
|
|
@@ -27,13 +27,13 @@ WTForms==3.2.1
|
|
|
27
27
|
Werkzeug==2.2.3
|
|
28
28
|
aioftp==0.24.1
|
|
29
29
|
aiohappyeyeballs==2.6.1
|
|
30
|
-
aiohttp==3.11.
|
|
30
|
+
aiohttp==3.11.14
|
|
31
31
|
aiosignal==1.3.2
|
|
32
32
|
aiosqlite==0.21.0
|
|
33
33
|
alembic==1.15.1
|
|
34
34
|
amqp==5.3.1
|
|
35
35
|
annotated-types==0.7.0
|
|
36
|
-
anyio==4.
|
|
36
|
+
anyio==4.9.0
|
|
37
37
|
apache-airflow==2.10.5
|
|
38
38
|
apache-airflow-providers-celery==3.10.3
|
|
39
39
|
apache-airflow-providers-common-compat==1.5.1
|
|
@@ -54,14 +54,14 @@ asdf_transform_schemas==0.5.0
|
|
|
54
54
|
asgiref==3.8.1
|
|
55
55
|
asteval==1.0.6
|
|
56
56
|
astropy==6.1.7
|
|
57
|
-
astropy-iers-data==0.2025.3.
|
|
57
|
+
astropy-iers-data==0.2025.3.17.0.34.53
|
|
58
58
|
asyncpg==0.30.0
|
|
59
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.15
|
|
64
|
+
botocore==1.37.15
|
|
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.2
|
|
88
88
|
dkist-processing-core==5.1.0
|
|
89
|
-
dkist-processing-ops==1.6.
|
|
89
|
+
dkist-processing-ops==1.6.38
|
|
90
90
|
dkist-processing-pac==3.1.1
|
|
91
91
|
dkist-service-configuration==2.3.0
|
|
92
92
|
dkist-spectral-lines==3.0.0
|
|
@@ -102,7 +102,7 @@ frozenlist==1.5.0
|
|
|
102
102
|
fsspec==2025.3.0
|
|
103
103
|
globus-sdk==3.51.0
|
|
104
104
|
google-re2==1.1.20240702
|
|
105
|
-
googleapis-common-protos==1.69.
|
|
105
|
+
googleapis-common-protos==1.69.2
|
|
106
106
|
gqlclient==1.2.3
|
|
107
107
|
greenlet==3.1.1
|
|
108
108
|
grpcio==1.71.0
|
|
@@ -124,7 +124,7 @@ jupyter_core==5.7.2
|
|
|
124
124
|
kiwisolver==1.4.8
|
|
125
125
|
kombu==5.5.0
|
|
126
126
|
lazy-object-proxy==1.10.0
|
|
127
|
-
limits==4.
|
|
127
|
+
limits==4.4.1
|
|
128
128
|
linkify-it-py==2.0.3
|
|
129
129
|
lmfit==1.3.3
|
|
130
130
|
lockfile==0.12.2
|
|
@@ -139,9 +139,9 @@ mdurl==0.1.2
|
|
|
139
139
|
methodtools==0.4.7
|
|
140
140
|
more-itertools==10.6.0
|
|
141
141
|
moviepy==2.1.2
|
|
142
|
-
multidict==6.
|
|
142
|
+
multidict==6.2.0
|
|
143
143
|
nbformat==5.10.4
|
|
144
|
-
numpy==2.2.
|
|
144
|
+
numpy==2.2.4
|
|
145
145
|
object-clerk==0.1.1
|
|
146
146
|
opentelemetry-api==1.31.0
|
|
147
147
|
opentelemetry-exporter-otlp==1.31.0
|
|
@@ -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.38"
|
|
13
|
+
date = 2025-03-19T12:49:28.791020
|
|
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.2",
|
|
32
32
|
"dkist-service-configuration==2.3.0",
|
|
33
33
|
]
|
|
34
34
|
dynamic = ["version"]
|
|
@@ -49,7 +49,7 @@ frozen = [
|
|
|
49
49
|
"Flask-Babel == 2.0.0",
|
|
50
50
|
"Flask-Caching == 2.3.1",
|
|
51
51
|
"Flask-JWT-Extended == 4.7.1",
|
|
52
|
-
"Flask-Limiter == 3.
|
|
52
|
+
"Flask-Limiter == 3.12",
|
|
53
53
|
"Flask-Login == 0.6.3",
|
|
54
54
|
"Flask-SQLAlchemy == 2.5.1",
|
|
55
55
|
"Flask-Session == 0.5.0",
|
|
@@ -67,13 +67,13 @@ frozen = [
|
|
|
67
67
|
"Werkzeug == 2.2.3",
|
|
68
68
|
"aioftp == 0.24.1",
|
|
69
69
|
"aiohappyeyeballs == 2.6.1",
|
|
70
|
-
"aiohttp == 3.11.
|
|
70
|
+
"aiohttp == 3.11.14",
|
|
71
71
|
"aiosignal == 1.3.2",
|
|
72
72
|
"aiosqlite == 0.21.0",
|
|
73
73
|
"alembic == 1.15.1",
|
|
74
74
|
"amqp == 5.3.1",
|
|
75
75
|
"annotated-types == 0.7.0",
|
|
76
|
-
"anyio == 4.
|
|
76
|
+
"anyio == 4.9.0",
|
|
77
77
|
"apache-airflow == 2.10.5",
|
|
78
78
|
"apache-airflow-providers-celery == 3.10.3",
|
|
79
79
|
"apache-airflow-providers-common-compat == 1.5.1",
|
|
@@ -94,14 +94,14 @@ frozen = [
|
|
|
94
94
|
"asgiref == 3.8.1",
|
|
95
95
|
"asteval == 1.0.6",
|
|
96
96
|
"astropy == 6.1.7",
|
|
97
|
-
"astropy-iers-data == 0.2025.3.
|
|
97
|
+
"astropy-iers-data == 0.2025.3.17.0.34.53",
|
|
98
98
|
"asyncpg == 0.30.0",
|
|
99
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.15",
|
|
104
|
+
"botocore == 1.37.15",
|
|
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.2",
|
|
128
128
|
"dkist-processing-core == 5.1.0",
|
|
129
|
-
"dkist-processing-ops == 1.6.
|
|
129
|
+
"dkist-processing-ops == 1.6.38",
|
|
130
130
|
"dkist-processing-pac == 3.1.1",
|
|
131
131
|
"dkist-service-configuration == 2.3.0",
|
|
132
132
|
"dkist-spectral-lines == 3.0.0",
|
|
@@ -142,7 +142,7 @@ frozen = [
|
|
|
142
142
|
"fsspec == 2025.3.0",
|
|
143
143
|
"globus-sdk == 3.51.0",
|
|
144
144
|
"google-re2 == 1.1.20240702",
|
|
145
|
-
"googleapis-common-protos == 1.69.
|
|
145
|
+
"googleapis-common-protos == 1.69.2",
|
|
146
146
|
"gqlclient == 1.2.3",
|
|
147
147
|
"greenlet == 3.1.1",
|
|
148
148
|
"grpcio == 1.71.0",
|
|
@@ -164,7 +164,7 @@ frozen = [
|
|
|
164
164
|
"kiwisolver == 1.4.8",
|
|
165
165
|
"kombu == 5.5.0",
|
|
166
166
|
"lazy-object-proxy == 1.10.0",
|
|
167
|
-
"limits == 4.
|
|
167
|
+
"limits == 4.4.1",
|
|
168
168
|
"linkify-it-py == 2.0.3",
|
|
169
169
|
"lmfit == 1.3.3",
|
|
170
170
|
"lockfile == 0.12.2",
|
|
@@ -179,9 +179,9 @@ frozen = [
|
|
|
179
179
|
"methodtools == 0.4.7",
|
|
180
180
|
"more-itertools == 10.6.0",
|
|
181
181
|
"moviepy == 2.1.2",
|
|
182
|
-
"multidict == 6.
|
|
182
|
+
"multidict == 6.2.0",
|
|
183
183
|
"nbformat == 5.10.4",
|
|
184
|
-
"numpy == 2.2.
|
|
184
|
+
"numpy == 2.2.4",
|
|
185
185
|
"object-clerk == 0.1.1",
|
|
186
186
|
"opentelemetry-api == 1.31.0",
|
|
187
187
|
"opentelemetry-exporter-otlp == 1.31.0",
|
|
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.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.37rc3 → dkist_processing_ops-1.6.38}/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
|