dkist-processing-ops 1.10.22__tar.gz → 1.10.23__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.
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/PKG-INFO +15 -15
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops.egg-info/PKG-INFO +15 -15
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops.egg-info/SOURCES.txt +2 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops.egg-info/requires.txt +14 -14
- dkist_processing_ops-1.10.23/dkist_processing_ops.egg-info/scm_file_list.json +25 -0
- dkist_processing_ops-1.10.23/dkist_processing_ops.egg-info/scm_version.json +8 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/pyproject.toml +16 -16
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/.gitignore +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/.rovodev/.review-agent.md +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/.snyk +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/README.rst +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.23
|
|
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.13
|
|
|
11
11
|
Requires-Python: >=3.13
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==14.3.
|
|
14
|
+
Requires-Dist: dkist-processing-common==14.3.4
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -34,7 +34,7 @@ Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
|
34
34
|
Requires-Dist: aiohappyeyeballs==2.6.2; extra == "frozen"
|
|
35
35
|
Requires-Dist: aiohttp==3.14.1; extra == "frozen"
|
|
36
36
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
37
|
-
Requires-Dist: aiosmtplib==5.1.
|
|
37
|
+
Requires-Dist: aiosmtplib==5.1.2; extra == "frozen"
|
|
38
38
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
39
39
|
Requires-Dist: alembic==1.18.4; extra == "frozen"
|
|
40
40
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
@@ -61,7 +61,7 @@ Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
|
61
61
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
62
62
|
Requires-Dist: asteval==1.0.9; extra == "frozen"
|
|
63
63
|
Requires-Dist: astropy==8.0.0; extra == "frozen"
|
|
64
|
-
Requires-Dist: astropy-iers-data==0.2026.6.
|
|
64
|
+
Requires-Dist: astropy-iers-data==0.2026.6.22.1.23.34; extra == "frozen"
|
|
65
65
|
Requires-Dist: asttokens==3.0.1; extra == "frozen"
|
|
66
66
|
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
67
67
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
@@ -70,8 +70,8 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
70
70
|
Requires-Dist: beautifulsoup4==4.15.0; extra == "frozen"
|
|
71
71
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
72
72
|
Requires-Dist: bleach==6.4.0; extra == "frozen"
|
|
73
|
-
Requires-Dist: boto3==1.43.
|
|
74
|
-
Requires-Dist: botocore==1.43.
|
|
73
|
+
Requires-Dist: boto3==1.43.34; extra == "frozen"
|
|
74
|
+
Requires-Dist: botocore==1.43.34; extra == "frozen"
|
|
75
75
|
Requires-Dist: cadwyn==7.1.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
77
77
|
Requires-Dist: certifi==2026.6.17; extra == "frozen"
|
|
@@ -93,9 +93,9 @@ Requires-Dist: decorator==5.3.1; extra == "frozen"
|
|
|
93
93
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
94
94
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
95
95
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
96
|
-
Requires-Dist: dkist-processing-common==14.3.
|
|
96
|
+
Requires-Dist: dkist-processing-common==14.3.4; extra == "frozen"
|
|
97
97
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
98
|
+
Requires-Dist: dkist-processing-ops==1.10.23; extra == "frozen"
|
|
99
99
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
100
100
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -103,7 +103,7 @@ Requires-Dist: dkist_fits_specifications==4.28.0; extra == "frozen"
|
|
|
103
103
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
105
105
|
Requires-Dist: executing==2.2.1; extra == "frozen"
|
|
106
|
-
Requires-Dist: fastapi==0.
|
|
106
|
+
Requires-Dist: fastapi==0.138.0; extra == "frozen"
|
|
107
107
|
Requires-Dist: fastapi-cli==0.0.27; extra == "frozen"
|
|
108
108
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
109
109
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
@@ -132,7 +132,7 @@ Requires-Dist: isoduration==20.11.0; extra == "frozen"
|
|
|
132
132
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: jedi==0.20.0; extra == "frozen"
|
|
134
134
|
Requires-Dist: jmespath==1.1.0; extra == "frozen"
|
|
135
|
-
Requires-Dist: json5==0.
|
|
135
|
+
Requires-Dist: json5==0.15.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: jsonpointer==3.1.1; extra == "frozen"
|
|
137
137
|
Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
@@ -160,7 +160,7 @@ Requires-Dist: matplotlib==3.11.0; extra == "frozen"
|
|
|
160
160
|
Requires-Dist: matplotlib-inline==0.2.2; extra == "frozen"
|
|
161
161
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
162
162
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
163
|
-
Requires-Dist: mistune==3.
|
|
163
|
+
Requires-Dist: mistune==3.3.1; extra == "frozen"
|
|
164
164
|
Requires-Dist: more-itertools==11.1.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
166
166
|
Requires-Dist: msgspec==0.21.1; extra == "frozen"
|
|
@@ -172,7 +172,7 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
172
172
|
Requires-Dist: nest-asyncio2==1.7.2; extra == "frozen"
|
|
173
173
|
Requires-Dist: notebook==7.6.0; extra == "frozen"
|
|
174
174
|
Requires-Dist: notebook_shim==0.2.4; extra == "frozen"
|
|
175
|
-
Requires-Dist: numpy==2.
|
|
175
|
+
Requires-Dist: numpy==2.5.0; extra == "frozen"
|
|
176
176
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
177
177
|
Requires-Dist: opentelemetry-api==1.42.1; extra == "frozen"
|
|
178
178
|
Requires-Dist: opentelemetry-exporter-otlp==1.42.1; extra == "frozen"
|
|
@@ -226,7 +226,7 @@ Requires-Dist: pure_eval==0.2.3; extra == "frozen"
|
|
|
226
226
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
227
227
|
Requires-Dist: pydantic==2.13.4; extra == "frozen"
|
|
228
228
|
Requires-Dist: pydantic-extra-types==2.11.1; extra == "frozen"
|
|
229
|
-
Requires-Dist: pydantic-settings==2.14.
|
|
229
|
+
Requires-Dist: pydantic-settings==2.14.2; extra == "frozen"
|
|
230
230
|
Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
|
|
231
231
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
232
232
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
@@ -250,7 +250,7 @@ Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
|
250
250
|
Requires-Dist: rich-toolkit==0.20.1; extra == "frozen"
|
|
251
251
|
Requires-Dist: rpds-py==2026.5.1; extra == "frozen"
|
|
252
252
|
Requires-Dist: s3transfer==0.19.0; extra == "frozen"
|
|
253
|
-
Requires-Dist: scipy==1.
|
|
253
|
+
Requires-Dist: scipy==1.18.0; extra == "frozen"
|
|
254
254
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
255
255
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
256
256
|
Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
@@ -297,7 +297,7 @@ Requires-Dist: webencodings==0.5.1; extra == "frozen"
|
|
|
297
297
|
Requires-Dist: websocket-client==1.9.0; extra == "frozen"
|
|
298
298
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
299
299
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
300
|
-
Requires-Dist: wrapt==2.2.
|
|
300
|
+
Requires-Dist: wrapt==2.2.2; extra == "frozen"
|
|
301
301
|
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
302
302
|
Requires-Dist: yarl==1.24.2; extra == "frozen"
|
|
303
303
|
Requires-Dist: zipp==4.1.0; extra == "frozen"
|
{dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/_version.py
RENAMED
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '1.10.
|
|
22
|
-
__version_tuple__ = version_tuple = (1, 10,
|
|
21
|
+
__version__ = version = '1.10.23'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 10, 23)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'g6e1d5315a'
|
{dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.23
|
|
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.13
|
|
|
11
11
|
Requires-Python: >=3.13
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==14.3.
|
|
14
|
+
Requires-Dist: dkist-processing-common==14.3.4
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -34,7 +34,7 @@ Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
|
34
34
|
Requires-Dist: aiohappyeyeballs==2.6.2; extra == "frozen"
|
|
35
35
|
Requires-Dist: aiohttp==3.14.1; extra == "frozen"
|
|
36
36
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
37
|
-
Requires-Dist: aiosmtplib==5.1.
|
|
37
|
+
Requires-Dist: aiosmtplib==5.1.2; extra == "frozen"
|
|
38
38
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
39
39
|
Requires-Dist: alembic==1.18.4; extra == "frozen"
|
|
40
40
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
@@ -61,7 +61,7 @@ Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
|
61
61
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
62
62
|
Requires-Dist: asteval==1.0.9; extra == "frozen"
|
|
63
63
|
Requires-Dist: astropy==8.0.0; extra == "frozen"
|
|
64
|
-
Requires-Dist: astropy-iers-data==0.2026.6.
|
|
64
|
+
Requires-Dist: astropy-iers-data==0.2026.6.22.1.23.34; extra == "frozen"
|
|
65
65
|
Requires-Dist: asttokens==3.0.1; extra == "frozen"
|
|
66
66
|
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
67
67
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
@@ -70,8 +70,8 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
70
70
|
Requires-Dist: beautifulsoup4==4.15.0; extra == "frozen"
|
|
71
71
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
72
72
|
Requires-Dist: bleach==6.4.0; extra == "frozen"
|
|
73
|
-
Requires-Dist: boto3==1.43.
|
|
74
|
-
Requires-Dist: botocore==1.43.
|
|
73
|
+
Requires-Dist: boto3==1.43.34; extra == "frozen"
|
|
74
|
+
Requires-Dist: botocore==1.43.34; extra == "frozen"
|
|
75
75
|
Requires-Dist: cadwyn==7.1.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
77
77
|
Requires-Dist: certifi==2026.6.17; extra == "frozen"
|
|
@@ -93,9 +93,9 @@ Requires-Dist: decorator==5.3.1; extra == "frozen"
|
|
|
93
93
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
94
94
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
95
95
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
96
|
-
Requires-Dist: dkist-processing-common==14.3.
|
|
96
|
+
Requires-Dist: dkist-processing-common==14.3.4; extra == "frozen"
|
|
97
97
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
98
|
+
Requires-Dist: dkist-processing-ops==1.10.23; extra == "frozen"
|
|
99
99
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
100
100
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -103,7 +103,7 @@ Requires-Dist: dkist_fits_specifications==4.28.0; extra == "frozen"
|
|
|
103
103
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
105
105
|
Requires-Dist: executing==2.2.1; extra == "frozen"
|
|
106
|
-
Requires-Dist: fastapi==0.
|
|
106
|
+
Requires-Dist: fastapi==0.138.0; extra == "frozen"
|
|
107
107
|
Requires-Dist: fastapi-cli==0.0.27; extra == "frozen"
|
|
108
108
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
109
109
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
@@ -132,7 +132,7 @@ Requires-Dist: isoduration==20.11.0; extra == "frozen"
|
|
|
132
132
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: jedi==0.20.0; extra == "frozen"
|
|
134
134
|
Requires-Dist: jmespath==1.1.0; extra == "frozen"
|
|
135
|
-
Requires-Dist: json5==0.
|
|
135
|
+
Requires-Dist: json5==0.15.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: jsonpointer==3.1.1; extra == "frozen"
|
|
137
137
|
Requires-Dist: jsonschema==4.26.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
|
|
@@ -160,7 +160,7 @@ Requires-Dist: matplotlib==3.11.0; extra == "frozen"
|
|
|
160
160
|
Requires-Dist: matplotlib-inline==0.2.2; extra == "frozen"
|
|
161
161
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
162
162
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
163
|
-
Requires-Dist: mistune==3.
|
|
163
|
+
Requires-Dist: mistune==3.3.1; extra == "frozen"
|
|
164
164
|
Requires-Dist: more-itertools==11.1.0; extra == "frozen"
|
|
165
165
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
166
166
|
Requires-Dist: msgspec==0.21.1; extra == "frozen"
|
|
@@ -172,7 +172,7 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
172
172
|
Requires-Dist: nest-asyncio2==1.7.2; extra == "frozen"
|
|
173
173
|
Requires-Dist: notebook==7.6.0; extra == "frozen"
|
|
174
174
|
Requires-Dist: notebook_shim==0.2.4; extra == "frozen"
|
|
175
|
-
Requires-Dist: numpy==2.
|
|
175
|
+
Requires-Dist: numpy==2.5.0; extra == "frozen"
|
|
176
176
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
177
177
|
Requires-Dist: opentelemetry-api==1.42.1; extra == "frozen"
|
|
178
178
|
Requires-Dist: opentelemetry-exporter-otlp==1.42.1; extra == "frozen"
|
|
@@ -226,7 +226,7 @@ Requires-Dist: pure_eval==0.2.3; extra == "frozen"
|
|
|
226
226
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
227
227
|
Requires-Dist: pydantic==2.13.4; extra == "frozen"
|
|
228
228
|
Requires-Dist: pydantic-extra-types==2.11.1; extra == "frozen"
|
|
229
|
-
Requires-Dist: pydantic-settings==2.14.
|
|
229
|
+
Requires-Dist: pydantic-settings==2.14.2; extra == "frozen"
|
|
230
230
|
Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
|
|
231
231
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
232
232
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
@@ -250,7 +250,7 @@ Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
|
250
250
|
Requires-Dist: rich-toolkit==0.20.1; extra == "frozen"
|
|
251
251
|
Requires-Dist: rpds-py==2026.5.1; extra == "frozen"
|
|
252
252
|
Requires-Dist: s3transfer==0.19.0; extra == "frozen"
|
|
253
|
-
Requires-Dist: scipy==1.
|
|
253
|
+
Requires-Dist: scipy==1.18.0; extra == "frozen"
|
|
254
254
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
255
255
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
256
256
|
Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
@@ -297,7 +297,7 @@ Requires-Dist: webencodings==0.5.1; extra == "frozen"
|
|
|
297
297
|
Requires-Dist: websocket-client==1.9.0; extra == "frozen"
|
|
298
298
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
299
299
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
300
|
-
Requires-Dist: wrapt==2.2.
|
|
300
|
+
Requires-Dist: wrapt==2.2.2; extra == "frozen"
|
|
301
301
|
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
302
302
|
Requires-Dist: yarl==1.24.2; extra == "frozen"
|
|
303
303
|
Requires-Dist: zipp==4.1.0; extra == "frozen"
|
|
@@ -15,6 +15,8 @@ dkist_processing_ops.egg-info/SOURCES.txt
|
|
|
15
15
|
dkist_processing_ops.egg-info/dependency_links.txt
|
|
16
16
|
dkist_processing_ops.egg-info/not-zip-safe
|
|
17
17
|
dkist_processing_ops.egg-info/requires.txt
|
|
18
|
+
dkist_processing_ops.egg-info/scm_file_list.json
|
|
19
|
+
dkist_processing_ops.egg-info/scm_version.json
|
|
18
20
|
dkist_processing_ops.egg-info/top_level.txt
|
|
19
21
|
dkist_processing_ops/dags/scale.py
|
|
20
22
|
dkist_processing_ops/tasks/__init__.py
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==14.3.
|
|
1
|
+
dkist-processing-common==14.3.4
|
|
2
2
|
dkist-service-configuration==4.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -18,7 +18,7 @@ aioftp==0.27.2
|
|
|
18
18
|
aiohappyeyeballs==2.6.2
|
|
19
19
|
aiohttp==3.14.1
|
|
20
20
|
aiosignal==1.4.0
|
|
21
|
-
aiosmtplib==5.1.
|
|
21
|
+
aiosmtplib==5.1.2
|
|
22
22
|
aiosqlite==0.21.0
|
|
23
23
|
alembic==1.18.4
|
|
24
24
|
amqp==5.3.1
|
|
@@ -45,7 +45,7 @@ asdf_standard==1.5.0
|
|
|
45
45
|
asgiref==3.11.1
|
|
46
46
|
asteval==1.0.9
|
|
47
47
|
astropy==8.0.0
|
|
48
|
-
astropy-iers-data==0.2026.6.
|
|
48
|
+
astropy-iers-data==0.2026.6.22.1.23.34
|
|
49
49
|
asttokens==3.0.1
|
|
50
50
|
async-lru==2.3.0
|
|
51
51
|
asyncpg==0.31.0
|
|
@@ -54,8 +54,8 @@ babel==2.18.0
|
|
|
54
54
|
beautifulsoup4==4.15.0
|
|
55
55
|
billiard==4.2.4
|
|
56
56
|
bleach==6.4.0
|
|
57
|
-
boto3==1.43.
|
|
58
|
-
botocore==1.43.
|
|
57
|
+
boto3==1.43.34
|
|
58
|
+
botocore==1.43.34
|
|
59
59
|
cadwyn==7.1.0
|
|
60
60
|
celery==5.6.3
|
|
61
61
|
certifi==2026.6.17
|
|
@@ -77,9 +77,9 @@ decorator==5.3.1
|
|
|
77
77
|
defusedxml==0.7.1
|
|
78
78
|
dill==0.4.1
|
|
79
79
|
dkist-header-validator==5.4.0
|
|
80
|
-
dkist-processing-common==14.3.
|
|
80
|
+
dkist-processing-common==14.3.4
|
|
81
81
|
dkist-processing-core==7.3.0
|
|
82
|
-
dkist-processing-ops==1.10.
|
|
82
|
+
dkist-processing-ops==1.10.23
|
|
83
83
|
dkist-processing-pac==3.1.2
|
|
84
84
|
dkist-service-configuration==4.3.0
|
|
85
85
|
dkist-spectral-lines==3.0.1
|
|
@@ -87,7 +87,7 @@ dkist_fits_specifications==4.28.0
|
|
|
87
87
|
dnspython==2.8.0
|
|
88
88
|
email-validator==2.3.0
|
|
89
89
|
executing==2.2.1
|
|
90
|
-
fastapi==0.
|
|
90
|
+
fastapi==0.138.0
|
|
91
91
|
fastapi-cli==0.0.27
|
|
92
92
|
fastjsonschema==2.21.2
|
|
93
93
|
flower==2.0.1
|
|
@@ -116,7 +116,7 @@ isoduration==20.11.0
|
|
|
116
116
|
itsdangerous==2.2.0
|
|
117
117
|
jedi==0.20.0
|
|
118
118
|
jmespath==1.1.0
|
|
119
|
-
json5==0.
|
|
119
|
+
json5==0.15.0
|
|
120
120
|
jsonpointer==3.1.1
|
|
121
121
|
jsonschema==4.26.0
|
|
122
122
|
jsonschema-specifications==2025.9.1
|
|
@@ -144,7 +144,7 @@ matplotlib==3.11.0
|
|
|
144
144
|
matplotlib-inline==0.2.2
|
|
145
145
|
mdurl==0.1.2
|
|
146
146
|
methodtools==0.4.7
|
|
147
|
-
mistune==3.
|
|
147
|
+
mistune==3.3.1
|
|
148
148
|
more-itertools==11.1.0
|
|
149
149
|
moviepy==2.2.1
|
|
150
150
|
msgspec==0.21.1
|
|
@@ -156,7 +156,7 @@ nbformat==5.10.4
|
|
|
156
156
|
nest-asyncio2==1.7.2
|
|
157
157
|
notebook==7.6.0
|
|
158
158
|
notebook_shim==0.2.4
|
|
159
|
-
numpy==2.
|
|
159
|
+
numpy==2.5.0
|
|
160
160
|
object-clerk==1.0.0
|
|
161
161
|
opentelemetry-api==1.42.1
|
|
162
162
|
opentelemetry-exporter-otlp==1.42.1
|
|
@@ -210,7 +210,7 @@ pure_eval==0.2.3
|
|
|
210
210
|
pycparser==3.0
|
|
211
211
|
pydantic==2.13.4
|
|
212
212
|
pydantic-extra-types==2.11.1
|
|
213
|
-
pydantic-settings==2.14.
|
|
213
|
+
pydantic-settings==2.14.2
|
|
214
214
|
pydantic_core==2.46.4
|
|
215
215
|
pyerfa==2.0.1.5
|
|
216
216
|
pygtrie==2.5.0
|
|
@@ -234,7 +234,7 @@ rich-argparse==1.8.0
|
|
|
234
234
|
rich-toolkit==0.20.1
|
|
235
235
|
rpds-py==2026.5.1
|
|
236
236
|
s3transfer==0.19.0
|
|
237
|
-
scipy==1.
|
|
237
|
+
scipy==1.18.0
|
|
238
238
|
semantic-version==2.10.0
|
|
239
239
|
setproctitle==1.3.7
|
|
240
240
|
shellingham==1.5.4
|
|
@@ -281,7 +281,7 @@ webencodings==0.5.1
|
|
|
281
281
|
websocket-client==1.9.0
|
|
282
282
|
websockets==16.0
|
|
283
283
|
wirerope==1.0.0
|
|
284
|
-
wrapt==2.2.
|
|
284
|
+
wrapt==2.2.2
|
|
285
285
|
yamale==6.1.0
|
|
286
286
|
yarl==1.24.2
|
|
287
287
|
zipp==4.1.0
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"files": [
|
|
3
|
+
".pre-commit-config.yaml",
|
|
4
|
+
"pyproject.toml",
|
|
5
|
+
".snyk",
|
|
6
|
+
"README.rst",
|
|
7
|
+
"MANIFEST.in",
|
|
8
|
+
"LICENSE.rst",
|
|
9
|
+
"bitbucket-pipelines.yml",
|
|
10
|
+
".gitignore",
|
|
11
|
+
".rovodev/.review-agent.md",
|
|
12
|
+
"dkist_processing_ops/__init__.py",
|
|
13
|
+
"dkist_processing_ops/config.py",
|
|
14
|
+
"dkist_processing_ops/tasks/__init__.py",
|
|
15
|
+
"dkist_processing_ops/tasks/smoke.py",
|
|
16
|
+
"dkist_processing_ops/tasks/wait.py",
|
|
17
|
+
"dkist_processing_ops/tasks/read_memory_leak.py",
|
|
18
|
+
"dkist_processing_ops/dags/scale.py",
|
|
19
|
+
"dkist_processing_ops/tests/__init__.py",
|
|
20
|
+
"dkist_processing_ops/tests/test_workflows.py",
|
|
21
|
+
"dkist_processing_ops/workflows/__init__.py",
|
|
22
|
+
"dkist_processing_ops/workflows/memory_leak.py",
|
|
23
|
+
"dkist_processing_ops/workflows/smoke.py"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -6,8 +6,8 @@ build-backend = 'setuptools.build_meta'
|
|
|
6
6
|
|
|
7
7
|
[tool.dkist-dev-tools]
|
|
8
8
|
# Most recently frozen version by dkist-dev-tools
|
|
9
|
-
version = "1.10.
|
|
10
|
-
date = 2026-06-
|
|
9
|
+
version = "1.10.23"
|
|
10
|
+
date = 2026-06-22T10:29:23.958206
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
@@ -25,7 +25,7 @@ authors = [
|
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
dependencies = [
|
|
28
|
-
"dkist-processing-common==14.3.
|
|
28
|
+
"dkist-processing-common==14.3.4",
|
|
29
29
|
"dkist-service-configuration==4.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -55,7 +55,7 @@ frozen = [
|
|
|
55
55
|
"aiohappyeyeballs == 2.6.2",
|
|
56
56
|
"aiohttp == 3.14.1",
|
|
57
57
|
"aiosignal == 1.4.0",
|
|
58
|
-
"aiosmtplib == 5.1.
|
|
58
|
+
"aiosmtplib == 5.1.2",
|
|
59
59
|
"aiosqlite == 0.21.0",
|
|
60
60
|
"alembic == 1.18.4",
|
|
61
61
|
"amqp == 5.3.1",
|
|
@@ -82,7 +82,7 @@ frozen = [
|
|
|
82
82
|
"asgiref == 3.11.1",
|
|
83
83
|
"asteval == 1.0.9",
|
|
84
84
|
"astropy == 8.0.0",
|
|
85
|
-
"astropy-iers-data == 0.2026.6.
|
|
85
|
+
"astropy-iers-data == 0.2026.6.22.1.23.34",
|
|
86
86
|
"asttokens == 3.0.1",
|
|
87
87
|
"async-lru == 2.3.0",
|
|
88
88
|
"asyncpg == 0.31.0",
|
|
@@ -91,8 +91,8 @@ frozen = [
|
|
|
91
91
|
"beautifulsoup4 == 4.15.0",
|
|
92
92
|
"billiard == 4.2.4",
|
|
93
93
|
"bleach == 6.4.0",
|
|
94
|
-
"boto3 == 1.43.
|
|
95
|
-
"botocore == 1.43.
|
|
94
|
+
"boto3 == 1.43.34",
|
|
95
|
+
"botocore == 1.43.34",
|
|
96
96
|
"cadwyn == 7.1.0",
|
|
97
97
|
"celery == 5.6.3",
|
|
98
98
|
"certifi == 2026.6.17",
|
|
@@ -114,9 +114,9 @@ frozen = [
|
|
|
114
114
|
"defusedxml == 0.7.1",
|
|
115
115
|
"dill == 0.4.1",
|
|
116
116
|
"dkist-header-validator == 5.4.0",
|
|
117
|
-
"dkist-processing-common == 14.3.
|
|
117
|
+
"dkist-processing-common == 14.3.4",
|
|
118
118
|
"dkist-processing-core == 7.3.0",
|
|
119
|
-
"dkist-processing-ops == 1.10.
|
|
119
|
+
"dkist-processing-ops == 1.10.23",
|
|
120
120
|
"dkist-processing-pac == 3.1.2",
|
|
121
121
|
"dkist-service-configuration == 4.3.0",
|
|
122
122
|
"dkist-spectral-lines == 3.0.1",
|
|
@@ -124,7 +124,7 @@ frozen = [
|
|
|
124
124
|
"dnspython == 2.8.0",
|
|
125
125
|
"email-validator == 2.3.0",
|
|
126
126
|
"executing == 2.2.1",
|
|
127
|
-
"fastapi == 0.
|
|
127
|
+
"fastapi == 0.138.0",
|
|
128
128
|
"fastapi-cli == 0.0.27",
|
|
129
129
|
"fastjsonschema == 2.21.2",
|
|
130
130
|
"flower == 2.0.1",
|
|
@@ -153,7 +153,7 @@ frozen = [
|
|
|
153
153
|
"itsdangerous == 2.2.0",
|
|
154
154
|
"jedi == 0.20.0",
|
|
155
155
|
"jmespath == 1.1.0",
|
|
156
|
-
"json5 == 0.
|
|
156
|
+
"json5 == 0.15.0",
|
|
157
157
|
"jsonpointer == 3.1.1",
|
|
158
158
|
"jsonschema == 4.26.0",
|
|
159
159
|
"jsonschema-specifications == 2025.9.1",
|
|
@@ -181,7 +181,7 @@ frozen = [
|
|
|
181
181
|
"matplotlib-inline == 0.2.2",
|
|
182
182
|
"mdurl == 0.1.2",
|
|
183
183
|
"methodtools == 0.4.7",
|
|
184
|
-
"mistune == 3.
|
|
184
|
+
"mistune == 3.3.1",
|
|
185
185
|
"more-itertools == 11.1.0",
|
|
186
186
|
"moviepy == 2.2.1",
|
|
187
187
|
"msgspec == 0.21.1",
|
|
@@ -193,7 +193,7 @@ frozen = [
|
|
|
193
193
|
"nest-asyncio2 == 1.7.2",
|
|
194
194
|
"notebook == 7.6.0",
|
|
195
195
|
"notebook_shim == 0.2.4",
|
|
196
|
-
"numpy == 2.
|
|
196
|
+
"numpy == 2.5.0",
|
|
197
197
|
"object-clerk == 1.0.0",
|
|
198
198
|
"opentelemetry-api == 1.42.1",
|
|
199
199
|
"opentelemetry-exporter-otlp == 1.42.1",
|
|
@@ -247,7 +247,7 @@ frozen = [
|
|
|
247
247
|
"pycparser == 3.0",
|
|
248
248
|
"pydantic == 2.13.4",
|
|
249
249
|
"pydantic-extra-types == 2.11.1",
|
|
250
|
-
"pydantic-settings == 2.14.
|
|
250
|
+
"pydantic-settings == 2.14.2",
|
|
251
251
|
"pydantic_core == 2.46.4",
|
|
252
252
|
"pyerfa == 2.0.1.5",
|
|
253
253
|
"pygtrie == 2.5.0",
|
|
@@ -271,7 +271,7 @@ frozen = [
|
|
|
271
271
|
"rich-toolkit == 0.20.1",
|
|
272
272
|
"rpds-py == 2026.5.1",
|
|
273
273
|
"s3transfer == 0.19.0",
|
|
274
|
-
"scipy == 1.
|
|
274
|
+
"scipy == 1.18.0",
|
|
275
275
|
"semantic-version == 2.10.0",
|
|
276
276
|
"setproctitle == 1.3.7",
|
|
277
277
|
"shellingham == 1.5.4",
|
|
@@ -318,7 +318,7 @@ frozen = [
|
|
|
318
318
|
"websocket-client == 1.9.0",
|
|
319
319
|
"websockets == 16.0",
|
|
320
320
|
"wirerope == 1.0.0",
|
|
321
|
-
"wrapt == 2.2.
|
|
321
|
+
"wrapt == 2.2.2",
|
|
322
322
|
"yamale == 6.1.0",
|
|
323
323
|
"yarl == 1.24.2",
|
|
324
324
|
"zipp == 4.1.0",
|
|
File without changes
|
|
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.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/config.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.22 → dkist_processing_ops-1.10.23}/dkist_processing_ops/tests/__init__.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
|