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