dkist-processing-ops 1.10.19__tar.gz → 1.10.20__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.19 → dkist_processing_ops-1.10.20}/PKG-INFO +55 -54
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops.egg-info/PKG-INFO +55 -54
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops.egg-info/requires.txt +54 -53
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/pyproject.toml +56 -55
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/.gitignore +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/.rovodev/.review-agent.md +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/.snyk +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/README.rst +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/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.20
|
|
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.2
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -23,15 +23,15 @@ Requires-Dist: ImageIO==2.37.3; extra == "frozen"
|
|
|
23
23
|
Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
24
24
|
Requires-Dist: Mako==1.3.12; extra == "frozen"
|
|
25
25
|
Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
26
|
-
Requires-Dist: PyJWT==2.
|
|
26
|
+
Requires-Dist: PyJWT==2.13.0; extra == "frozen"
|
|
27
27
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
28
28
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
29
29
|
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
30
|
-
Requires-Dist: SQLAlchemy==2.0.
|
|
30
|
+
Requires-Dist: SQLAlchemy==2.0.50; extra == "frozen"
|
|
31
31
|
Requires-Dist: Send2Trash==2.1.0; extra == "frozen"
|
|
32
32
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
33
33
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
34
|
-
Requires-Dist: aiohappyeyeballs==2.6.
|
|
34
|
+
Requires-Dist: aiohappyeyeballs==2.6.2; extra == "frozen"
|
|
35
35
|
Requires-Dist: aiohttp==3.13.5; extra == "frozen"
|
|
36
36
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
37
37
|
Requires-Dist: aiosmtplib==5.1.0; extra == "frozen"
|
|
@@ -43,14 +43,15 @@ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
|
43
43
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
44
44
|
Requires-Dist: apache-airflow==3.2.1; extra == "frozen"
|
|
45
45
|
Requires-Dist: apache-airflow-core==3.2.1; extra == "frozen"
|
|
46
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
47
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
46
|
+
Requires-Dist: apache-airflow-providers-celery==3.20.0; extra == "frozen"
|
|
47
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.15.0; extra == "frozen"
|
|
48
48
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
49
|
-
Requires-Dist: apache-airflow-providers-common-sql==
|
|
50
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
51
|
-
Requires-Dist: apache-airflow-providers-smtp==3.0.
|
|
52
|
-
Requires-Dist: apache-airflow-providers-standard==1.13.
|
|
49
|
+
Requires-Dist: apache-airflow-providers-common-sql==2.0.0; extra == "frozen"
|
|
50
|
+
Requires-Dist: apache-airflow-providers-postgres==6.7.0; extra == "frozen"
|
|
51
|
+
Requires-Dist: apache-airflow-providers-smtp==3.0.1; extra == "frozen"
|
|
52
|
+
Requires-Dist: apache-airflow-providers-standard==1.13.1; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
54
|
+
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
54
55
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
55
56
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
56
57
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
@@ -61,7 +62,7 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
61
62
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
62
63
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
63
64
|
Requires-Dist: astropy==7.2.0; extra == "frozen"
|
|
64
|
-
Requires-Dist: astropy-iers-data==0.2026.5.
|
|
65
|
+
Requires-Dist: astropy-iers-data==0.2026.5.25.1.14.13; extra == "frozen"
|
|
65
66
|
Requires-Dist: asttokens==3.0.1; extra == "frozen"
|
|
66
67
|
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
67
68
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
@@ -70,14 +71,14 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
70
71
|
Requires-Dist: beautifulsoup4==4.14.3; extra == "frozen"
|
|
71
72
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
72
73
|
Requires-Dist: bleach==6.3.0; extra == "frozen"
|
|
73
|
-
Requires-Dist: boto3==1.43.
|
|
74
|
-
Requires-Dist: botocore==1.43.
|
|
74
|
+
Requires-Dist: boto3==1.43.15; extra == "frozen"
|
|
75
|
+
Requires-Dist: botocore==1.43.15; extra == "frozen"
|
|
75
76
|
Requires-Dist: cadwyn==6.2.2; extra == "frozen"
|
|
76
77
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
77
|
-
Requires-Dist: certifi==2026.
|
|
78
|
+
Requires-Dist: certifi==2026.5.20; extra == "frozen"
|
|
78
79
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
79
80
|
Requires-Dist: charset-normalizer==3.4.7; extra == "frozen"
|
|
80
|
-
Requires-Dist: click==8.4.
|
|
81
|
+
Requires-Dist: click==8.4.1; extra == "frozen"
|
|
81
82
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
82
83
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
83
84
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
@@ -93,9 +94,9 @@ Requires-Dist: decorator==5.3.1; extra == "frozen"
|
|
|
93
94
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
94
95
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
95
96
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
96
|
-
Requires-Dist: dkist-processing-common==14.3.
|
|
97
|
+
Requires-Dist: dkist-processing-common==14.3.2; extra == "frozen"
|
|
97
98
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
99
|
+
Requires-Dist: dkist-processing-ops==1.10.20; extra == "frozen"
|
|
99
100
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
100
101
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
101
102
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -103,7 +104,7 @@ Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
|
|
|
103
104
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
104
105
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
105
106
|
Requires-Dist: executing==2.2.1; extra == "frozen"
|
|
106
|
-
Requires-Dist: fastapi==0.136.
|
|
107
|
+
Requires-Dist: fastapi==0.136.3; extra == "frozen"
|
|
107
108
|
Requires-Dist: fastapi-cli==0.0.24; extra == "frozen"
|
|
108
109
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
109
110
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
@@ -111,18 +112,18 @@ Requires-Dist: fonttools==4.63.0; extra == "frozen"
|
|
|
111
112
|
Requires-Dist: fqdn==1.5.1; extra == "frozen"
|
|
112
113
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
113
114
|
Requires-Dist: fsspec==2026.4.0; extra == "frozen"
|
|
114
|
-
Requires-Dist: globus-sdk==4.
|
|
115
|
+
Requires-Dist: globus-sdk==4.7.0; extra == "frozen"
|
|
115
116
|
Requires-Dist: googleapis-common-protos==1.75.0; extra == "frozen"
|
|
116
117
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
117
118
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
118
|
-
Requires-Dist: greenlet==3.5.
|
|
119
|
+
Requires-Dist: greenlet==3.5.1; extra == "frozen"
|
|
119
120
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
120
121
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
121
122
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
122
|
-
Requires-Dist: httptools==0.
|
|
123
|
+
Requires-Dist: httptools==0.8.0; extra == "frozen"
|
|
123
124
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
124
125
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
125
|
-
Requires-Dist: idna==3.
|
|
126
|
+
Requires-Dist: idna==3.16; extra == "frozen"
|
|
126
127
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
127
128
|
Requires-Dist: importlib_metadata==9.0.0; extra == "frozen"
|
|
128
129
|
Requires-Dist: ipykernel==7.2.0; extra == "frozen"
|
|
@@ -160,7 +161,7 @@ Requires-Dist: matplotlib-inline==0.2.2; extra == "frozen"
|
|
|
160
161
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
161
162
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
162
163
|
Requires-Dist: mistune==3.2.1; extra == "frozen"
|
|
163
|
-
Requires-Dist: more-itertools==11.0
|
|
164
|
+
Requires-Dist: more-itertools==11.1.0; extra == "frozen"
|
|
164
165
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
165
166
|
Requires-Dist: msgspec==0.21.1; extra == "frozen"
|
|
166
167
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
@@ -173,30 +174,30 @@ Requires-Dist: notebook==7.5.6; extra == "frozen"
|
|
|
173
174
|
Requires-Dist: notebook_shim==0.2.4; extra == "frozen"
|
|
174
175
|
Requires-Dist: numpy==2.4.6; extra == "frozen"
|
|
175
176
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
176
|
-
Requires-Dist: opentelemetry-api==1.42.
|
|
177
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.42.
|
|
178
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.42.
|
|
179
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.42.
|
|
180
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.42.
|
|
181
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
182
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
183
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
184
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
185
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
186
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
187
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
188
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
189
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
190
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
191
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
192
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
193
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
194
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
177
|
+
Requires-Dist: opentelemetry-api==1.42.1; extra == "frozen"
|
|
178
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.42.1; extra == "frozen"
|
|
179
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.42.1; extra == "frozen"
|
|
180
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.42.1; extra == "frozen"
|
|
181
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.42.1; extra == "frozen"
|
|
182
|
+
Requires-Dist: opentelemetry-instrumentation==0.63b1; extra == "frozen"
|
|
183
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.63b1; extra == "frozen"
|
|
184
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.63b1; extra == "frozen"
|
|
185
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.63b1; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.63b1; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.63b1; extra == "frozen"
|
|
188
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.63b1; extra == "frozen"
|
|
189
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.63b1; extra == "frozen"
|
|
190
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.63b1; extra == "frozen"
|
|
191
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.63b1; extra == "frozen"
|
|
192
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.63b1; extra == "frozen"
|
|
193
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.63b1; extra == "frozen"
|
|
194
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.63b1; extra == "frozen"
|
|
195
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.63b1; extra == "frozen"
|
|
195
196
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
196
|
-
Requires-Dist: opentelemetry-proto==1.42.
|
|
197
|
-
Requires-Dist: opentelemetry-sdk==1.42.
|
|
198
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
199
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
197
|
+
Requires-Dist: opentelemetry-proto==1.42.1; extra == "frozen"
|
|
198
|
+
Requires-Dist: opentelemetry-sdk==1.42.1; extra == "frozen"
|
|
199
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.63b1; extra == "frozen"
|
|
200
|
+
Requires-Dist: opentelemetry-util-http==0.63b1; extra == "frozen"
|
|
200
201
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
201
202
|
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
202
203
|
Requires-Dist: pandas==3.0.3; extra == "frozen"
|
|
@@ -207,7 +208,7 @@ Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
|
|
|
207
208
|
Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
208
209
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
209
210
|
Requires-Dist: pexpect==4.9.0; extra == "frozen"
|
|
210
|
-
Requires-Dist: pika==1.4.
|
|
211
|
+
Requires-Dist: pika==1.4.1; extra == "frozen"
|
|
211
212
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
212
213
|
Requires-Dist: pip==26.1.1; extra == "frozen"
|
|
213
214
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
@@ -246,9 +247,9 @@ Requires-Dist: rfc3986-validator==0.1.1; extra == "frozen"
|
|
|
246
247
|
Requires-Dist: rfc3987-syntax==1.1.0; extra == "frozen"
|
|
247
248
|
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
248
249
|
Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
249
|
-
Requires-Dist: rich-toolkit==0.19.
|
|
250
|
+
Requires-Dist: rich-toolkit==0.19.10; extra == "frozen"
|
|
250
251
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
251
|
-
Requires-Dist: s3transfer==0.17.
|
|
252
|
+
Requires-Dist: s3transfer==0.17.1; extra == "frozen"
|
|
252
253
|
Requires-Dist: scipy==1.17.1; extra == "frozen"
|
|
253
254
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
254
255
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
@@ -257,7 +258,7 @@ Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
|
257
258
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
258
259
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
259
260
|
Requires-Dist: solar-wavelength-calibration==2.0.3; extra == "frozen"
|
|
260
|
-
Requires-Dist: soupsieve==2.8.
|
|
261
|
+
Requires-Dist: soupsieve==2.8.4; extra == "frozen"
|
|
261
262
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
262
263
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
263
264
|
Requires-Dist: stack-data==0.6.3; extra == "frozen"
|
|
@@ -275,7 +276,7 @@ Requires-Dist: tinycss2==1.4.0; extra == "frozen"
|
|
|
275
276
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
276
277
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
277
278
|
Requires-Dist: traitlets==5.15.0; extra == "frozen"
|
|
278
|
-
Requires-Dist: typer==0.
|
|
279
|
+
Requires-Dist: typer==0.26.2; extra == "frozen"
|
|
279
280
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
280
281
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
281
282
|
Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
@@ -286,7 +287,7 @@ Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
|
286
287
|
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
287
288
|
Requires-Dist: urllib3==2.7.0; extra == "frozen"
|
|
288
289
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
289
|
-
Requires-Dist: uvicorn==0.
|
|
290
|
+
Requires-Dist: uvicorn==0.48.0; extra == "frozen"
|
|
290
291
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
291
292
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
292
293
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -297,7 +298,7 @@ Requires-Dist: webencodings==0.5.1; extra == "frozen"
|
|
|
297
298
|
Requires-Dist: websocket-client==1.9.0; extra == "frozen"
|
|
298
299
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
299
300
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
300
|
-
Requires-Dist: wrapt==2.1
|
|
301
|
+
Requires-Dist: wrapt==2.2.1; extra == "frozen"
|
|
301
302
|
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
302
303
|
Requires-Dist: yarl==1.24.2; extra == "frozen"
|
|
303
304
|
Requires-Dist: zipp==4.1.0; extra == "frozen"
|
{dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/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.20'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 10, 20)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'g300a9ef9d'
|
{dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/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.20
|
|
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.2
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -23,15 +23,15 @@ Requires-Dist: ImageIO==2.37.3; extra == "frozen"
|
|
|
23
23
|
Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
24
24
|
Requires-Dist: Mako==1.3.12; extra == "frozen"
|
|
25
25
|
Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
26
|
-
Requires-Dist: PyJWT==2.
|
|
26
|
+
Requires-Dist: PyJWT==2.13.0; extra == "frozen"
|
|
27
27
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
28
28
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
29
29
|
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
30
|
-
Requires-Dist: SQLAlchemy==2.0.
|
|
30
|
+
Requires-Dist: SQLAlchemy==2.0.50; extra == "frozen"
|
|
31
31
|
Requires-Dist: Send2Trash==2.1.0; extra == "frozen"
|
|
32
32
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
33
33
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
34
|
-
Requires-Dist: aiohappyeyeballs==2.6.
|
|
34
|
+
Requires-Dist: aiohappyeyeballs==2.6.2; extra == "frozen"
|
|
35
35
|
Requires-Dist: aiohttp==3.13.5; extra == "frozen"
|
|
36
36
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
37
37
|
Requires-Dist: aiosmtplib==5.1.0; extra == "frozen"
|
|
@@ -43,14 +43,15 @@ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
|
43
43
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
44
44
|
Requires-Dist: apache-airflow==3.2.1; extra == "frozen"
|
|
45
45
|
Requires-Dist: apache-airflow-core==3.2.1; extra == "frozen"
|
|
46
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
47
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.
|
|
46
|
+
Requires-Dist: apache-airflow-providers-celery==3.20.0; extra == "frozen"
|
|
47
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.15.0; extra == "frozen"
|
|
48
48
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
49
|
-
Requires-Dist: apache-airflow-providers-common-sql==
|
|
50
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
51
|
-
Requires-Dist: apache-airflow-providers-smtp==3.0.
|
|
52
|
-
Requires-Dist: apache-airflow-providers-standard==1.13.
|
|
49
|
+
Requires-Dist: apache-airflow-providers-common-sql==2.0.0; extra == "frozen"
|
|
50
|
+
Requires-Dist: apache-airflow-providers-postgres==6.7.0; extra == "frozen"
|
|
51
|
+
Requires-Dist: apache-airflow-providers-smtp==3.0.1; extra == "frozen"
|
|
52
|
+
Requires-Dist: apache-airflow-providers-standard==1.13.1; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
54
|
+
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
54
55
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
55
56
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
56
57
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
@@ -61,7 +62,7 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
61
62
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
62
63
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
63
64
|
Requires-Dist: astropy==7.2.0; extra == "frozen"
|
|
64
|
-
Requires-Dist: astropy-iers-data==0.2026.5.
|
|
65
|
+
Requires-Dist: astropy-iers-data==0.2026.5.25.1.14.13; extra == "frozen"
|
|
65
66
|
Requires-Dist: asttokens==3.0.1; extra == "frozen"
|
|
66
67
|
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
67
68
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
@@ -70,14 +71,14 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
70
71
|
Requires-Dist: beautifulsoup4==4.14.3; extra == "frozen"
|
|
71
72
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
72
73
|
Requires-Dist: bleach==6.3.0; extra == "frozen"
|
|
73
|
-
Requires-Dist: boto3==1.43.
|
|
74
|
-
Requires-Dist: botocore==1.43.
|
|
74
|
+
Requires-Dist: boto3==1.43.15; extra == "frozen"
|
|
75
|
+
Requires-Dist: botocore==1.43.15; extra == "frozen"
|
|
75
76
|
Requires-Dist: cadwyn==6.2.2; extra == "frozen"
|
|
76
77
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
77
|
-
Requires-Dist: certifi==2026.
|
|
78
|
+
Requires-Dist: certifi==2026.5.20; extra == "frozen"
|
|
78
79
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
79
80
|
Requires-Dist: charset-normalizer==3.4.7; extra == "frozen"
|
|
80
|
-
Requires-Dist: click==8.4.
|
|
81
|
+
Requires-Dist: click==8.4.1; extra == "frozen"
|
|
81
82
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
82
83
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
83
84
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
@@ -93,9 +94,9 @@ Requires-Dist: decorator==5.3.1; extra == "frozen"
|
|
|
93
94
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
94
95
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
95
96
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
96
|
-
Requires-Dist: dkist-processing-common==14.3.
|
|
97
|
+
Requires-Dist: dkist-processing-common==14.3.2; extra == "frozen"
|
|
97
98
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
99
|
+
Requires-Dist: dkist-processing-ops==1.10.20; extra == "frozen"
|
|
99
100
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
100
101
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
101
102
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -103,7 +104,7 @@ Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
|
|
|
103
104
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
104
105
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
105
106
|
Requires-Dist: executing==2.2.1; extra == "frozen"
|
|
106
|
-
Requires-Dist: fastapi==0.136.
|
|
107
|
+
Requires-Dist: fastapi==0.136.3; extra == "frozen"
|
|
107
108
|
Requires-Dist: fastapi-cli==0.0.24; extra == "frozen"
|
|
108
109
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
109
110
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
@@ -111,18 +112,18 @@ Requires-Dist: fonttools==4.63.0; extra == "frozen"
|
|
|
111
112
|
Requires-Dist: fqdn==1.5.1; extra == "frozen"
|
|
112
113
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
113
114
|
Requires-Dist: fsspec==2026.4.0; extra == "frozen"
|
|
114
|
-
Requires-Dist: globus-sdk==4.
|
|
115
|
+
Requires-Dist: globus-sdk==4.7.0; extra == "frozen"
|
|
115
116
|
Requires-Dist: googleapis-common-protos==1.75.0; extra == "frozen"
|
|
116
117
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
117
118
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
118
|
-
Requires-Dist: greenlet==3.5.
|
|
119
|
+
Requires-Dist: greenlet==3.5.1; extra == "frozen"
|
|
119
120
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
120
121
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
121
122
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
122
|
-
Requires-Dist: httptools==0.
|
|
123
|
+
Requires-Dist: httptools==0.8.0; extra == "frozen"
|
|
123
124
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
124
125
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
125
|
-
Requires-Dist: idna==3.
|
|
126
|
+
Requires-Dist: idna==3.16; extra == "frozen"
|
|
126
127
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
127
128
|
Requires-Dist: importlib_metadata==9.0.0; extra == "frozen"
|
|
128
129
|
Requires-Dist: ipykernel==7.2.0; extra == "frozen"
|
|
@@ -160,7 +161,7 @@ Requires-Dist: matplotlib-inline==0.2.2; extra == "frozen"
|
|
|
160
161
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
161
162
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
162
163
|
Requires-Dist: mistune==3.2.1; extra == "frozen"
|
|
163
|
-
Requires-Dist: more-itertools==11.0
|
|
164
|
+
Requires-Dist: more-itertools==11.1.0; extra == "frozen"
|
|
164
165
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
165
166
|
Requires-Dist: msgspec==0.21.1; extra == "frozen"
|
|
166
167
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
@@ -173,30 +174,30 @@ Requires-Dist: notebook==7.5.6; extra == "frozen"
|
|
|
173
174
|
Requires-Dist: notebook_shim==0.2.4; extra == "frozen"
|
|
174
175
|
Requires-Dist: numpy==2.4.6; extra == "frozen"
|
|
175
176
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
176
|
-
Requires-Dist: opentelemetry-api==1.42.
|
|
177
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.42.
|
|
178
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.42.
|
|
179
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.42.
|
|
180
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.42.
|
|
181
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
182
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
183
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
184
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
185
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
186
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
187
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
188
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
189
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
190
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
191
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
192
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
193
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
194
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
177
|
+
Requires-Dist: opentelemetry-api==1.42.1; extra == "frozen"
|
|
178
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.42.1; extra == "frozen"
|
|
179
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.42.1; extra == "frozen"
|
|
180
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.42.1; extra == "frozen"
|
|
181
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.42.1; extra == "frozen"
|
|
182
|
+
Requires-Dist: opentelemetry-instrumentation==0.63b1; extra == "frozen"
|
|
183
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.63b1; extra == "frozen"
|
|
184
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.63b1; extra == "frozen"
|
|
185
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.63b1; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.63b1; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.63b1; extra == "frozen"
|
|
188
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.63b1; extra == "frozen"
|
|
189
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.63b1; extra == "frozen"
|
|
190
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.63b1; extra == "frozen"
|
|
191
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.63b1; extra == "frozen"
|
|
192
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.63b1; extra == "frozen"
|
|
193
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.63b1; extra == "frozen"
|
|
194
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.63b1; extra == "frozen"
|
|
195
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.63b1; extra == "frozen"
|
|
195
196
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
196
|
-
Requires-Dist: opentelemetry-proto==1.42.
|
|
197
|
-
Requires-Dist: opentelemetry-sdk==1.42.
|
|
198
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
199
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
197
|
+
Requires-Dist: opentelemetry-proto==1.42.1; extra == "frozen"
|
|
198
|
+
Requires-Dist: opentelemetry-sdk==1.42.1; extra == "frozen"
|
|
199
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.63b1; extra == "frozen"
|
|
200
|
+
Requires-Dist: opentelemetry-util-http==0.63b1; extra == "frozen"
|
|
200
201
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
201
202
|
Requires-Dist: packaging==26.2; extra == "frozen"
|
|
202
203
|
Requires-Dist: pandas==3.0.3; extra == "frozen"
|
|
@@ -207,7 +208,7 @@ Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
|
|
|
207
208
|
Requires-Dist: pathspec==1.1.1; extra == "frozen"
|
|
208
209
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
209
210
|
Requires-Dist: pexpect==4.9.0; extra == "frozen"
|
|
210
|
-
Requires-Dist: pika==1.4.
|
|
211
|
+
Requires-Dist: pika==1.4.1; extra == "frozen"
|
|
211
212
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
212
213
|
Requires-Dist: pip==26.1.1; extra == "frozen"
|
|
213
214
|
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
@@ -246,9 +247,9 @@ Requires-Dist: rfc3986-validator==0.1.1; extra == "frozen"
|
|
|
246
247
|
Requires-Dist: rfc3987-syntax==1.1.0; extra == "frozen"
|
|
247
248
|
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
248
249
|
Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
249
|
-
Requires-Dist: rich-toolkit==0.19.
|
|
250
|
+
Requires-Dist: rich-toolkit==0.19.10; extra == "frozen"
|
|
250
251
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
251
|
-
Requires-Dist: s3transfer==0.17.
|
|
252
|
+
Requires-Dist: s3transfer==0.17.1; extra == "frozen"
|
|
252
253
|
Requires-Dist: scipy==1.17.1; extra == "frozen"
|
|
253
254
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
254
255
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
@@ -257,7 +258,7 @@ Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
|
257
258
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
258
259
|
Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
259
260
|
Requires-Dist: solar-wavelength-calibration==2.0.3; extra == "frozen"
|
|
260
|
-
Requires-Dist: soupsieve==2.8.
|
|
261
|
+
Requires-Dist: soupsieve==2.8.4; extra == "frozen"
|
|
261
262
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
262
263
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
263
264
|
Requires-Dist: stack-data==0.6.3; extra == "frozen"
|
|
@@ -275,7 +276,7 @@ Requires-Dist: tinycss2==1.4.0; extra == "frozen"
|
|
|
275
276
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
276
277
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
277
278
|
Requires-Dist: traitlets==5.15.0; extra == "frozen"
|
|
278
|
-
Requires-Dist: typer==0.
|
|
279
|
+
Requires-Dist: typer==0.26.2; extra == "frozen"
|
|
279
280
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
280
281
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
281
282
|
Requires-Dist: tzdata==2026.2; extra == "frozen"
|
|
@@ -286,7 +287,7 @@ Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
|
286
287
|
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
287
288
|
Requires-Dist: urllib3==2.7.0; extra == "frozen"
|
|
288
289
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
289
|
-
Requires-Dist: uvicorn==0.
|
|
290
|
+
Requires-Dist: uvicorn==0.48.0; extra == "frozen"
|
|
290
291
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
291
292
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
292
293
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -297,7 +298,7 @@ Requires-Dist: webencodings==0.5.1; extra == "frozen"
|
|
|
297
298
|
Requires-Dist: websocket-client==1.9.0; extra == "frozen"
|
|
298
299
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
299
300
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
300
|
-
Requires-Dist: wrapt==2.1
|
|
301
|
+
Requires-Dist: wrapt==2.2.1; extra == "frozen"
|
|
301
302
|
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
302
303
|
Requires-Dist: yarl==1.24.2; extra == "frozen"
|
|
303
304
|
Requires-Dist: zipp==4.1.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==14.3.
|
|
1
|
+
dkist-processing-common==14.3.2
|
|
2
2
|
dkist-service-configuration==4.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -7,15 +7,15 @@ ImageIO==2.37.3
|
|
|
7
7
|
Jinja2==3.1.6
|
|
8
8
|
Mako==1.3.12
|
|
9
9
|
MarkupSafe==3.0.3
|
|
10
|
-
PyJWT==2.
|
|
10
|
+
PyJWT==2.13.0
|
|
11
11
|
PyYAML==6.0.3
|
|
12
12
|
PyYAML-ft==8.0.0
|
|
13
13
|
Pygments==2.20.0
|
|
14
|
-
SQLAlchemy==2.0.
|
|
14
|
+
SQLAlchemy==2.0.50
|
|
15
15
|
Send2Trash==2.1.0
|
|
16
16
|
a2wsgi==1.10.10
|
|
17
17
|
aioftp==0.27.2
|
|
18
|
-
aiohappyeyeballs==2.6.
|
|
18
|
+
aiohappyeyeballs==2.6.2
|
|
19
19
|
aiohttp==3.13.5
|
|
20
20
|
aiosignal==1.4.0
|
|
21
21
|
aiosmtplib==5.1.0
|
|
@@ -27,14 +27,15 @@ annotated-types==0.7.0
|
|
|
27
27
|
anyio==4.13.0
|
|
28
28
|
apache-airflow==3.2.1
|
|
29
29
|
apache-airflow-core==3.2.1
|
|
30
|
-
apache-airflow-providers-celery==3.
|
|
31
|
-
apache-airflow-providers-common-compat==1.
|
|
30
|
+
apache-airflow-providers-celery==3.20.0
|
|
31
|
+
apache-airflow-providers-common-compat==1.15.0
|
|
32
32
|
apache-airflow-providers-common-io==1.7.2
|
|
33
|
-
apache-airflow-providers-common-sql==
|
|
34
|
-
apache-airflow-providers-postgres==6.
|
|
35
|
-
apache-airflow-providers-smtp==3.0.
|
|
36
|
-
apache-airflow-providers-standard==1.13.
|
|
33
|
+
apache-airflow-providers-common-sql==2.0.0
|
|
34
|
+
apache-airflow-providers-postgres==6.7.0
|
|
35
|
+
apache-airflow-providers-smtp==3.0.1
|
|
36
|
+
apache-airflow-providers-standard==1.13.1
|
|
37
37
|
apache-airflow-task-sdk==1.2.1
|
|
38
|
+
appnope==0.1.4
|
|
38
39
|
argcomplete==3.6.3
|
|
39
40
|
argon2-cffi==25.1.0
|
|
40
41
|
argon2-cffi-bindings==25.1.0
|
|
@@ -45,7 +46,7 @@ asdf_transform_schemas==0.6.0
|
|
|
45
46
|
asgiref==3.11.1
|
|
46
47
|
asteval==1.0.8
|
|
47
48
|
astropy==7.2.0
|
|
48
|
-
astropy-iers-data==0.2026.5.
|
|
49
|
+
astropy-iers-data==0.2026.5.25.1.14.13
|
|
49
50
|
asttokens==3.0.1
|
|
50
51
|
async-lru==2.3.0
|
|
51
52
|
asyncpg==0.31.0
|
|
@@ -54,14 +55,14 @@ babel==2.18.0
|
|
|
54
55
|
beautifulsoup4==4.14.3
|
|
55
56
|
billiard==4.2.4
|
|
56
57
|
bleach==6.3.0
|
|
57
|
-
boto3==1.43.
|
|
58
|
-
botocore==1.43.
|
|
58
|
+
boto3==1.43.15
|
|
59
|
+
botocore==1.43.15
|
|
59
60
|
cadwyn==6.2.2
|
|
60
61
|
celery==5.6.3
|
|
61
|
-
certifi==2026.
|
|
62
|
+
certifi==2026.5.20
|
|
62
63
|
cffi==2.0.0
|
|
63
64
|
charset-normalizer==3.4.7
|
|
64
|
-
click==8.4.
|
|
65
|
+
click==8.4.1
|
|
65
66
|
click-didyoumean==0.3.1
|
|
66
67
|
click-plugins==1.1.1.2
|
|
67
68
|
click-repl==0.3.0
|
|
@@ -77,9 +78,9 @@ decorator==5.3.1
|
|
|
77
78
|
defusedxml==0.7.1
|
|
78
79
|
dill==0.4.1
|
|
79
80
|
dkist-header-validator==5.4.0
|
|
80
|
-
dkist-processing-common==14.3.
|
|
81
|
+
dkist-processing-common==14.3.2
|
|
81
82
|
dkist-processing-core==7.3.0
|
|
82
|
-
dkist-processing-ops==1.10.
|
|
83
|
+
dkist-processing-ops==1.10.20
|
|
83
84
|
dkist-processing-pac==3.1.2
|
|
84
85
|
dkist-service-configuration==4.3.0
|
|
85
86
|
dkist-spectral-lines==3.0.1
|
|
@@ -87,7 +88,7 @@ dkist_fits_specifications==4.26.0
|
|
|
87
88
|
dnspython==2.8.0
|
|
88
89
|
email-validator==2.3.0
|
|
89
90
|
executing==2.2.1
|
|
90
|
-
fastapi==0.136.
|
|
91
|
+
fastapi==0.136.3
|
|
91
92
|
fastapi-cli==0.0.24
|
|
92
93
|
fastjsonschema==2.21.2
|
|
93
94
|
flower==2.0.1
|
|
@@ -95,18 +96,18 @@ fonttools==4.63.0
|
|
|
95
96
|
fqdn==1.5.1
|
|
96
97
|
frozenlist==1.8.0
|
|
97
98
|
fsspec==2026.4.0
|
|
98
|
-
globus-sdk==4.
|
|
99
|
+
globus-sdk==4.7.0
|
|
99
100
|
googleapis-common-protos==1.75.0
|
|
100
101
|
gqlclient==2.0.0
|
|
101
102
|
greenback==1.3.0
|
|
102
|
-
greenlet==3.5.
|
|
103
|
+
greenlet==3.5.1
|
|
103
104
|
grpcio==1.80.0
|
|
104
105
|
h11==0.16.0
|
|
105
106
|
httpcore==1.0.9
|
|
106
|
-
httptools==0.
|
|
107
|
+
httptools==0.8.0
|
|
107
108
|
httpx==0.28.1
|
|
108
109
|
humanize==4.15.0
|
|
109
|
-
idna==3.
|
|
110
|
+
idna==3.16
|
|
110
111
|
imageio-ffmpeg==0.6.0
|
|
111
112
|
importlib_metadata==9.0.0
|
|
112
113
|
ipykernel==7.2.0
|
|
@@ -144,7 +145,7 @@ matplotlib-inline==0.2.2
|
|
|
144
145
|
mdurl==0.1.2
|
|
145
146
|
methodtools==0.4.7
|
|
146
147
|
mistune==3.2.1
|
|
147
|
-
more-itertools==11.0
|
|
148
|
+
more-itertools==11.1.0
|
|
148
149
|
moviepy==2.2.1
|
|
149
150
|
msgspec==0.21.1
|
|
150
151
|
multidict==6.7.1
|
|
@@ -157,30 +158,30 @@ notebook==7.5.6
|
|
|
157
158
|
notebook_shim==0.2.4
|
|
158
159
|
numpy==2.4.6
|
|
159
160
|
object-clerk==1.0.0
|
|
160
|
-
opentelemetry-api==1.42.
|
|
161
|
-
opentelemetry-exporter-otlp==1.42.
|
|
162
|
-
opentelemetry-exporter-otlp-proto-common==1.42.
|
|
163
|
-
opentelemetry-exporter-otlp-proto-grpc==1.42.
|
|
164
|
-
opentelemetry-exporter-otlp-proto-http==1.42.
|
|
165
|
-
opentelemetry-instrumentation==0.
|
|
166
|
-
opentelemetry-instrumentation-aiohttp-client==0.
|
|
167
|
-
opentelemetry-instrumentation-asgi==0.
|
|
168
|
-
opentelemetry-instrumentation-botocore==0.
|
|
169
|
-
opentelemetry-instrumentation-celery==0.
|
|
170
|
-
opentelemetry-instrumentation-dbapi==0.
|
|
171
|
-
opentelemetry-instrumentation-fastapi==0.
|
|
172
|
-
opentelemetry-instrumentation-pika==0.
|
|
173
|
-
opentelemetry-instrumentation-psycopg2==0.
|
|
174
|
-
opentelemetry-instrumentation-pymongo==0.
|
|
175
|
-
opentelemetry-instrumentation-redis==0.
|
|
176
|
-
opentelemetry-instrumentation-requests==0.
|
|
177
|
-
opentelemetry-instrumentation-sqlalchemy==0.
|
|
178
|
-
opentelemetry-instrumentation-system-metrics==0.
|
|
161
|
+
opentelemetry-api==1.42.1
|
|
162
|
+
opentelemetry-exporter-otlp==1.42.1
|
|
163
|
+
opentelemetry-exporter-otlp-proto-common==1.42.1
|
|
164
|
+
opentelemetry-exporter-otlp-proto-grpc==1.42.1
|
|
165
|
+
opentelemetry-exporter-otlp-proto-http==1.42.1
|
|
166
|
+
opentelemetry-instrumentation==0.63b1
|
|
167
|
+
opentelemetry-instrumentation-aiohttp-client==0.63b1
|
|
168
|
+
opentelemetry-instrumentation-asgi==0.63b1
|
|
169
|
+
opentelemetry-instrumentation-botocore==0.63b1
|
|
170
|
+
opentelemetry-instrumentation-celery==0.63b1
|
|
171
|
+
opentelemetry-instrumentation-dbapi==0.63b1
|
|
172
|
+
opentelemetry-instrumentation-fastapi==0.63b1
|
|
173
|
+
opentelemetry-instrumentation-pika==0.63b1
|
|
174
|
+
opentelemetry-instrumentation-psycopg2==0.63b1
|
|
175
|
+
opentelemetry-instrumentation-pymongo==0.63b1
|
|
176
|
+
opentelemetry-instrumentation-redis==0.63b1
|
|
177
|
+
opentelemetry-instrumentation-requests==0.63b1
|
|
178
|
+
opentelemetry-instrumentation-sqlalchemy==0.63b1
|
|
179
|
+
opentelemetry-instrumentation-system-metrics==0.63b1
|
|
179
180
|
opentelemetry-propagator-aws-xray==1.0.2
|
|
180
|
-
opentelemetry-proto==1.42.
|
|
181
|
-
opentelemetry-sdk==1.42.
|
|
182
|
-
opentelemetry-semantic-conventions==0.
|
|
183
|
-
opentelemetry-util-http==0.
|
|
181
|
+
opentelemetry-proto==1.42.1
|
|
182
|
+
opentelemetry-sdk==1.42.1
|
|
183
|
+
opentelemetry-semantic-conventions==0.63b1
|
|
184
|
+
opentelemetry-util-http==0.63b1
|
|
184
185
|
outcome==1.3.0.post0
|
|
185
186
|
packaging==26.2
|
|
186
187
|
pandas==3.0.3
|
|
@@ -191,7 +192,7 @@ pathlib_abc==0.5.2
|
|
|
191
192
|
pathspec==1.1.1
|
|
192
193
|
pendulum==3.2.0
|
|
193
194
|
pexpect==4.9.0
|
|
194
|
-
pika==1.4.
|
|
195
|
+
pika==1.4.1
|
|
195
196
|
pillow==11.3.0
|
|
196
197
|
pip==26.1.1
|
|
197
198
|
platformdirs==4.9.6
|
|
@@ -230,9 +231,9 @@ rfc3986-validator==0.1.1
|
|
|
230
231
|
rfc3987-syntax==1.1.0
|
|
231
232
|
rich==15.0.0
|
|
232
233
|
rich-argparse==1.8.0
|
|
233
|
-
rich-toolkit==0.19.
|
|
234
|
+
rich-toolkit==0.19.10
|
|
234
235
|
rpds-py==0.30.0
|
|
235
|
-
s3transfer==0.17.
|
|
236
|
+
s3transfer==0.17.1
|
|
236
237
|
scipy==1.17.1
|
|
237
238
|
semantic-version==2.10.0
|
|
238
239
|
setproctitle==1.3.7
|
|
@@ -241,7 +242,7 @@ shellingham==1.5.4
|
|
|
241
242
|
six==1.17.0
|
|
242
243
|
sniffio==1.3.1
|
|
243
244
|
solar-wavelength-calibration==2.0.3
|
|
244
|
-
soupsieve==2.8.
|
|
245
|
+
soupsieve==2.8.4
|
|
245
246
|
sqids==0.5.1
|
|
246
247
|
sqlparse==0.5.5
|
|
247
248
|
stack-data==0.6.3
|
|
@@ -259,7 +260,7 @@ tinycss2==1.4.0
|
|
|
259
260
|
tornado==6.5.5
|
|
260
261
|
tqdm==4.67.3
|
|
261
262
|
traitlets==5.15.0
|
|
262
|
-
typer==0.
|
|
263
|
+
typer==0.26.2
|
|
263
264
|
typing-inspection==0.4.2
|
|
264
265
|
typing_extensions==4.15.0
|
|
265
266
|
tzdata==2026.2
|
|
@@ -270,7 +271,7 @@ universal_pathlib==0.3.10
|
|
|
270
271
|
uri-template==1.3.0
|
|
271
272
|
urllib3==2.7.0
|
|
272
273
|
uuid6==2025.0.1
|
|
273
|
-
uvicorn==0.
|
|
274
|
+
uvicorn==0.48.0
|
|
274
275
|
uvloop==0.22.1
|
|
275
276
|
vine==5.1.0
|
|
276
277
|
voluptuous==0.16.0
|
|
@@ -281,7 +282,7 @@ webencodings==0.5.1
|
|
|
281
282
|
websocket-client==1.9.0
|
|
282
283
|
websockets==16.0
|
|
283
284
|
wirerope==1.0.0
|
|
284
|
-
wrapt==2.1
|
|
285
|
+
wrapt==2.2.1
|
|
285
286
|
yamale==6.1.0
|
|
286
287
|
yarl==1.24.2
|
|
287
288
|
zipp==4.1.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-05-
|
|
9
|
+
version = "1.10.20"
|
|
10
|
+
date = 2026-05-27T06:54:56.805164
|
|
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.2",
|
|
29
29
|
"dkist-service-configuration==4.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -44,15 +44,15 @@ frozen = [
|
|
|
44
44
|
"Jinja2 == 3.1.6",
|
|
45
45
|
"Mako == 1.3.12",
|
|
46
46
|
"MarkupSafe == 3.0.3",
|
|
47
|
-
"PyJWT == 2.
|
|
47
|
+
"PyJWT == 2.13.0",
|
|
48
48
|
"PyYAML == 6.0.3",
|
|
49
49
|
"PyYAML-ft == 8.0.0",
|
|
50
50
|
"Pygments == 2.20.0",
|
|
51
|
-
"SQLAlchemy == 2.0.
|
|
51
|
+
"SQLAlchemy == 2.0.50",
|
|
52
52
|
"Send2Trash == 2.1.0",
|
|
53
53
|
"a2wsgi == 1.10.10",
|
|
54
54
|
"aioftp == 0.27.2",
|
|
55
|
-
"aiohappyeyeballs == 2.6.
|
|
55
|
+
"aiohappyeyeballs == 2.6.2",
|
|
56
56
|
"aiohttp == 3.13.5",
|
|
57
57
|
"aiosignal == 1.4.0",
|
|
58
58
|
"aiosmtplib == 5.1.0",
|
|
@@ -64,14 +64,15 @@ frozen = [
|
|
|
64
64
|
"anyio == 4.13.0",
|
|
65
65
|
"apache-airflow == 3.2.1",
|
|
66
66
|
"apache-airflow-core == 3.2.1",
|
|
67
|
-
"apache-airflow-providers-celery == 3.
|
|
68
|
-
"apache-airflow-providers-common-compat == 1.
|
|
67
|
+
"apache-airflow-providers-celery == 3.20.0",
|
|
68
|
+
"apache-airflow-providers-common-compat == 1.15.0",
|
|
69
69
|
"apache-airflow-providers-common-io == 1.7.2",
|
|
70
|
-
"apache-airflow-providers-common-sql ==
|
|
71
|
-
"apache-airflow-providers-postgres == 6.
|
|
72
|
-
"apache-airflow-providers-smtp == 3.0.
|
|
73
|
-
"apache-airflow-providers-standard == 1.13.
|
|
70
|
+
"apache-airflow-providers-common-sql == 2.0.0",
|
|
71
|
+
"apache-airflow-providers-postgres == 6.7.0",
|
|
72
|
+
"apache-airflow-providers-smtp == 3.0.1",
|
|
73
|
+
"apache-airflow-providers-standard == 1.13.1",
|
|
74
74
|
"apache-airflow-task-sdk == 1.2.1",
|
|
75
|
+
"appnope == 0.1.4",
|
|
75
76
|
"argcomplete == 3.6.3",
|
|
76
77
|
"argon2-cffi == 25.1.0",
|
|
77
78
|
"argon2-cffi-bindings == 25.1.0",
|
|
@@ -82,7 +83,7 @@ frozen = [
|
|
|
82
83
|
"asgiref == 3.11.1",
|
|
83
84
|
"asteval == 1.0.8",
|
|
84
85
|
"astropy == 7.2.0",
|
|
85
|
-
"astropy-iers-data == 0.2026.5.
|
|
86
|
+
"astropy-iers-data == 0.2026.5.25.1.14.13",
|
|
86
87
|
"asttokens == 3.0.1",
|
|
87
88
|
"async-lru == 2.3.0",
|
|
88
89
|
"asyncpg == 0.31.0",
|
|
@@ -91,14 +92,14 @@ frozen = [
|
|
|
91
92
|
"beautifulsoup4 == 4.14.3",
|
|
92
93
|
"billiard == 4.2.4",
|
|
93
94
|
"bleach == 6.3.0",
|
|
94
|
-
"boto3 == 1.43.
|
|
95
|
-
"botocore == 1.43.
|
|
95
|
+
"boto3 == 1.43.15",
|
|
96
|
+
"botocore == 1.43.15",
|
|
96
97
|
"cadwyn == 6.2.2",
|
|
97
98
|
"celery == 5.6.3",
|
|
98
|
-
"certifi == 2026.
|
|
99
|
+
"certifi == 2026.5.20",
|
|
99
100
|
"cffi == 2.0.0",
|
|
100
101
|
"charset-normalizer == 3.4.7",
|
|
101
|
-
"click == 8.4.
|
|
102
|
+
"click == 8.4.1",
|
|
102
103
|
"click-didyoumean == 0.3.1",
|
|
103
104
|
"click-plugins == 1.1.1.2",
|
|
104
105
|
"click-repl == 0.3.0",
|
|
@@ -114,9 +115,9 @@ frozen = [
|
|
|
114
115
|
"defusedxml == 0.7.1",
|
|
115
116
|
"dill == 0.4.1",
|
|
116
117
|
"dkist-header-validator == 5.4.0",
|
|
117
|
-
"dkist-processing-common == 14.3.
|
|
118
|
+
"dkist-processing-common == 14.3.2",
|
|
118
119
|
"dkist-processing-core == 7.3.0",
|
|
119
|
-
"dkist-processing-ops == 1.10.
|
|
120
|
+
"dkist-processing-ops == 1.10.20",
|
|
120
121
|
"dkist-processing-pac == 3.1.2",
|
|
121
122
|
"dkist-service-configuration == 4.3.0",
|
|
122
123
|
"dkist-spectral-lines == 3.0.1",
|
|
@@ -124,7 +125,7 @@ frozen = [
|
|
|
124
125
|
"dnspython == 2.8.0",
|
|
125
126
|
"email-validator == 2.3.0",
|
|
126
127
|
"executing == 2.2.1",
|
|
127
|
-
"fastapi == 0.136.
|
|
128
|
+
"fastapi == 0.136.3",
|
|
128
129
|
"fastapi-cli == 0.0.24",
|
|
129
130
|
"fastjsonschema == 2.21.2",
|
|
130
131
|
"flower == 2.0.1",
|
|
@@ -132,18 +133,18 @@ frozen = [
|
|
|
132
133
|
"fqdn == 1.5.1",
|
|
133
134
|
"frozenlist == 1.8.0",
|
|
134
135
|
"fsspec == 2026.4.0",
|
|
135
|
-
"globus-sdk == 4.
|
|
136
|
+
"globus-sdk == 4.7.0",
|
|
136
137
|
"googleapis-common-protos == 1.75.0",
|
|
137
138
|
"gqlclient == 2.0.0",
|
|
138
139
|
"greenback == 1.3.0",
|
|
139
|
-
"greenlet == 3.5.
|
|
140
|
+
"greenlet == 3.5.1",
|
|
140
141
|
"grpcio == 1.80.0",
|
|
141
142
|
"h11 == 0.16.0",
|
|
142
143
|
"httpcore == 1.0.9",
|
|
143
|
-
"httptools == 0.
|
|
144
|
+
"httptools == 0.8.0",
|
|
144
145
|
"httpx == 0.28.1",
|
|
145
146
|
"humanize == 4.15.0",
|
|
146
|
-
"idna == 3.
|
|
147
|
+
"idna == 3.16",
|
|
147
148
|
"imageio-ffmpeg == 0.6.0",
|
|
148
149
|
"importlib_metadata == 9.0.0",
|
|
149
150
|
"ipykernel == 7.2.0",
|
|
@@ -181,7 +182,7 @@ frozen = [
|
|
|
181
182
|
"mdurl == 0.1.2",
|
|
182
183
|
"methodtools == 0.4.7",
|
|
183
184
|
"mistune == 3.2.1",
|
|
184
|
-
"more-itertools == 11.0
|
|
185
|
+
"more-itertools == 11.1.0",
|
|
185
186
|
"moviepy == 2.2.1",
|
|
186
187
|
"msgspec == 0.21.1",
|
|
187
188
|
"multidict == 6.7.1",
|
|
@@ -194,30 +195,30 @@ frozen = [
|
|
|
194
195
|
"notebook_shim == 0.2.4",
|
|
195
196
|
"numpy == 2.4.6",
|
|
196
197
|
"object-clerk == 1.0.0",
|
|
197
|
-
"opentelemetry-api == 1.42.
|
|
198
|
-
"opentelemetry-exporter-otlp == 1.42.
|
|
199
|
-
"opentelemetry-exporter-otlp-proto-common == 1.42.
|
|
200
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.42.
|
|
201
|
-
"opentelemetry-exporter-otlp-proto-http == 1.42.
|
|
202
|
-
"opentelemetry-instrumentation == 0.
|
|
203
|
-
"opentelemetry-instrumentation-aiohttp-client == 0.
|
|
204
|
-
"opentelemetry-instrumentation-asgi == 0.
|
|
205
|
-
"opentelemetry-instrumentation-botocore == 0.
|
|
206
|
-
"opentelemetry-instrumentation-celery == 0.
|
|
207
|
-
"opentelemetry-instrumentation-dbapi == 0.
|
|
208
|
-
"opentelemetry-instrumentation-fastapi == 0.
|
|
209
|
-
"opentelemetry-instrumentation-pika == 0.
|
|
210
|
-
"opentelemetry-instrumentation-psycopg2 == 0.
|
|
211
|
-
"opentelemetry-instrumentation-pymongo == 0.
|
|
212
|
-
"opentelemetry-instrumentation-redis == 0.
|
|
213
|
-
"opentelemetry-instrumentation-requests == 0.
|
|
214
|
-
"opentelemetry-instrumentation-sqlalchemy == 0.
|
|
215
|
-
"opentelemetry-instrumentation-system-metrics == 0.
|
|
198
|
+
"opentelemetry-api == 1.42.1",
|
|
199
|
+
"opentelemetry-exporter-otlp == 1.42.1",
|
|
200
|
+
"opentelemetry-exporter-otlp-proto-common == 1.42.1",
|
|
201
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.42.1",
|
|
202
|
+
"opentelemetry-exporter-otlp-proto-http == 1.42.1",
|
|
203
|
+
"opentelemetry-instrumentation == 0.63b1",
|
|
204
|
+
"opentelemetry-instrumentation-aiohttp-client == 0.63b1",
|
|
205
|
+
"opentelemetry-instrumentation-asgi == 0.63b1",
|
|
206
|
+
"opentelemetry-instrumentation-botocore == 0.63b1",
|
|
207
|
+
"opentelemetry-instrumentation-celery == 0.63b1",
|
|
208
|
+
"opentelemetry-instrumentation-dbapi == 0.63b1",
|
|
209
|
+
"opentelemetry-instrumentation-fastapi == 0.63b1",
|
|
210
|
+
"opentelemetry-instrumentation-pika == 0.63b1",
|
|
211
|
+
"opentelemetry-instrumentation-psycopg2 == 0.63b1",
|
|
212
|
+
"opentelemetry-instrumentation-pymongo == 0.63b1",
|
|
213
|
+
"opentelemetry-instrumentation-redis == 0.63b1",
|
|
214
|
+
"opentelemetry-instrumentation-requests == 0.63b1",
|
|
215
|
+
"opentelemetry-instrumentation-sqlalchemy == 0.63b1",
|
|
216
|
+
"opentelemetry-instrumentation-system-metrics == 0.63b1",
|
|
216
217
|
"opentelemetry-propagator-aws-xray == 1.0.2",
|
|
217
|
-
"opentelemetry-proto == 1.42.
|
|
218
|
-
"opentelemetry-sdk == 1.42.
|
|
219
|
-
"opentelemetry-semantic-conventions == 0.
|
|
220
|
-
"opentelemetry-util-http == 0.
|
|
218
|
+
"opentelemetry-proto == 1.42.1",
|
|
219
|
+
"opentelemetry-sdk == 1.42.1",
|
|
220
|
+
"opentelemetry-semantic-conventions == 0.63b1",
|
|
221
|
+
"opentelemetry-util-http == 0.63b1",
|
|
221
222
|
"outcome == 1.3.0.post0",
|
|
222
223
|
"packaging == 26.2",
|
|
223
224
|
"pandas == 3.0.3",
|
|
@@ -228,7 +229,7 @@ frozen = [
|
|
|
228
229
|
"pathspec == 1.1.1",
|
|
229
230
|
"pendulum == 3.2.0",
|
|
230
231
|
"pexpect == 4.9.0",
|
|
231
|
-
"pika == 1.4.
|
|
232
|
+
"pika == 1.4.1",
|
|
232
233
|
"pillow == 11.3.0",
|
|
233
234
|
"pip == 26.1.1",
|
|
234
235
|
"platformdirs == 4.9.6",
|
|
@@ -267,9 +268,9 @@ frozen = [
|
|
|
267
268
|
"rfc3987-syntax == 1.1.0",
|
|
268
269
|
"rich == 15.0.0",
|
|
269
270
|
"rich-argparse == 1.8.0",
|
|
270
|
-
"rich-toolkit == 0.19.
|
|
271
|
+
"rich-toolkit == 0.19.10",
|
|
271
272
|
"rpds-py == 0.30.0",
|
|
272
|
-
"s3transfer == 0.17.
|
|
273
|
+
"s3transfer == 0.17.1",
|
|
273
274
|
"scipy == 1.17.1",
|
|
274
275
|
"semantic-version == 2.10.0",
|
|
275
276
|
"setproctitle == 1.3.7",
|
|
@@ -278,7 +279,7 @@ frozen = [
|
|
|
278
279
|
"six == 1.17.0",
|
|
279
280
|
"sniffio == 1.3.1",
|
|
280
281
|
"solar-wavelength-calibration == 2.0.3",
|
|
281
|
-
"soupsieve == 2.8.
|
|
282
|
+
"soupsieve == 2.8.4",
|
|
282
283
|
"sqids == 0.5.1",
|
|
283
284
|
"sqlparse == 0.5.5",
|
|
284
285
|
"stack-data == 0.6.3",
|
|
@@ -296,7 +297,7 @@ frozen = [
|
|
|
296
297
|
"tornado == 6.5.5",
|
|
297
298
|
"tqdm == 4.67.3",
|
|
298
299
|
"traitlets == 5.15.0",
|
|
299
|
-
"typer == 0.
|
|
300
|
+
"typer == 0.26.2",
|
|
300
301
|
"typing-inspection == 0.4.2",
|
|
301
302
|
"typing_extensions == 4.15.0",
|
|
302
303
|
"tzdata == 2026.2",
|
|
@@ -307,7 +308,7 @@ frozen = [
|
|
|
307
308
|
"uri-template == 1.3.0",
|
|
308
309
|
"urllib3 == 2.7.0",
|
|
309
310
|
"uuid6 == 2025.0.1",
|
|
310
|
-
"uvicorn == 0.
|
|
311
|
+
"uvicorn == 0.48.0",
|
|
311
312
|
"uvloop == 0.22.1",
|
|
312
313
|
"vine == 5.1.0",
|
|
313
314
|
"voluptuous == 0.16.0",
|
|
@@ -318,7 +319,7 @@ frozen = [
|
|
|
318
319
|
"websocket-client == 1.9.0",
|
|
319
320
|
"websockets == 16.0",
|
|
320
321
|
"wirerope == 1.0.0",
|
|
321
|
-
"wrapt == 2.1
|
|
322
|
+
"wrapt == 2.2.1",
|
|
322
323
|
"yamale == 6.1.0",
|
|
323
324
|
"yarl == 1.24.2",
|
|
324
325
|
"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.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/config.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.19 → dkist_processing_ops-1.10.20}/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
|
|
File without changes
|