dkist-processing-test 1.41.2__tar.gz → 1.41.3__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_test-1.41.2/dkist_processing_test.egg-info → dkist_processing_test-1.41.3}/PKG-INFO +58 -58
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3/dkist_processing_test.egg-info}/PKG-INFO +58 -58
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test.egg-info/requires.txt +57 -57
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/pyproject.toml +59 -59
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/.gitignore +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/.snyk +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/README.rst +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.41.
|
|
3
|
+
Version: 1.41.3
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
15
|
+
Requires-Dist: dkist-processing-common==13.0.3
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.0
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.24.0
|
|
@@ -41,13 +41,15 @@ Provides-Extra: frozen
|
|
|
41
41
|
Requires-Dist: Deprecated==1.3.1; extra == "frozen"
|
|
42
42
|
Requires-Dist: ImageIO==2.37.3; extra == "frozen"
|
|
43
43
|
Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
44
|
-
Requires-Dist: Mako==1.3.
|
|
44
|
+
Requires-Dist: Mako==1.3.11; extra == "frozen"
|
|
45
45
|
Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
46
46
|
Requires-Dist: PyJWT==2.12.1; extra == "frozen"
|
|
47
47
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
48
48
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
49
49
|
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
50
50
|
Requires-Dist: SQLAlchemy==2.0.49; extra == "frozen"
|
|
51
|
+
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
52
|
+
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
51
53
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
52
54
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
53
55
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
@@ -60,16 +62,16 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
60
62
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
61
63
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
62
64
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
63
|
-
Requires-Dist: apache-airflow==3.
|
|
64
|
-
Requires-Dist: apache-airflow-core==3.
|
|
65
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
66
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.14.
|
|
65
|
+
Requires-Dist: apache-airflow==3.1.8; extra == "frozen"
|
|
66
|
+
Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
67
|
+
Requires-Dist: apache-airflow-providers-celery==3.18.0; extra == "frozen"
|
|
68
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
67
69
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
68
70
|
Requires-Dist: apache-airflow-providers-common-sql==1.34.0; extra == "frozen"
|
|
69
|
-
Requires-Dist: apache-airflow-providers-postgres==6.6.
|
|
70
|
-
Requires-Dist: apache-airflow-providers-smtp==2.4.
|
|
71
|
-
Requires-Dist: apache-airflow-providers-standard==1.12.
|
|
72
|
-
Requires-Dist: apache-airflow-task-sdk==1.
|
|
71
|
+
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
72
|
+
Requires-Dist: apache-airflow-providers-smtp==2.4.5; extra == "frozen"
|
|
73
|
+
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
74
|
+
Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
|
|
73
75
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
74
76
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
75
77
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
@@ -77,14 +79,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
77
79
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
78
80
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
79
81
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
80
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
82
|
+
Requires-Dist: astropy-iers-data==0.2026.4.13.0.58.2; extra == "frozen"
|
|
81
83
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
82
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
83
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
84
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
85
|
-
Requires-Dist: boto3==1.42.
|
|
86
|
-
Requires-Dist: botocore==1.42.
|
|
87
|
-
Requires-Dist: cadwyn==
|
|
87
|
+
Requires-Dist: boto3==1.42.89; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.89; extra == "frozen"
|
|
89
|
+
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
88
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
89
91
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
90
92
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
@@ -103,16 +105,16 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
103
105
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
104
106
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
105
107
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
106
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
107
|
-
Requires-Dist: dkist-processing-core==7.
|
|
108
|
+
Requires-Dist: dkist-processing-common==13.0.3; extra == "frozen"
|
|
109
|
+
Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
|
|
108
110
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
109
|
-
Requires-Dist: dkist-processing-test==1.41.
|
|
111
|
+
Requires-Dist: dkist-processing-test==1.41.3; extra == "frozen"
|
|
110
112
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
111
113
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
112
114
|
Requires-Dist: dkist_fits_specifications==4.24.0; extra == "frozen"
|
|
113
115
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
114
116
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
115
|
-
Requires-Dist: fastapi==0.
|
|
117
|
+
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
116
118
|
Requires-Dist: fastapi-cli==0.0.24; extra == "frozen"
|
|
117
119
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
118
120
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
@@ -123,7 +125,7 @@ Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
|
123
125
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
124
126
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
125
127
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
126
|
-
Requires-Dist: greenlet==3.
|
|
128
|
+
Requires-Dist: greenlet==3.4.0; extra == "frozen"
|
|
127
129
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
128
130
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
129
131
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -151,77 +153,75 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
|
151
153
|
Requires-Dist: matplotlib==3.10.8; extra == "frozen"
|
|
152
154
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
153
155
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
154
|
-
Requires-Dist: more-itertools==11.0.
|
|
156
|
+
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
155
157
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
156
|
-
Requires-Dist: msgspec==0.
|
|
158
|
+
Requires-Dist: msgspec==0.21.1; extra == "frozen"
|
|
157
159
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
158
160
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
159
161
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
160
162
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
161
163
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
162
164
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
163
|
-
Requires-Dist: opentelemetry-api==1.
|
|
164
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
165
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
166
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
167
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
168
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
169
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
170
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
171
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
172
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
173
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
174
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
175
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
176
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
177
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
178
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
179
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
180
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
181
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
165
|
+
Requires-Dist: opentelemetry-api==1.41.0; extra == "frozen"
|
|
166
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.41.0; extra == "frozen"
|
|
167
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.0; extra == "frozen"
|
|
168
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.0; extra == "frozen"
|
|
169
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.0; extra == "frozen"
|
|
170
|
+
Requires-Dist: opentelemetry-instrumentation==0.62b0; extra == "frozen"
|
|
171
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b0; extra == "frozen"
|
|
172
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.62b0; extra == "frozen"
|
|
173
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.62b0; extra == "frozen"
|
|
174
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.62b0; extra == "frozen"
|
|
175
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b0; extra == "frozen"
|
|
176
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b0; extra == "frozen"
|
|
177
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.62b0; extra == "frozen"
|
|
178
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b0; extra == "frozen"
|
|
179
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b0; extra == "frozen"
|
|
180
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.62b0; extra == "frozen"
|
|
181
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.62b0; extra == "frozen"
|
|
182
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b0; extra == "frozen"
|
|
183
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b0; extra == "frozen"
|
|
182
184
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
183
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
184
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
185
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
186
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
185
|
+
Requires-Dist: opentelemetry-proto==1.41.0; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-sdk==1.41.0; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.62b0; extra == "frozen"
|
|
188
|
+
Requires-Dist: opentelemetry-util-http==0.62b0; extra == "frozen"
|
|
187
189
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
188
|
-
Requires-Dist: packaging==26.
|
|
190
|
+
Requires-Dist: packaging==26.1; extra == "frozen"
|
|
189
191
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
190
192
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
191
|
-
Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
|
|
192
193
|
Requires-Dist: pathspec==1.0.4; extra == "frozen"
|
|
193
194
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
194
195
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
195
196
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
196
197
|
Requires-Dist: pip==26.0.1; extra == "frozen"
|
|
197
|
-
Requires-Dist: platformdirs==4.9.
|
|
198
|
+
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
198
199
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
199
200
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
200
201
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
201
|
-
Requires-Dist: prometheus_client==0.
|
|
202
|
+
Requires-Dist: prometheus_client==0.25.0; extra == "frozen"
|
|
202
203
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
203
204
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
204
205
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
205
206
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
206
207
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
207
208
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
208
|
-
Requires-Dist: pydantic==2.
|
|
209
|
-
Requires-Dist: pydantic-extra-types==2.11.2; extra == "frozen"
|
|
209
|
+
Requires-Dist: pydantic==2.13.0; extra == "frozen"
|
|
210
210
|
Requires-Dist: pydantic-settings==2.13.1; extra == "frozen"
|
|
211
|
-
Requires-Dist: pydantic_core==2.
|
|
211
|
+
Requires-Dist: pydantic_core==2.46.0; extra == "frozen"
|
|
212
212
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
213
213
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
214
214
|
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
215
215
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
216
216
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
217
217
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
218
|
-
Requires-Dist: python-multipart==0.0.
|
|
218
|
+
Requires-Dist: python-multipart==0.0.26; extra == "frozen"
|
|
219
219
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
220
220
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
221
221
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
222
222
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
223
223
|
Requires-Dist: requests==2.33.1; extra == "frozen"
|
|
224
|
-
Requires-Dist: rich==
|
|
224
|
+
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
225
225
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
226
226
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
227
227
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
@@ -235,7 +235,7 @@ Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
|
235
235
|
Requires-Dist: solar-wavelength-calibration==2.0.1; extra == "frozen"
|
|
236
236
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
237
237
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
238
|
-
Requires-Dist: starlette==0.
|
|
238
|
+
Requires-Dist: starlette==0.48.0; extra == "frozen"
|
|
239
239
|
Requires-Dist: structlog==25.5.0; extra == "frozen"
|
|
240
240
|
Requires-Dist: sunpy==7.1.1; extra == "frozen"
|
|
241
241
|
Requires-Dist: svcs==25.1.0; extra == "frozen"
|
|
@@ -254,7 +254,7 @@ Requires-Dist: tzdata==2026.1; extra == "frozen"
|
|
|
254
254
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
255
255
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
256
256
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
257
|
-
Requires-Dist: universal_pathlib==0.
|
|
257
|
+
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
258
258
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
259
259
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
260
260
|
Requires-Dist: uvicorn==0.44.0; extra == "frozen"
|
|
@@ -265,10 +265,10 @@ Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
|
265
265
|
Requires-Dist: wcwidth==0.6.0; extra == "frozen"
|
|
266
266
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
267
267
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
268
|
-
Requires-Dist: wrapt==1.
|
|
268
|
+
Requires-Dist: wrapt==2.1.2; extra == "frozen"
|
|
269
269
|
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
270
270
|
Requires-Dist: yarl==1.23.0; extra == "frozen"
|
|
271
|
-
Requires-Dist: zipp==3.23.
|
|
271
|
+
Requires-Dist: zipp==3.23.1; extra == "frozen"
|
|
272
272
|
|
|
273
273
|
dkist-processing-test
|
|
274
274
|
---------------------
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.41.
|
|
3
|
+
Version: 1.41.3
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
15
|
+
Requires-Dist: dkist-processing-common==13.0.3
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.0
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.24.0
|
|
@@ -41,13 +41,15 @@ Provides-Extra: frozen
|
|
|
41
41
|
Requires-Dist: Deprecated==1.3.1; extra == "frozen"
|
|
42
42
|
Requires-Dist: ImageIO==2.37.3; extra == "frozen"
|
|
43
43
|
Requires-Dist: Jinja2==3.1.6; extra == "frozen"
|
|
44
|
-
Requires-Dist: Mako==1.3.
|
|
44
|
+
Requires-Dist: Mako==1.3.11; extra == "frozen"
|
|
45
45
|
Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
46
46
|
Requires-Dist: PyJWT==2.12.1; extra == "frozen"
|
|
47
47
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
48
48
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
49
49
|
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
50
50
|
Requires-Dist: SQLAlchemy==2.0.49; extra == "frozen"
|
|
51
|
+
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
52
|
+
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
51
53
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
52
54
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
53
55
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
@@ -60,16 +62,16 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
60
62
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
61
63
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
62
64
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
63
|
-
Requires-Dist: apache-airflow==3.
|
|
64
|
-
Requires-Dist: apache-airflow-core==3.
|
|
65
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
66
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.14.
|
|
65
|
+
Requires-Dist: apache-airflow==3.1.8; extra == "frozen"
|
|
66
|
+
Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
|
|
67
|
+
Requires-Dist: apache-airflow-providers-celery==3.18.0; extra == "frozen"
|
|
68
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
|
|
67
69
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
68
70
|
Requires-Dist: apache-airflow-providers-common-sql==1.34.0; extra == "frozen"
|
|
69
|
-
Requires-Dist: apache-airflow-providers-postgres==6.6.
|
|
70
|
-
Requires-Dist: apache-airflow-providers-smtp==2.4.
|
|
71
|
-
Requires-Dist: apache-airflow-providers-standard==1.12.
|
|
72
|
-
Requires-Dist: apache-airflow-task-sdk==1.
|
|
71
|
+
Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
72
|
+
Requires-Dist: apache-airflow-providers-smtp==2.4.5; extra == "frozen"
|
|
73
|
+
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
74
|
+
Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
|
|
73
75
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
74
76
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
75
77
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
@@ -77,14 +79,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
77
79
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
78
80
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
79
81
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
80
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
82
|
+
Requires-Dist: astropy-iers-data==0.2026.4.13.0.58.2; extra == "frozen"
|
|
81
83
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
82
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
83
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
84
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
85
|
-
Requires-Dist: boto3==1.42.
|
|
86
|
-
Requires-Dist: botocore==1.42.
|
|
87
|
-
Requires-Dist: cadwyn==
|
|
87
|
+
Requires-Dist: boto3==1.42.89; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.89; extra == "frozen"
|
|
89
|
+
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
88
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
89
91
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
90
92
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
@@ -103,16 +105,16 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
103
105
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
104
106
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
105
107
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
106
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
107
|
-
Requires-Dist: dkist-processing-core==7.
|
|
108
|
+
Requires-Dist: dkist-processing-common==13.0.3; extra == "frozen"
|
|
109
|
+
Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
|
|
108
110
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
109
|
-
Requires-Dist: dkist-processing-test==1.41.
|
|
111
|
+
Requires-Dist: dkist-processing-test==1.41.3; extra == "frozen"
|
|
110
112
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
111
113
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
112
114
|
Requires-Dist: dkist_fits_specifications==4.24.0; extra == "frozen"
|
|
113
115
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
114
116
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
115
|
-
Requires-Dist: fastapi==0.
|
|
117
|
+
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
116
118
|
Requires-Dist: fastapi-cli==0.0.24; extra == "frozen"
|
|
117
119
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
118
120
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
@@ -123,7 +125,7 @@ Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
|
123
125
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
124
126
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
125
127
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
126
|
-
Requires-Dist: greenlet==3.
|
|
128
|
+
Requires-Dist: greenlet==3.4.0; extra == "frozen"
|
|
127
129
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
128
130
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
129
131
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -151,77 +153,75 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
|
|
|
151
153
|
Requires-Dist: matplotlib==3.10.8; extra == "frozen"
|
|
152
154
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
153
155
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
154
|
-
Requires-Dist: more-itertools==11.0.
|
|
156
|
+
Requires-Dist: more-itertools==11.0.2; extra == "frozen"
|
|
155
157
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
156
|
-
Requires-Dist: msgspec==0.
|
|
158
|
+
Requires-Dist: msgspec==0.21.1; extra == "frozen"
|
|
157
159
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
158
160
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
159
161
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
160
162
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
161
163
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
162
164
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
163
|
-
Requires-Dist: opentelemetry-api==1.
|
|
164
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
165
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
166
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
167
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
168
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
|
169
|
-
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.
|
|
170
|
-
Requires-Dist: opentelemetry-instrumentation-asgi==0.
|
|
171
|
-
Requires-Dist: opentelemetry-instrumentation-botocore==0.
|
|
172
|
-
Requires-Dist: opentelemetry-instrumentation-celery==0.
|
|
173
|
-
Requires-Dist: opentelemetry-instrumentation-dbapi==0.
|
|
174
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi==0.
|
|
175
|
-
Requires-Dist: opentelemetry-instrumentation-pika==0.
|
|
176
|
-
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.
|
|
177
|
-
Requires-Dist: opentelemetry-instrumentation-pymongo==0.
|
|
178
|
-
Requires-Dist: opentelemetry-instrumentation-redis==0.
|
|
179
|
-
Requires-Dist: opentelemetry-instrumentation-requests==0.
|
|
180
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.
|
|
181
|
-
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.
|
|
165
|
+
Requires-Dist: opentelemetry-api==1.41.0; extra == "frozen"
|
|
166
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.41.0; extra == "frozen"
|
|
167
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.0; extra == "frozen"
|
|
168
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.0; extra == "frozen"
|
|
169
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.0; extra == "frozen"
|
|
170
|
+
Requires-Dist: opentelemetry-instrumentation==0.62b0; extra == "frozen"
|
|
171
|
+
Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b0; extra == "frozen"
|
|
172
|
+
Requires-Dist: opentelemetry-instrumentation-asgi==0.62b0; extra == "frozen"
|
|
173
|
+
Requires-Dist: opentelemetry-instrumentation-botocore==0.62b0; extra == "frozen"
|
|
174
|
+
Requires-Dist: opentelemetry-instrumentation-celery==0.62b0; extra == "frozen"
|
|
175
|
+
Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b0; extra == "frozen"
|
|
176
|
+
Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b0; extra == "frozen"
|
|
177
|
+
Requires-Dist: opentelemetry-instrumentation-pika==0.62b0; extra == "frozen"
|
|
178
|
+
Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b0; extra == "frozen"
|
|
179
|
+
Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b0; extra == "frozen"
|
|
180
|
+
Requires-Dist: opentelemetry-instrumentation-redis==0.62b0; extra == "frozen"
|
|
181
|
+
Requires-Dist: opentelemetry-instrumentation-requests==0.62b0; extra == "frozen"
|
|
182
|
+
Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b0; extra == "frozen"
|
|
183
|
+
Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b0; extra == "frozen"
|
|
182
184
|
Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
|
|
183
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
184
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
185
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
186
|
-
Requires-Dist: opentelemetry-util-http==0.
|
|
185
|
+
Requires-Dist: opentelemetry-proto==1.41.0; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-sdk==1.41.0; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.62b0; extra == "frozen"
|
|
188
|
+
Requires-Dist: opentelemetry-util-http==0.62b0; extra == "frozen"
|
|
187
189
|
Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
188
|
-
Requires-Dist: packaging==26.
|
|
190
|
+
Requires-Dist: packaging==26.1; extra == "frozen"
|
|
189
191
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
190
192
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
191
|
-
Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
|
|
192
193
|
Requires-Dist: pathspec==1.0.4; extra == "frozen"
|
|
193
194
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
194
195
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
195
196
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
196
197
|
Requires-Dist: pip==26.0.1; extra == "frozen"
|
|
197
|
-
Requires-Dist: platformdirs==4.9.
|
|
198
|
+
Requires-Dist: platformdirs==4.9.6; extra == "frozen"
|
|
198
199
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
199
200
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
200
201
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
201
|
-
Requires-Dist: prometheus_client==0.
|
|
202
|
+
Requires-Dist: prometheus_client==0.25.0; extra == "frozen"
|
|
202
203
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
203
204
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
204
205
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
205
206
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
206
207
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
207
208
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
208
|
-
Requires-Dist: pydantic==2.
|
|
209
|
-
Requires-Dist: pydantic-extra-types==2.11.2; extra == "frozen"
|
|
209
|
+
Requires-Dist: pydantic==2.13.0; extra == "frozen"
|
|
210
210
|
Requires-Dist: pydantic-settings==2.13.1; extra == "frozen"
|
|
211
|
-
Requires-Dist: pydantic_core==2.
|
|
211
|
+
Requires-Dist: pydantic_core==2.46.0; extra == "frozen"
|
|
212
212
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
213
213
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
214
214
|
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
215
215
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
216
216
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
217
217
|
Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
|
|
218
|
-
Requires-Dist: python-multipart==0.0.
|
|
218
|
+
Requires-Dist: python-multipart==0.0.26; extra == "frozen"
|
|
219
219
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
220
220
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
221
221
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
222
222
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
223
223
|
Requires-Dist: requests==2.33.1; extra == "frozen"
|
|
224
|
-
Requires-Dist: rich==
|
|
224
|
+
Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
225
225
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
226
226
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
227
227
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
@@ -235,7 +235,7 @@ Requires-Dist: sniffio==1.3.1; extra == "frozen"
|
|
|
235
235
|
Requires-Dist: solar-wavelength-calibration==2.0.1; extra == "frozen"
|
|
236
236
|
Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
237
237
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
238
|
-
Requires-Dist: starlette==0.
|
|
238
|
+
Requires-Dist: starlette==0.48.0; extra == "frozen"
|
|
239
239
|
Requires-Dist: structlog==25.5.0; extra == "frozen"
|
|
240
240
|
Requires-Dist: sunpy==7.1.1; extra == "frozen"
|
|
241
241
|
Requires-Dist: svcs==25.1.0; extra == "frozen"
|
|
@@ -254,7 +254,7 @@ Requires-Dist: tzdata==2026.1; extra == "frozen"
|
|
|
254
254
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
255
255
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
256
256
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
257
|
-
Requires-Dist: universal_pathlib==0.
|
|
257
|
+
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
258
258
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
259
259
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
260
260
|
Requires-Dist: uvicorn==0.44.0; extra == "frozen"
|
|
@@ -265,10 +265,10 @@ Requires-Dist: watchfiles==1.1.1; extra == "frozen"
|
|
|
265
265
|
Requires-Dist: wcwidth==0.6.0; extra == "frozen"
|
|
266
266
|
Requires-Dist: websockets==16.0; extra == "frozen"
|
|
267
267
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
268
|
-
Requires-Dist: wrapt==1.
|
|
268
|
+
Requires-Dist: wrapt==2.1.2; extra == "frozen"
|
|
269
269
|
Requires-Dist: yamale==6.1.0; extra == "frozen"
|
|
270
270
|
Requires-Dist: yarl==1.23.0; extra == "frozen"
|
|
271
|
-
Requires-Dist: zipp==3.23.
|
|
271
|
+
Requires-Dist: zipp==3.23.1; extra == "frozen"
|
|
272
272
|
|
|
273
273
|
dkist-processing-test
|
|
274
274
|
---------------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==13.0.
|
|
1
|
+
dkist-processing-common==13.0.3
|
|
2
2
|
dkist-header-validator==5.3.0
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
4
|
dkist-fits-specifications==4.24.0
|
|
@@ -15,13 +15,15 @@ dkist-inventory[asdf]==1.11.5
|
|
|
15
15
|
Deprecated==1.3.1
|
|
16
16
|
ImageIO==2.37.3
|
|
17
17
|
Jinja2==3.1.6
|
|
18
|
-
Mako==1.3.
|
|
18
|
+
Mako==1.3.11
|
|
19
19
|
MarkupSafe==3.0.3
|
|
20
20
|
PyJWT==2.12.1
|
|
21
21
|
PyYAML==6.0.3
|
|
22
22
|
PyYAML-ft==8.0.0
|
|
23
23
|
Pygments==2.20.0
|
|
24
24
|
SQLAlchemy==2.0.49
|
|
25
|
+
SQLAlchemy-JSONField==1.0.2
|
|
26
|
+
SQLAlchemy-Utils==0.42.1
|
|
25
27
|
a2wsgi==1.10.10
|
|
26
28
|
aioftp==0.27.2
|
|
27
29
|
aiohappyeyeballs==2.6.1
|
|
@@ -34,16 +36,16 @@ amqp==5.3.1
|
|
|
34
36
|
annotated-doc==0.0.4
|
|
35
37
|
annotated-types==0.7.0
|
|
36
38
|
anyio==4.13.0
|
|
37
|
-
apache-airflow==3.
|
|
38
|
-
apache-airflow-core==3.
|
|
39
|
-
apache-airflow-providers-celery==3.
|
|
40
|
-
apache-airflow-providers-common-compat==1.14.
|
|
39
|
+
apache-airflow==3.1.8
|
|
40
|
+
apache-airflow-core==3.1.8
|
|
41
|
+
apache-airflow-providers-celery==3.18.0
|
|
42
|
+
apache-airflow-providers-common-compat==1.14.3
|
|
41
43
|
apache-airflow-providers-common-io==1.7.2
|
|
42
44
|
apache-airflow-providers-common-sql==1.34.0
|
|
43
|
-
apache-airflow-providers-postgres==6.6.
|
|
44
|
-
apache-airflow-providers-smtp==2.4.
|
|
45
|
-
apache-airflow-providers-standard==1.12.
|
|
46
|
-
apache-airflow-task-sdk==1.
|
|
45
|
+
apache-airflow-providers-postgres==6.6.3
|
|
46
|
+
apache-airflow-providers-smtp==2.4.5
|
|
47
|
+
apache-airflow-providers-standard==1.12.3
|
|
48
|
+
apache-airflow-task-sdk==1.1.8
|
|
47
49
|
argcomplete==3.6.3
|
|
48
50
|
asdf==3.5.0
|
|
49
51
|
asdf_standard==1.5.0
|
|
@@ -51,14 +53,14 @@ asdf_transform_schemas==0.6.0
|
|
|
51
53
|
asgiref==3.11.1
|
|
52
54
|
asteval==1.0.8
|
|
53
55
|
astropy==7.0.2
|
|
54
|
-
astropy-iers-data==0.2026.4.
|
|
56
|
+
astropy-iers-data==0.2026.4.13.0.58.2
|
|
55
57
|
asyncpg==0.31.0
|
|
56
58
|
attrs==26.1.0
|
|
57
59
|
babel==2.18.0
|
|
58
60
|
billiard==4.2.4
|
|
59
|
-
boto3==1.42.
|
|
60
|
-
botocore==1.42.
|
|
61
|
-
cadwyn==
|
|
61
|
+
boto3==1.42.89
|
|
62
|
+
botocore==1.42.89
|
|
63
|
+
cadwyn==5.4.6
|
|
62
64
|
celery==5.6.3
|
|
63
65
|
certifi==2026.2.25
|
|
64
66
|
cffi==2.0.0
|
|
@@ -77,16 +79,16 @@ dacite==1.9.2
|
|
|
77
79
|
decorator==5.2.1
|
|
78
80
|
dill==0.4.1
|
|
79
81
|
dkist-header-validator==5.3.0
|
|
80
|
-
dkist-processing-common==13.0.
|
|
81
|
-
dkist-processing-core==7.
|
|
82
|
+
dkist-processing-common==13.0.3
|
|
83
|
+
dkist-processing-core==7.1.0
|
|
82
84
|
dkist-processing-pac==3.1.1
|
|
83
|
-
dkist-processing-test==1.41.
|
|
85
|
+
dkist-processing-test==1.41.3
|
|
84
86
|
dkist-service-configuration==4.3.0
|
|
85
87
|
dkist-spectral-lines==3.0.0
|
|
86
88
|
dkist_fits_specifications==4.24.0
|
|
87
89
|
dnspython==2.8.0
|
|
88
90
|
email-validator==2.3.0
|
|
89
|
-
fastapi==0.
|
|
91
|
+
fastapi==0.117.1
|
|
90
92
|
fastapi-cli==0.0.24
|
|
91
93
|
fastjsonschema==2.21.2
|
|
92
94
|
flower==2.0.1
|
|
@@ -97,7 +99,7 @@ globus-sdk==4.5.0
|
|
|
97
99
|
googleapis-common-protos==1.74.0
|
|
98
100
|
gqlclient==1.2.3
|
|
99
101
|
greenback==1.3.0
|
|
100
|
-
greenlet==3.
|
|
102
|
+
greenlet==3.4.0
|
|
101
103
|
grpcio==1.80.0
|
|
102
104
|
h11==0.16.0
|
|
103
105
|
httpcore==1.0.9
|
|
@@ -125,77 +127,75 @@ markdown-it-py==4.0.0
|
|
|
125
127
|
matplotlib==3.10.8
|
|
126
128
|
mdurl==0.1.2
|
|
127
129
|
methodtools==0.4.7
|
|
128
|
-
more-itertools==11.0.
|
|
130
|
+
more-itertools==11.0.2
|
|
129
131
|
moviepy==2.2.1
|
|
130
|
-
msgspec==0.
|
|
132
|
+
msgspec==0.21.1
|
|
131
133
|
multidict==6.7.1
|
|
132
134
|
natsort==8.4.0
|
|
133
135
|
nbformat==5.10.4
|
|
134
136
|
numba==0.61.2
|
|
135
137
|
numpy==2.2.5
|
|
136
138
|
object-clerk==1.0.0
|
|
137
|
-
opentelemetry-api==1.
|
|
138
|
-
opentelemetry-exporter-otlp==1.
|
|
139
|
-
opentelemetry-exporter-otlp-proto-common==1.
|
|
140
|
-
opentelemetry-exporter-otlp-proto-grpc==1.
|
|
141
|
-
opentelemetry-exporter-otlp-proto-http==1.
|
|
142
|
-
opentelemetry-instrumentation==0.
|
|
143
|
-
opentelemetry-instrumentation-aiohttp-client==0.
|
|
144
|
-
opentelemetry-instrumentation-asgi==0.
|
|
145
|
-
opentelemetry-instrumentation-botocore==0.
|
|
146
|
-
opentelemetry-instrumentation-celery==0.
|
|
147
|
-
opentelemetry-instrumentation-dbapi==0.
|
|
148
|
-
opentelemetry-instrumentation-fastapi==0.
|
|
149
|
-
opentelemetry-instrumentation-pika==0.
|
|
150
|
-
opentelemetry-instrumentation-psycopg2==0.
|
|
151
|
-
opentelemetry-instrumentation-pymongo==0.
|
|
152
|
-
opentelemetry-instrumentation-redis==0.
|
|
153
|
-
opentelemetry-instrumentation-requests==0.
|
|
154
|
-
opentelemetry-instrumentation-sqlalchemy==0.
|
|
155
|
-
opentelemetry-instrumentation-system-metrics==0.
|
|
139
|
+
opentelemetry-api==1.41.0
|
|
140
|
+
opentelemetry-exporter-otlp==1.41.0
|
|
141
|
+
opentelemetry-exporter-otlp-proto-common==1.41.0
|
|
142
|
+
opentelemetry-exporter-otlp-proto-grpc==1.41.0
|
|
143
|
+
opentelemetry-exporter-otlp-proto-http==1.41.0
|
|
144
|
+
opentelemetry-instrumentation==0.62b0
|
|
145
|
+
opentelemetry-instrumentation-aiohttp-client==0.62b0
|
|
146
|
+
opentelemetry-instrumentation-asgi==0.62b0
|
|
147
|
+
opentelemetry-instrumentation-botocore==0.62b0
|
|
148
|
+
opentelemetry-instrumentation-celery==0.62b0
|
|
149
|
+
opentelemetry-instrumentation-dbapi==0.62b0
|
|
150
|
+
opentelemetry-instrumentation-fastapi==0.62b0
|
|
151
|
+
opentelemetry-instrumentation-pika==0.62b0
|
|
152
|
+
opentelemetry-instrumentation-psycopg2==0.62b0
|
|
153
|
+
opentelemetry-instrumentation-pymongo==0.62b0
|
|
154
|
+
opentelemetry-instrumentation-redis==0.62b0
|
|
155
|
+
opentelemetry-instrumentation-requests==0.62b0
|
|
156
|
+
opentelemetry-instrumentation-sqlalchemy==0.62b0
|
|
157
|
+
opentelemetry-instrumentation-system-metrics==0.62b0
|
|
156
158
|
opentelemetry-propagator-aws-xray==1.0.2
|
|
157
|
-
opentelemetry-proto==1.
|
|
158
|
-
opentelemetry-sdk==1.
|
|
159
|
-
opentelemetry-semantic-conventions==0.
|
|
160
|
-
opentelemetry-util-http==0.
|
|
159
|
+
opentelemetry-proto==1.41.0
|
|
160
|
+
opentelemetry-sdk==1.41.0
|
|
161
|
+
opentelemetry-semantic-conventions==0.62b0
|
|
162
|
+
opentelemetry-util-http==0.62b0
|
|
161
163
|
outcome==1.3.0.post0
|
|
162
|
-
packaging==26.
|
|
164
|
+
packaging==26.1
|
|
163
165
|
pandas==3.0.2
|
|
164
166
|
parfive==2.3.1
|
|
165
|
-
pathlib_abc==0.5.2
|
|
166
167
|
pathspec==1.0.4
|
|
167
168
|
pendulum==3.2.0
|
|
168
169
|
pika==1.3.2
|
|
169
170
|
pillow==11.3.0
|
|
170
171
|
pip==26.0.1
|
|
171
|
-
platformdirs==4.9.
|
|
172
|
+
platformdirs==4.9.6
|
|
172
173
|
pluggy==1.6.0
|
|
173
174
|
pooch==1.9.0
|
|
174
175
|
proglog==0.1.12
|
|
175
|
-
prometheus_client==0.
|
|
176
|
+
prometheus_client==0.25.0
|
|
176
177
|
prompt_toolkit==3.0.52
|
|
177
178
|
propcache==0.4.1
|
|
178
179
|
protobuf==6.33.6
|
|
179
180
|
psutil==7.2.2
|
|
180
181
|
psycopg2-binary==2.9.11
|
|
181
182
|
pycparser==3.0
|
|
182
|
-
pydantic==2.
|
|
183
|
-
pydantic-extra-types==2.11.2
|
|
183
|
+
pydantic==2.13.0
|
|
184
184
|
pydantic-settings==2.13.1
|
|
185
|
-
pydantic_core==2.
|
|
185
|
+
pydantic_core==2.46.0
|
|
186
186
|
pyerfa==2.0.1.5
|
|
187
187
|
pygtrie==2.5.0
|
|
188
188
|
pyparsing==3.3.2
|
|
189
189
|
python-daemon==3.1.2
|
|
190
190
|
python-dateutil==2.9.0.post0
|
|
191
191
|
python-dotenv==1.2.2
|
|
192
|
-
python-multipart==0.0.
|
|
192
|
+
python-multipart==0.0.26
|
|
193
193
|
python-slugify==8.0.4
|
|
194
194
|
pytz==2026.1.post1
|
|
195
195
|
redis==6.4.0
|
|
196
196
|
referencing==0.37.0
|
|
197
197
|
requests==2.33.1
|
|
198
|
-
rich==
|
|
198
|
+
rich==15.0.0
|
|
199
199
|
rich-argparse==1.7.2
|
|
200
200
|
rich-toolkit==0.19.7
|
|
201
201
|
rpds-py==0.30.0
|
|
@@ -209,7 +209,7 @@ sniffio==1.3.1
|
|
|
209
209
|
solar-wavelength-calibration==2.0.1
|
|
210
210
|
sqids==0.5.1
|
|
211
211
|
sqlparse==0.5.5
|
|
212
|
-
starlette==0.
|
|
212
|
+
starlette==0.48.0
|
|
213
213
|
structlog==25.5.0
|
|
214
214
|
sunpy==7.1.1
|
|
215
215
|
svcs==25.1.0
|
|
@@ -228,7 +228,7 @@ tzdata==2026.1
|
|
|
228
228
|
tzlocal==5.3.1
|
|
229
229
|
uc-micro-py==2.0.0
|
|
230
230
|
uncertainties==3.2.3
|
|
231
|
-
universal_pathlib==0.
|
|
231
|
+
universal_pathlib==0.2.6
|
|
232
232
|
urllib3==2.6.3
|
|
233
233
|
uuid6==2025.0.1
|
|
234
234
|
uvicorn==0.44.0
|
|
@@ -239,10 +239,10 @@ watchfiles==1.1.1
|
|
|
239
239
|
wcwidth==0.6.0
|
|
240
240
|
websockets==16.0
|
|
241
241
|
wirerope==1.0.0
|
|
242
|
-
wrapt==1.
|
|
242
|
+
wrapt==2.1.2
|
|
243
243
|
yamale==6.1.0
|
|
244
244
|
yarl==1.23.0
|
|
245
|
-
zipp==3.23.
|
|
245
|
+
zipp==3.23.1
|
|
246
246
|
|
|
247
247
|
[inventory]
|
|
248
248
|
dkist-processing-common[inventory]
|
|
@@ -9,8 +9,8 @@ exclude = ["build*"]
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.41.
|
|
13
|
-
date = 2026-04-
|
|
12
|
+
version = "1.41.3"
|
|
13
|
+
date = 2026-04-14T20:34:31.511107
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 13.0.
|
|
29
|
+
"dkist-processing-common == 13.0.3",
|
|
30
30
|
"dkist-header-validator == 5.3.0",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.24.0",
|
|
@@ -67,13 +67,15 @@ frozen = [
|
|
|
67
67
|
"Deprecated == 1.3.1",
|
|
68
68
|
"ImageIO == 2.37.3",
|
|
69
69
|
"Jinja2 == 3.1.6",
|
|
70
|
-
"Mako == 1.3.
|
|
70
|
+
"Mako == 1.3.11",
|
|
71
71
|
"MarkupSafe == 3.0.3",
|
|
72
72
|
"PyJWT == 2.12.1",
|
|
73
73
|
"PyYAML == 6.0.3",
|
|
74
74
|
"PyYAML-ft == 8.0.0",
|
|
75
75
|
"Pygments == 2.20.0",
|
|
76
76
|
"SQLAlchemy == 2.0.49",
|
|
77
|
+
"SQLAlchemy-JSONField == 1.0.2",
|
|
78
|
+
"SQLAlchemy-Utils == 0.42.1",
|
|
77
79
|
"a2wsgi == 1.10.10",
|
|
78
80
|
"aioftp == 0.27.2",
|
|
79
81
|
"aiohappyeyeballs == 2.6.1",
|
|
@@ -86,16 +88,16 @@ frozen = [
|
|
|
86
88
|
"annotated-doc == 0.0.4",
|
|
87
89
|
"annotated-types == 0.7.0",
|
|
88
90
|
"anyio == 4.13.0",
|
|
89
|
-
"apache-airflow == 3.
|
|
90
|
-
"apache-airflow-core == 3.
|
|
91
|
-
"apache-airflow-providers-celery == 3.
|
|
92
|
-
"apache-airflow-providers-common-compat == 1.14.
|
|
91
|
+
"apache-airflow == 3.1.8",
|
|
92
|
+
"apache-airflow-core == 3.1.8",
|
|
93
|
+
"apache-airflow-providers-celery == 3.18.0",
|
|
94
|
+
"apache-airflow-providers-common-compat == 1.14.3",
|
|
93
95
|
"apache-airflow-providers-common-io == 1.7.2",
|
|
94
96
|
"apache-airflow-providers-common-sql == 1.34.0",
|
|
95
|
-
"apache-airflow-providers-postgres == 6.6.
|
|
96
|
-
"apache-airflow-providers-smtp == 2.4.
|
|
97
|
-
"apache-airflow-providers-standard == 1.12.
|
|
98
|
-
"apache-airflow-task-sdk == 1.
|
|
97
|
+
"apache-airflow-providers-postgres == 6.6.3",
|
|
98
|
+
"apache-airflow-providers-smtp == 2.4.5",
|
|
99
|
+
"apache-airflow-providers-standard == 1.12.3",
|
|
100
|
+
"apache-airflow-task-sdk == 1.1.8",
|
|
99
101
|
"argcomplete == 3.6.3",
|
|
100
102
|
"asdf == 3.5.0",
|
|
101
103
|
"asdf_standard == 1.5.0",
|
|
@@ -103,14 +105,14 @@ frozen = [
|
|
|
103
105
|
"asgiref == 3.11.1",
|
|
104
106
|
"asteval == 1.0.8",
|
|
105
107
|
"astropy == 7.0.2",
|
|
106
|
-
"astropy-iers-data == 0.2026.4.
|
|
108
|
+
"astropy-iers-data == 0.2026.4.13.0.58.2",
|
|
107
109
|
"asyncpg == 0.31.0",
|
|
108
110
|
"attrs == 26.1.0",
|
|
109
111
|
"babel == 2.18.0",
|
|
110
112
|
"billiard == 4.2.4",
|
|
111
|
-
"boto3 == 1.42.
|
|
112
|
-
"botocore == 1.42.
|
|
113
|
-
"cadwyn ==
|
|
113
|
+
"boto3 == 1.42.89",
|
|
114
|
+
"botocore == 1.42.89",
|
|
115
|
+
"cadwyn == 5.4.6",
|
|
114
116
|
"celery == 5.6.3",
|
|
115
117
|
"certifi == 2026.2.25",
|
|
116
118
|
"cffi == 2.0.0",
|
|
@@ -129,16 +131,16 @@ frozen = [
|
|
|
129
131
|
"decorator == 5.2.1",
|
|
130
132
|
"dill == 0.4.1",
|
|
131
133
|
"dkist-header-validator == 5.3.0",
|
|
132
|
-
"dkist-processing-common == 13.0.
|
|
133
|
-
"dkist-processing-core == 7.
|
|
134
|
+
"dkist-processing-common == 13.0.3",
|
|
135
|
+
"dkist-processing-core == 7.1.0",
|
|
134
136
|
"dkist-processing-pac == 3.1.1",
|
|
135
|
-
"dkist-processing-test == 1.41.
|
|
137
|
+
"dkist-processing-test == 1.41.3",
|
|
136
138
|
"dkist-service-configuration == 4.3.0",
|
|
137
139
|
"dkist-spectral-lines == 3.0.0",
|
|
138
140
|
"dkist_fits_specifications == 4.24.0",
|
|
139
141
|
"dnspython == 2.8.0",
|
|
140
142
|
"email-validator == 2.3.0",
|
|
141
|
-
"fastapi == 0.
|
|
143
|
+
"fastapi == 0.117.1",
|
|
142
144
|
"fastapi-cli == 0.0.24",
|
|
143
145
|
"fastjsonschema == 2.21.2",
|
|
144
146
|
"flower == 2.0.1",
|
|
@@ -149,7 +151,7 @@ frozen = [
|
|
|
149
151
|
"googleapis-common-protos == 1.74.0",
|
|
150
152
|
"gqlclient == 1.2.3",
|
|
151
153
|
"greenback == 1.3.0",
|
|
152
|
-
"greenlet == 3.
|
|
154
|
+
"greenlet == 3.4.0",
|
|
153
155
|
"grpcio == 1.80.0",
|
|
154
156
|
"h11 == 0.16.0",
|
|
155
157
|
"httpcore == 1.0.9",
|
|
@@ -177,77 +179,75 @@ frozen = [
|
|
|
177
179
|
"matplotlib == 3.10.8",
|
|
178
180
|
"mdurl == 0.1.2",
|
|
179
181
|
"methodtools == 0.4.7",
|
|
180
|
-
"more-itertools == 11.0.
|
|
182
|
+
"more-itertools == 11.0.2",
|
|
181
183
|
"moviepy == 2.2.1",
|
|
182
|
-
"msgspec == 0.
|
|
184
|
+
"msgspec == 0.21.1",
|
|
183
185
|
"multidict == 6.7.1",
|
|
184
186
|
"natsort == 8.4.0",
|
|
185
187
|
"nbformat == 5.10.4",
|
|
186
188
|
"numba == 0.61.2",
|
|
187
189
|
"numpy == 2.2.5",
|
|
188
190
|
"object-clerk == 1.0.0",
|
|
189
|
-
"opentelemetry-api == 1.
|
|
190
|
-
"opentelemetry-exporter-otlp == 1.
|
|
191
|
-
"opentelemetry-exporter-otlp-proto-common == 1.
|
|
192
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.
|
|
193
|
-
"opentelemetry-exporter-otlp-proto-http == 1.
|
|
194
|
-
"opentelemetry-instrumentation == 0.
|
|
195
|
-
"opentelemetry-instrumentation-aiohttp-client == 0.
|
|
196
|
-
"opentelemetry-instrumentation-asgi == 0.
|
|
197
|
-
"opentelemetry-instrumentation-botocore == 0.
|
|
198
|
-
"opentelemetry-instrumentation-celery == 0.
|
|
199
|
-
"opentelemetry-instrumentation-dbapi == 0.
|
|
200
|
-
"opentelemetry-instrumentation-fastapi == 0.
|
|
201
|
-
"opentelemetry-instrumentation-pika == 0.
|
|
202
|
-
"opentelemetry-instrumentation-psycopg2 == 0.
|
|
203
|
-
"opentelemetry-instrumentation-pymongo == 0.
|
|
204
|
-
"opentelemetry-instrumentation-redis == 0.
|
|
205
|
-
"opentelemetry-instrumentation-requests == 0.
|
|
206
|
-
"opentelemetry-instrumentation-sqlalchemy == 0.
|
|
207
|
-
"opentelemetry-instrumentation-system-metrics == 0.
|
|
191
|
+
"opentelemetry-api == 1.41.0",
|
|
192
|
+
"opentelemetry-exporter-otlp == 1.41.0",
|
|
193
|
+
"opentelemetry-exporter-otlp-proto-common == 1.41.0",
|
|
194
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.41.0",
|
|
195
|
+
"opentelemetry-exporter-otlp-proto-http == 1.41.0",
|
|
196
|
+
"opentelemetry-instrumentation == 0.62b0",
|
|
197
|
+
"opentelemetry-instrumentation-aiohttp-client == 0.62b0",
|
|
198
|
+
"opentelemetry-instrumentation-asgi == 0.62b0",
|
|
199
|
+
"opentelemetry-instrumentation-botocore == 0.62b0",
|
|
200
|
+
"opentelemetry-instrumentation-celery == 0.62b0",
|
|
201
|
+
"opentelemetry-instrumentation-dbapi == 0.62b0",
|
|
202
|
+
"opentelemetry-instrumentation-fastapi == 0.62b0",
|
|
203
|
+
"opentelemetry-instrumentation-pika == 0.62b0",
|
|
204
|
+
"opentelemetry-instrumentation-psycopg2 == 0.62b0",
|
|
205
|
+
"opentelemetry-instrumentation-pymongo == 0.62b0",
|
|
206
|
+
"opentelemetry-instrumentation-redis == 0.62b0",
|
|
207
|
+
"opentelemetry-instrumentation-requests == 0.62b0",
|
|
208
|
+
"opentelemetry-instrumentation-sqlalchemy == 0.62b0",
|
|
209
|
+
"opentelemetry-instrumentation-system-metrics == 0.62b0",
|
|
208
210
|
"opentelemetry-propagator-aws-xray == 1.0.2",
|
|
209
|
-
"opentelemetry-proto == 1.
|
|
210
|
-
"opentelemetry-sdk == 1.
|
|
211
|
-
"opentelemetry-semantic-conventions == 0.
|
|
212
|
-
"opentelemetry-util-http == 0.
|
|
211
|
+
"opentelemetry-proto == 1.41.0",
|
|
212
|
+
"opentelemetry-sdk == 1.41.0",
|
|
213
|
+
"opentelemetry-semantic-conventions == 0.62b0",
|
|
214
|
+
"opentelemetry-util-http == 0.62b0",
|
|
213
215
|
"outcome == 1.3.0.post0",
|
|
214
|
-
"packaging == 26.
|
|
216
|
+
"packaging == 26.1",
|
|
215
217
|
"pandas == 3.0.2",
|
|
216
218
|
"parfive == 2.3.1",
|
|
217
|
-
"pathlib_abc == 0.5.2",
|
|
218
219
|
"pathspec == 1.0.4",
|
|
219
220
|
"pendulum == 3.2.0",
|
|
220
221
|
"pika == 1.3.2",
|
|
221
222
|
"pillow == 11.3.0",
|
|
222
223
|
"pip == 26.0.1",
|
|
223
|
-
"platformdirs == 4.9.
|
|
224
|
+
"platformdirs == 4.9.6",
|
|
224
225
|
"pluggy == 1.6.0",
|
|
225
226
|
"pooch == 1.9.0",
|
|
226
227
|
"proglog == 0.1.12",
|
|
227
|
-
"prometheus_client == 0.
|
|
228
|
+
"prometheus_client == 0.25.0",
|
|
228
229
|
"prompt_toolkit == 3.0.52",
|
|
229
230
|
"propcache == 0.4.1",
|
|
230
231
|
"protobuf == 6.33.6",
|
|
231
232
|
"psutil == 7.2.2",
|
|
232
233
|
"psycopg2-binary == 2.9.11",
|
|
233
234
|
"pycparser == 3.0",
|
|
234
|
-
"pydantic == 2.
|
|
235
|
-
"pydantic-extra-types == 2.11.2",
|
|
235
|
+
"pydantic == 2.13.0",
|
|
236
236
|
"pydantic-settings == 2.13.1",
|
|
237
|
-
"pydantic_core == 2.
|
|
237
|
+
"pydantic_core == 2.46.0",
|
|
238
238
|
"pyerfa == 2.0.1.5",
|
|
239
239
|
"pygtrie == 2.5.0",
|
|
240
240
|
"pyparsing == 3.3.2",
|
|
241
241
|
"python-daemon == 3.1.2",
|
|
242
242
|
"python-dateutil == 2.9.0.post0",
|
|
243
243
|
"python-dotenv == 1.2.2",
|
|
244
|
-
"python-multipart == 0.0.
|
|
244
|
+
"python-multipart == 0.0.26",
|
|
245
245
|
"python-slugify == 8.0.4",
|
|
246
246
|
"pytz == 2026.1.post1",
|
|
247
247
|
"redis == 6.4.0",
|
|
248
248
|
"referencing == 0.37.0",
|
|
249
249
|
"requests == 2.33.1",
|
|
250
|
-
"rich ==
|
|
250
|
+
"rich == 15.0.0",
|
|
251
251
|
"rich-argparse == 1.7.2",
|
|
252
252
|
"rich-toolkit == 0.19.7",
|
|
253
253
|
"rpds-py == 0.30.0",
|
|
@@ -261,7 +261,7 @@ frozen = [
|
|
|
261
261
|
"solar-wavelength-calibration == 2.0.1",
|
|
262
262
|
"sqids == 0.5.1",
|
|
263
263
|
"sqlparse == 0.5.5",
|
|
264
|
-
"starlette == 0.
|
|
264
|
+
"starlette == 0.48.0",
|
|
265
265
|
"structlog == 25.5.0",
|
|
266
266
|
"sunpy == 7.1.1",
|
|
267
267
|
"svcs == 25.1.0",
|
|
@@ -280,7 +280,7 @@ frozen = [
|
|
|
280
280
|
"tzlocal == 5.3.1",
|
|
281
281
|
"uc-micro-py == 2.0.0",
|
|
282
282
|
"uncertainties == 3.2.3",
|
|
283
|
-
"universal_pathlib == 0.
|
|
283
|
+
"universal_pathlib == 0.2.6",
|
|
284
284
|
"urllib3 == 2.6.3",
|
|
285
285
|
"uuid6 == 2025.0.1",
|
|
286
286
|
"uvicorn == 0.44.0",
|
|
@@ -291,10 +291,10 @@ frozen = [
|
|
|
291
291
|
"wcwidth == 0.6.0",
|
|
292
292
|
"websockets == 16.0",
|
|
293
293
|
"wirerope == 1.0.0",
|
|
294
|
-
"wrapt == 1.
|
|
294
|
+
"wrapt == 2.1.2",
|
|
295
295
|
"yamale == 6.1.0",
|
|
296
296
|
"yarl == 1.23.0",
|
|
297
|
-
"zipp == 3.23.
|
|
297
|
+
"zipp == 3.23.1",
|
|
298
298
|
]
|
|
299
299
|
|
|
300
300
|
[tool.pytest.ini_options]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/parsers/time.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.2 → dkist_processing_test-1.41.3}/dkist_processing_test/tasks/quality.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|