dkist-processing-ops 1.10.9__tar.gz → 1.10.10__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.9 → dkist_processing_ops-1.10.10}/PKG-INFO +42 -42
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops.egg-info/PKG-INFO +42 -42
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops.egg-info/requires.txt +41 -41
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/pyproject.toml +43 -43
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/.gitignore +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/.snyk +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/README.rst +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/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.10
|
|
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
|
|
@@ -47,9 +47,9 @@ Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
|
47
47
|
Requires-Dist: apache-airflow-providers-celery==3.18.0; extra == "frozen"
|
|
48
48
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
49
49
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
50
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
50
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
|
|
51
51
|
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
52
|
-
Requires-Dist: apache-airflow-providers-smtp==
|
|
52
|
+
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
54
54
|
Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
|
|
55
55
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
@@ -59,13 +59,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
59
59
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
60
60
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
61
61
|
Requires-Dist: astropy==7.2.0; extra == "frozen"
|
|
62
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
62
|
+
Requires-Dist: astropy-iers-data==0.2026.4.27.1.3.2; extra == "frozen"
|
|
63
63
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
64
64
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
67
|
-
Requires-Dist: boto3==1.42.
|
|
68
|
-
Requires-Dist: botocore==1.42.
|
|
67
|
+
Requires-Dist: boto3==1.42.96; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.96; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
70
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
71
71
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -79,18 +79,18 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
|
79
79
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
80
80
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
81
81
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
82
|
-
Requires-Dist: cryptography==
|
|
82
|
+
Requires-Dist: cryptography==47.0.0; extra == "frozen"
|
|
83
83
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
84
84
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
85
85
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
87
87
|
Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
|
|
88
88
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
89
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
90
|
-
Requires-Dist: dkist-processing-pac==3.1.
|
|
89
|
+
Requires-Dist: dkist-processing-ops==1.10.10; extra == "frozen"
|
|
90
|
+
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
93
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
93
|
+
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
94
94
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -104,7 +104,7 @@ Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
|
104
104
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
105
105
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
107
|
-
Requires-Dist: greenlet==3.
|
|
107
|
+
Requires-Dist: greenlet==3.5.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
110
110
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -128,7 +128,7 @@ Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
|
128
128
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
129
129
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
130
130
|
Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
131
|
-
Requires-Dist: matplotlib==3.10.
|
|
131
|
+
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
132
132
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
133
133
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
134
134
|
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
@@ -139,39 +139,39 @@ Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
|
139
139
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
140
140
|
Requires-Dist: numpy==2.4.4; extra == "frozen"
|
|
141
141
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
142
|
-
Requires-Dist: opentelemetry-api==1.41.
|
|
143
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.41.
|
|
144
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.
|
|
145
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.
|
|
146
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.
|
|
147
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
148
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
149
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
150
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
151
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
152
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
153
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
154
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
155
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
156
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
157
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
158
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
159
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
160
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
142
|
+
Requires-Dist: opentelemetry-api==1.41.1; extra == "frozen"
|
|
143
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.41.1; extra == "frozen"
|
|
144
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.1; extra == "frozen"
|
|
145
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.1; extra == "frozen"
|
|
146
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.1; extra == "frozen"
|
|
147
|
+
Requires-Dist: opentelemetry-instrumentation==0.62b1; extra == "frozen"
|
|
148
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b1; extra == "frozen"
|
|
149
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.62b1; extra == "frozen"
|
|
150
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.62b1; extra == "frozen"
|
|
151
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.62b1; extra == "frozen"
|
|
152
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b1; extra == "frozen"
|
|
153
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b1; extra == "frozen"
|
|
154
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.62b1; extra == "frozen"
|
|
155
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b1; extra == "frozen"
|
|
156
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b1; extra == "frozen"
|
|
157
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.62b1; extra == "frozen"
|
|
158
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.62b1; extra == "frozen"
|
|
159
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b1; extra == "frozen"
|
|
160
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b1; extra == "frozen"
|
|
161
161
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
162
|
-
Requires-Dist: opentelemetry-proto==1.41.
|
|
163
|
-
Requires-Dist: opentelemetry-sdk==1.41.
|
|
164
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
165
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
162
|
+
Requires-Dist: opentelemetry-proto==1.41.1; extra == "frozen"
|
|
163
|
+
Requires-Dist: opentelemetry-sdk==1.41.1; extra == "frozen"
|
|
164
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
|
|
165
|
+
Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
|
|
166
166
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
167
|
-
Requires-Dist: packaging==26.
|
|
167
|
+
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
168
168
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
169
169
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
170
|
-
Requires-Dist: pathspec==1.
|
|
170
|
+
Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
171
171
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
172
172
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
173
173
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
174
|
-
Requires-Dist: pip==26.
|
|
174
|
+
Requires-Dist: pip==26.1; extra == "frozen"
|
|
175
175
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
176
176
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
177
177
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
@@ -192,7 +192,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
192
192
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
193
193
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
194
194
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
195
|
-
Requires-Dist: python-multipart==0.0.
|
|
195
|
+
Requires-Dist: python-multipart==0.0.27; extra == "frozen"
|
|
196
196
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
197
197
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
198
198
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
@@ -224,17 +224,17 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
|
224
224
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
225
225
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
226
226
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
227
|
-
Requires-Dist: typer==0.
|
|
227
|
+
Requires-Dist: typer==0.25.0; extra == "frozen"
|
|
228
228
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
229
229
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
230
|
-
Requires-Dist: tzdata==2026.
|
|
230
|
+
Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
231
231
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
232
232
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
233
233
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
234
234
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
235
235
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
236
236
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
237
|
-
Requires-Dist: uvicorn==0.
|
|
237
|
+
Requires-Dist: uvicorn==0.46.0; extra == "frozen"
|
|
238
238
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
239
239
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
240
240
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
{dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/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.10'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 10, 10)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'ga5acca569'
|
{dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/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.10
|
|
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
|
|
@@ -47,9 +47,9 @@ Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
|
47
47
|
Requires-Dist: apache-airflow-providers-celery==3.18.0; extra == "frozen"
|
|
48
48
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
49
49
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
50
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
50
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
|
|
51
51
|
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
52
|
-
Requires-Dist: apache-airflow-providers-smtp==
|
|
52
|
+
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
54
54
|
Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
|
|
55
55
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
@@ -59,13 +59,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
59
59
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
60
60
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
61
61
|
Requires-Dist: astropy==7.2.0; extra == "frozen"
|
|
62
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
62
|
+
Requires-Dist: astropy-iers-data==0.2026.4.27.1.3.2; extra == "frozen"
|
|
63
63
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
64
64
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
67
|
-
Requires-Dist: boto3==1.42.
|
|
68
|
-
Requires-Dist: botocore==1.42.
|
|
67
|
+
Requires-Dist: boto3==1.42.96; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.96; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
70
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
71
71
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -79,18 +79,18 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
|
79
79
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
80
80
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
81
81
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
82
|
-
Requires-Dist: cryptography==
|
|
82
|
+
Requires-Dist: cryptography==47.0.0; extra == "frozen"
|
|
83
83
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
84
84
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
85
85
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
87
87
|
Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
|
|
88
88
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
89
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
90
|
-
Requires-Dist: dkist-processing-pac==3.1.
|
|
89
|
+
Requires-Dist: dkist-processing-ops==1.10.10; extra == "frozen"
|
|
90
|
+
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
93
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
93
|
+
Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
|
|
94
94
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -104,7 +104,7 @@ Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
|
104
104
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
105
105
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
106
106
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
107
|
-
Requires-Dist: greenlet==3.
|
|
107
|
+
Requires-Dist: greenlet==3.5.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
109
109
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
110
110
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -128,7 +128,7 @@ Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
|
128
128
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
129
129
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
130
130
|
Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
131
|
-
Requires-Dist: matplotlib==3.10.
|
|
131
|
+
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
132
132
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
133
133
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
134
134
|
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
@@ -139,39 +139,39 @@ Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
|
139
139
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
140
140
|
Requires-Dist: numpy==2.4.4; extra == "frozen"
|
|
141
141
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
142
|
-
Requires-Dist: opentelemetry-api==1.41.
|
|
143
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.41.
|
|
144
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.
|
|
145
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.
|
|
146
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.
|
|
147
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
148
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
149
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
150
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
151
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
152
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
153
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
154
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
155
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
156
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
157
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
158
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
159
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
160
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
142
|
+
Requires-Dist: opentelemetry-api==1.41.1; extra == "frozen"
|
|
143
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.41.1; extra == "frozen"
|
|
144
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.1; extra == "frozen"
|
|
145
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.1; extra == "frozen"
|
|
146
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.1; extra == "frozen"
|
|
147
|
+
Requires-Dist: opentelemetry-instrumentation==0.62b1; extra == "frozen"
|
|
148
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b1; extra == "frozen"
|
|
149
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.62b1; extra == "frozen"
|
|
150
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.62b1; extra == "frozen"
|
|
151
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.62b1; extra == "frozen"
|
|
152
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b1; extra == "frozen"
|
|
153
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b1; extra == "frozen"
|
|
154
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.62b1; extra == "frozen"
|
|
155
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b1; extra == "frozen"
|
|
156
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b1; extra == "frozen"
|
|
157
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.62b1; extra == "frozen"
|
|
158
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.62b1; extra == "frozen"
|
|
159
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b1; extra == "frozen"
|
|
160
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b1; extra == "frozen"
|
|
161
161
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
162
|
-
Requires-Dist: opentelemetry-proto==1.41.
|
|
163
|
-
Requires-Dist: opentelemetry-sdk==1.41.
|
|
164
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
165
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
162
|
+
Requires-Dist: opentelemetry-proto==1.41.1; extra == "frozen"
|
|
163
|
+
Requires-Dist: opentelemetry-sdk==1.41.1; extra == "frozen"
|
|
164
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
|
|
165
|
+
Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
|
|
166
166
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
167
|
-
Requires-Dist: packaging==26.
|
|
167
|
+
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
168
168
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
169
169
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
170
|
-
Requires-Dist: pathspec==1.
|
|
170
|
+
Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
171
171
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
172
172
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
173
173
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
174
|
-
Requires-Dist: pip==26.
|
|
174
|
+
Requires-Dist: pip==26.1; extra == "frozen"
|
|
175
175
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
176
176
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
177
177
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
@@ -192,7 +192,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
|
192
192
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
193
193
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
194
194
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
195
|
-
Requires-Dist: python-multipart==0.0.
|
|
195
|
+
Requires-Dist: python-multipart==0.0.27; extra == "frozen"
|
|
196
196
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
197
197
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
198
198
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
@@ -224,17 +224,17 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
|
224
224
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
225
225
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
226
226
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
227
|
-
Requires-Dist: typer==0.
|
|
227
|
+
Requires-Dist: typer==0.25.0; extra == "frozen"
|
|
228
228
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
229
229
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
230
|
-
Requires-Dist: tzdata==2026.
|
|
230
|
+
Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
231
231
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
232
232
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
233
233
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
234
234
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
235
235
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
236
236
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
237
|
-
Requires-Dist: uvicorn==0.
|
|
237
|
+
Requires-Dist: uvicorn==0.46.0; extra == "frozen"
|
|
238
238
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
239
239
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
240
240
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -31,9 +31,9 @@ apache-airflow-core==3.1.8
|
|
|
31
31
|
apache-airflow-providers-celery==3.18.0
|
|
32
32
|
apache-airflow-providers-common-compat==1.14.3
|
|
33
33
|
apache-airflow-providers-common-io==1.7.2
|
|
34
|
-
apache-airflow-providers-common-sql==1.
|
|
34
|
+
apache-airflow-providers-common-sql==1.35.0
|
|
35
35
|
apache-airflow-providers-postgres==6.6.3
|
|
36
|
-
apache-airflow-providers-smtp==
|
|
36
|
+
apache-airflow-providers-smtp==3.0.0
|
|
37
37
|
apache-airflow-providers-standard==1.12.3
|
|
38
38
|
apache-airflow-task-sdk==1.1.8
|
|
39
39
|
argcomplete==3.6.3
|
|
@@ -43,13 +43,13 @@ asdf_transform_schemas==0.6.0
|
|
|
43
43
|
asgiref==3.11.1
|
|
44
44
|
asteval==1.0.8
|
|
45
45
|
astropy==7.2.0
|
|
46
|
-
astropy-iers-data==0.2026.4.
|
|
46
|
+
astropy-iers-data==0.2026.4.27.1.3.2
|
|
47
47
|
asyncpg==0.31.0
|
|
48
48
|
attrs==26.1.0
|
|
49
49
|
babel==2.18.0
|
|
50
50
|
billiard==4.2.4
|
|
51
|
-
boto3==1.42.
|
|
52
|
-
botocore==1.42.
|
|
51
|
+
boto3==1.42.96
|
|
52
|
+
botocore==1.42.96
|
|
53
53
|
cadwyn==5.4.6
|
|
54
54
|
celery==5.6.3
|
|
55
55
|
certifi==2026.4.22
|
|
@@ -63,18 +63,18 @@ colorlog==6.10.1
|
|
|
63
63
|
contourpy==1.3.3
|
|
64
64
|
cron_descriptor==2.0.8
|
|
65
65
|
croniter==6.2.2
|
|
66
|
-
cryptography==
|
|
66
|
+
cryptography==47.0.0
|
|
67
67
|
cycler==0.12.1
|
|
68
68
|
decorator==5.2.1
|
|
69
69
|
dill==0.4.1
|
|
70
70
|
dkist-header-validator==5.3.1
|
|
71
71
|
dkist-processing-common==14.0.1
|
|
72
72
|
dkist-processing-core==7.2.1
|
|
73
|
-
dkist-processing-ops==1.10.
|
|
74
|
-
dkist-processing-pac==3.1.
|
|
73
|
+
dkist-processing-ops==1.10.10
|
|
74
|
+
dkist-processing-pac==3.1.2
|
|
75
75
|
dkist-service-configuration==4.3.0
|
|
76
76
|
dkist-spectral-lines==3.0.1
|
|
77
|
-
dkist_fits_specifications==4.
|
|
77
|
+
dkist_fits_specifications==4.25.0
|
|
78
78
|
dnspython==2.8.0
|
|
79
79
|
email-validator==2.3.0
|
|
80
80
|
fastapi==0.117.1
|
|
@@ -88,7 +88,7 @@ globus-sdk==4.5.0
|
|
|
88
88
|
googleapis-common-protos==1.74.0
|
|
89
89
|
gqlclient==2.0.0
|
|
90
90
|
greenback==1.3.0
|
|
91
|
-
greenlet==3.
|
|
91
|
+
greenlet==3.5.0
|
|
92
92
|
grpcio==1.80.0
|
|
93
93
|
h11==0.16.0
|
|
94
94
|
httpcore==1.0.9
|
|
@@ -112,7 +112,7 @@ lmfit==1.3.4
|
|
|
112
112
|
lockfile==0.12.2
|
|
113
113
|
loguru==0.7.3
|
|
114
114
|
markdown-it-py==4.0.0
|
|
115
|
-
matplotlib==3.10.
|
|
115
|
+
matplotlib==3.10.9
|
|
116
116
|
mdurl==0.1.2
|
|
117
117
|
methodtools==0.4.7
|
|
118
118
|
more-itertools==11.0.2
|
|
@@ -123,39 +123,39 @@ natsort==8.4.0
|
|
|
123
123
|
nbformat==5.10.4
|
|
124
124
|
numpy==2.4.4
|
|
125
125
|
object-clerk==1.0.0
|
|
126
|
-
opentelemetry-api==1.41.
|
|
127
|
-
opentelemetry-exporter-otlp==1.41.
|
|
128
|
-
opentelemetry-exporter-otlp-proto-common==1.41.
|
|
129
|
-
opentelemetry-exporter-otlp-proto-grpc==1.41.
|
|
130
|
-
opentelemetry-exporter-otlp-proto-http==1.41.
|
|
131
|
-
opentelemetry-instrumentation==0.
|
|
132
|
-
opentelemetry-instrumentation-aiohttp-client==0.
|
|
133
|
-
opentelemetry-instrumentation-asgi==0.
|
|
134
|
-
opentelemetry-instrumentation-botocore==0.
|
|
135
|
-
opentelemetry-instrumentation-celery==0.
|
|
136
|
-
opentelemetry-instrumentation-dbapi==0.
|
|
137
|
-
opentelemetry-instrumentation-fastapi==0.
|
|
138
|
-
opentelemetry-instrumentation-pika==0.
|
|
139
|
-
opentelemetry-instrumentation-psycopg2==0.
|
|
140
|
-
opentelemetry-instrumentation-pymongo==0.
|
|
141
|
-
opentelemetry-instrumentation-redis==0.
|
|
142
|
-
opentelemetry-instrumentation-requests==0.
|
|
143
|
-
opentelemetry-instrumentation-sqlalchemy==0.
|
|
144
|
-
opentelemetry-instrumentation-system-metrics==0.
|
|
126
|
+
opentelemetry-api==1.41.1
|
|
127
|
+
opentelemetry-exporter-otlp==1.41.1
|
|
128
|
+
opentelemetry-exporter-otlp-proto-common==1.41.1
|
|
129
|
+
opentelemetry-exporter-otlp-proto-grpc==1.41.1
|
|
130
|
+
opentelemetry-exporter-otlp-proto-http==1.41.1
|
|
131
|
+
opentelemetry-instrumentation==0.62b1
|
|
132
|
+
opentelemetry-instrumentation-aiohttp-client==0.62b1
|
|
133
|
+
opentelemetry-instrumentation-asgi==0.62b1
|
|
134
|
+
opentelemetry-instrumentation-botocore==0.62b1
|
|
135
|
+
opentelemetry-instrumentation-celery==0.62b1
|
|
136
|
+
opentelemetry-instrumentation-dbapi==0.62b1
|
|
137
|
+
opentelemetry-instrumentation-fastapi==0.62b1
|
|
138
|
+
opentelemetry-instrumentation-pika==0.62b1
|
|
139
|
+
opentelemetry-instrumentation-psycopg2==0.62b1
|
|
140
|
+
opentelemetry-instrumentation-pymongo==0.62b1
|
|
141
|
+
opentelemetry-instrumentation-redis==0.62b1
|
|
142
|
+
opentelemetry-instrumentation-requests==0.62b1
|
|
143
|
+
opentelemetry-instrumentation-sqlalchemy==0.62b1
|
|
144
|
+
opentelemetry-instrumentation-system-metrics==0.62b1
|
|
145
145
|
opentelemetry-propagator-aws-xray==1.0.2
|
|
146
|
-
opentelemetry-proto==1.41.
|
|
147
|
-
opentelemetry-sdk==1.41.
|
|
148
|
-
opentelemetry-semantic-conventions==0.
|
|
149
|
-
opentelemetry-util-http==0.
|
|
146
|
+
opentelemetry-proto==1.41.1
|
|
147
|
+
opentelemetry-sdk==1.41.1
|
|
148
|
+
opentelemetry-semantic-conventions==0.62b1
|
|
149
|
+
opentelemetry-util-http==0.62b1
|
|
150
150
|
outcome==1.3.0.post0
|
|
151
|
-
packaging==26.
|
|
151
|
+
packaging==26.2
|
|
152
152
|
pandas==3.0.2
|
|
153
153
|
parfive==2.3.1
|
|
154
|
-
pathspec==1.
|
|
154
|
+
pathspec==1.1.1
|
|
155
155
|
pendulum==3.2.0
|
|
156
156
|
pika==1.3.2
|
|
157
157
|
pillow==11.3.0
|
|
158
|
-
pip==26.
|
|
158
|
+
pip==26.1
|
|
159
159
|
platformdirs==4.9.6
|
|
160
160
|
pluggy==1.6.0
|
|
161
161
|
pooch==1.9.0
|
|
@@ -176,7 +176,7 @@ pyparsing==3.3.2
|
|
|
176
176
|
python-daemon==3.1.2
|
|
177
177
|
python-dateutil==2.9.0.post0
|
|
178
178
|
python-dotenv==1.2.2
|
|
179
|
-
python-multipart==0.0.
|
|
179
|
+
python-multipart==0.0.27
|
|
180
180
|
python-slugify==8.0.4
|
|
181
181
|
pytz==2026.1.post1
|
|
182
182
|
redis==6.4.0
|
|
@@ -208,17 +208,17 @@ text-unidecode==1.3
|
|
|
208
208
|
tornado==6.5.5
|
|
209
209
|
tqdm==4.67.3
|
|
210
210
|
traitlets==5.14.3
|
|
211
|
-
typer==0.
|
|
211
|
+
typer==0.25.0
|
|
212
212
|
typing-inspection==0.4.2
|
|
213
213
|
typing_extensions==4.15.0
|
|
214
|
-
tzdata==2026.
|
|
214
|
+
tzdata==2026.2
|
|
215
215
|
tzlocal==5.3.1
|
|
216
216
|
uc-micro-py==2.0.0
|
|
217
217
|
uncertainties==3.2.3
|
|
218
218
|
universal_pathlib==0.2.6
|
|
219
219
|
urllib3==2.6.3
|
|
220
220
|
uuid6==2025.0.1
|
|
221
|
-
uvicorn==0.
|
|
221
|
+
uvicorn==0.46.0
|
|
222
222
|
uvloop==0.22.1
|
|
223
223
|
vine==5.1.0
|
|
224
224
|
voluptuous==0.16.0
|
|
@@ -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-04-
|
|
9
|
+
version = "1.10.10"
|
|
10
|
+
date = 2026-04-27T14:18:12.286367
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
@@ -68,9 +68,9 @@ frozen = [
|
|
|
68
68
|
"apache-airflow-providers-celery == 3.18.0",
|
|
69
69
|
"apache-airflow-providers-common-compat == 1.14.3",
|
|
70
70
|
"apache-airflow-providers-common-io == 1.7.2",
|
|
71
|
-
"apache-airflow-providers-common-sql == 1.
|
|
71
|
+
"apache-airflow-providers-common-sql == 1.35.0",
|
|
72
72
|
"apache-airflow-providers-postgres == 6.6.3",
|
|
73
|
-
"apache-airflow-providers-smtp ==
|
|
73
|
+
"apache-airflow-providers-smtp == 3.0.0",
|
|
74
74
|
"apache-airflow-providers-standard == 1.12.3",
|
|
75
75
|
"apache-airflow-task-sdk == 1.1.8",
|
|
76
76
|
"argcomplete == 3.6.3",
|
|
@@ -80,13 +80,13 @@ frozen = [
|
|
|
80
80
|
"asgiref == 3.11.1",
|
|
81
81
|
"asteval == 1.0.8",
|
|
82
82
|
"astropy == 7.2.0",
|
|
83
|
-
"astropy-iers-data == 0.2026.4.
|
|
83
|
+
"astropy-iers-data == 0.2026.4.27.1.3.2",
|
|
84
84
|
"asyncpg == 0.31.0",
|
|
85
85
|
"attrs == 26.1.0",
|
|
86
86
|
"babel == 2.18.0",
|
|
87
87
|
"billiard == 4.2.4",
|
|
88
|
-
"boto3 == 1.42.
|
|
89
|
-
"botocore == 1.42.
|
|
88
|
+
"boto3 == 1.42.96",
|
|
89
|
+
"botocore == 1.42.96",
|
|
90
90
|
"cadwyn == 5.4.6",
|
|
91
91
|
"celery == 5.6.3",
|
|
92
92
|
"certifi == 2026.4.22",
|
|
@@ -100,18 +100,18 @@ frozen = [
|
|
|
100
100
|
"contourpy == 1.3.3",
|
|
101
101
|
"cron_descriptor == 2.0.8",
|
|
102
102
|
"croniter == 6.2.2",
|
|
103
|
-
"cryptography ==
|
|
103
|
+
"cryptography == 47.0.0",
|
|
104
104
|
"cycler == 0.12.1",
|
|
105
105
|
"decorator == 5.2.1",
|
|
106
106
|
"dill == 0.4.1",
|
|
107
107
|
"dkist-header-validator == 5.3.1",
|
|
108
108
|
"dkist-processing-common == 14.0.1",
|
|
109
109
|
"dkist-processing-core == 7.2.1",
|
|
110
|
-
"dkist-processing-ops == 1.10.
|
|
111
|
-
"dkist-processing-pac == 3.1.
|
|
110
|
+
"dkist-processing-ops == 1.10.10",
|
|
111
|
+
"dkist-processing-pac == 3.1.2",
|
|
112
112
|
"dkist-service-configuration == 4.3.0",
|
|
113
113
|
"dkist-spectral-lines == 3.0.1",
|
|
114
|
-
"dkist_fits_specifications == 4.
|
|
114
|
+
"dkist_fits_specifications == 4.25.0",
|
|
115
115
|
"dnspython == 2.8.0",
|
|
116
116
|
"email-validator == 2.3.0",
|
|
117
117
|
"fastapi == 0.117.1",
|
|
@@ -125,7 +125,7 @@ frozen = [
|
|
|
125
125
|
"googleapis-common-protos == 1.74.0",
|
|
126
126
|
"gqlclient == 2.0.0",
|
|
127
127
|
"greenback == 1.3.0",
|
|
128
|
-
"greenlet == 3.
|
|
128
|
+
"greenlet == 3.5.0",
|
|
129
129
|
"grpcio == 1.80.0",
|
|
130
130
|
"h11 == 0.16.0",
|
|
131
131
|
"httpcore == 1.0.9",
|
|
@@ -149,7 +149,7 @@ frozen = [
|
|
|
149
149
|
"lockfile == 0.12.2",
|
|
150
150
|
"loguru == 0.7.3",
|
|
151
151
|
"markdown-it-py == 4.0.0",
|
|
152
|
-
"matplotlib == 3.10.
|
|
152
|
+
"matplotlib == 3.10.9",
|
|
153
153
|
"mdurl == 0.1.2",
|
|
154
154
|
"methodtools == 0.4.7",
|
|
155
155
|
"more-itertools == 11.0.2",
|
|
@@ -160,39 +160,39 @@ frozen = [
|
|
|
160
160
|
"nbformat == 5.10.4",
|
|
161
161
|
"numpy == 2.4.4",
|
|
162
162
|
"object-clerk == 1.0.0",
|
|
163
|
-
"opentelemetry-api == 1.41.
|
|
164
|
-
"opentelemetry-exporter-otlp == 1.41.
|
|
165
|
-
"opentelemetry-exporter-otlp-proto-common == 1.41.
|
|
166
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.41.
|
|
167
|
-
"opentelemetry-exporter-otlp-proto-http == 1.41.
|
|
168
|
-
"opentelemetry-instrumentation == 0.
|
|
169
|
-
"opentelemetry-instrumentation-aiohttp-client == 0.
|
|
170
|
-
"opentelemetry-instrumentation-asgi == 0.
|
|
171
|
-
"opentelemetry-instrumentation-botocore == 0.
|
|
172
|
-
"opentelemetry-instrumentation-celery == 0.
|
|
173
|
-
"opentelemetry-instrumentation-dbapi == 0.
|
|
174
|
-
"opentelemetry-instrumentation-fastapi == 0.
|
|
175
|
-
"opentelemetry-instrumentation-pika == 0.
|
|
176
|
-
"opentelemetry-instrumentation-psycopg2 == 0.
|
|
177
|
-
"opentelemetry-instrumentation-pymongo == 0.
|
|
178
|
-
"opentelemetry-instrumentation-redis == 0.
|
|
179
|
-
"opentelemetry-instrumentation-requests == 0.
|
|
180
|
-
"opentelemetry-instrumentation-sqlalchemy == 0.
|
|
181
|
-
"opentelemetry-instrumentation-system-metrics == 0.
|
|
163
|
+
"opentelemetry-api == 1.41.1",
|
|
164
|
+
"opentelemetry-exporter-otlp == 1.41.1",
|
|
165
|
+
"opentelemetry-exporter-otlp-proto-common == 1.41.1",
|
|
166
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.41.1",
|
|
167
|
+
"opentelemetry-exporter-otlp-proto-http == 1.41.1",
|
|
168
|
+
"opentelemetry-instrumentation == 0.62b1",
|
|
169
|
+
"opentelemetry-instrumentation-aiohttp-client == 0.62b1",
|
|
170
|
+
"opentelemetry-instrumentation-asgi == 0.62b1",
|
|
171
|
+
"opentelemetry-instrumentation-botocore == 0.62b1",
|
|
172
|
+
"opentelemetry-instrumentation-celery == 0.62b1",
|
|
173
|
+
"opentelemetry-instrumentation-dbapi == 0.62b1",
|
|
174
|
+
"opentelemetry-instrumentation-fastapi == 0.62b1",
|
|
175
|
+
"opentelemetry-instrumentation-pika == 0.62b1",
|
|
176
|
+
"opentelemetry-instrumentation-psycopg2 == 0.62b1",
|
|
177
|
+
"opentelemetry-instrumentation-pymongo == 0.62b1",
|
|
178
|
+
"opentelemetry-instrumentation-redis == 0.62b1",
|
|
179
|
+
"opentelemetry-instrumentation-requests == 0.62b1",
|
|
180
|
+
"opentelemetry-instrumentation-sqlalchemy == 0.62b1",
|
|
181
|
+
"opentelemetry-instrumentation-system-metrics == 0.62b1",
|
|
182
182
|
"opentelemetry-propagator-aws-xray == 1.0.2",
|
|
183
|
-
"opentelemetry-proto == 1.41.
|
|
184
|
-
"opentelemetry-sdk == 1.41.
|
|
185
|
-
"opentelemetry-semantic-conventions == 0.
|
|
186
|
-
"opentelemetry-util-http == 0.
|
|
183
|
+
"opentelemetry-proto == 1.41.1",
|
|
184
|
+
"opentelemetry-sdk == 1.41.1",
|
|
185
|
+
"opentelemetry-semantic-conventions == 0.62b1",
|
|
186
|
+
"opentelemetry-util-http == 0.62b1",
|
|
187
187
|
"outcome == 1.3.0.post0",
|
|
188
|
-
"packaging == 26.
|
|
188
|
+
"packaging == 26.2",
|
|
189
189
|
"pandas == 3.0.2",
|
|
190
190
|
"parfive == 2.3.1",
|
|
191
|
-
"pathspec == 1.
|
|
191
|
+
"pathspec == 1.1.1",
|
|
192
192
|
"pendulum == 3.2.0",
|
|
193
193
|
"pika == 1.3.2",
|
|
194
194
|
"pillow == 11.3.0",
|
|
195
|
-
"pip == 26.
|
|
195
|
+
"pip == 26.1",
|
|
196
196
|
"platformdirs == 4.9.6",
|
|
197
197
|
"pluggy == 1.6.0",
|
|
198
198
|
"pooch == 1.9.0",
|
|
@@ -213,7 +213,7 @@ frozen = [
|
|
|
213
213
|
"python-daemon == 3.1.2",
|
|
214
214
|
"python-dateutil == 2.9.0.post0",
|
|
215
215
|
"python-dotenv == 1.2.2",
|
|
216
|
-
"python-multipart == 0.0.
|
|
216
|
+
"python-multipart == 0.0.27",
|
|
217
217
|
"python-slugify == 8.0.4",
|
|
218
218
|
"pytz == 2026.1.post1",
|
|
219
219
|
"redis == 6.4.0",
|
|
@@ -245,17 +245,17 @@ frozen = [
|
|
|
245
245
|
"tornado == 6.5.5",
|
|
246
246
|
"tqdm == 4.67.3",
|
|
247
247
|
"traitlets == 5.14.3",
|
|
248
|
-
"typer == 0.
|
|
248
|
+
"typer == 0.25.0",
|
|
249
249
|
"typing-inspection == 0.4.2",
|
|
250
250
|
"typing_extensions == 4.15.0",
|
|
251
|
-
"tzdata == 2026.
|
|
251
|
+
"tzdata == 2026.2",
|
|
252
252
|
"tzlocal == 5.3.1",
|
|
253
253
|
"uc-micro-py == 2.0.0",
|
|
254
254
|
"uncertainties == 3.2.3",
|
|
255
255
|
"universal_pathlib == 0.2.6",
|
|
256
256
|
"urllib3 == 2.6.3",
|
|
257
257
|
"uuid6 == 2025.0.1",
|
|
258
|
-
"uvicorn == 0.
|
|
258
|
+
"uvicorn == 0.46.0",
|
|
259
259
|
"uvloop == 0.22.1",
|
|
260
260
|
"vine == 5.1.0",
|
|
261
261
|
"voluptuous == 0.16.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.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.9 → dkist_processing_ops-1.10.10}/dkist_processing_ops/workflows/smoke.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|