dkist-processing-test 1.41.1__tar.gz → 1.41.2__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.1/dkist_processing_test.egg-info → dkist_processing_test-1.41.2}/PKG-INFO +17 -17
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2/dkist_processing_test.egg-info}/PKG-INFO +17 -17
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test.egg-info/requires.txt +16 -16
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/pyproject.toml +18 -18
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/.gitignore +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/.snyk +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/README.rst +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/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.2
|
|
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.2
|
|
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
|
|
@@ -48,8 +48,6 @@ 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"
|
|
53
51
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
54
52
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
55
53
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
@@ -62,8 +60,8 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
62
60
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
63
61
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
64
62
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
65
|
-
Requires-Dist: apache-airflow==3.
|
|
66
|
-
Requires-Dist: apache-airflow-core==3.
|
|
63
|
+
Requires-Dist: apache-airflow==3.2.0; extra == "frozen"
|
|
64
|
+
Requires-Dist: apache-airflow-core==3.2.0; extra == "frozen"
|
|
67
65
|
Requires-Dist: apache-airflow-providers-celery==3.17.2; extra == "frozen"
|
|
68
66
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.2; extra == "frozen"
|
|
69
67
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
@@ -71,7 +69,7 @@ Requires-Dist: apache-airflow-providers-common-sql==1.34.0; extra == "frozen"
|
|
|
71
69
|
Requires-Dist: apache-airflow-providers-postgres==6.6.2; extra == "frozen"
|
|
72
70
|
Requires-Dist: apache-airflow-providers-smtp==2.4.4; extra == "frozen"
|
|
73
71
|
Requires-Dist: apache-airflow-providers-standard==1.12.2; extra == "frozen"
|
|
74
|
-
Requires-Dist: apache-airflow-task-sdk==1.
|
|
72
|
+
Requires-Dist: apache-airflow-task-sdk==1.2.0; extra == "frozen"
|
|
75
73
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
76
74
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
77
75
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
@@ -84,9 +82,9 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
84
82
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
83
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
84
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.42.
|
|
88
|
-
Requires-Dist: botocore==1.42.
|
|
89
|
-
Requires-Dist: cadwyn==
|
|
85
|
+
Requires-Dist: boto3==1.42.85; extra == "frozen"
|
|
86
|
+
Requires-Dist: botocore==1.42.85; extra == "frozen"
|
|
87
|
+
Requires-Dist: cadwyn==6.2.0; extra == "frozen"
|
|
90
88
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
89
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
92
90
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
@@ -99,22 +97,22 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
|
99
97
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
100
98
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
101
99
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
102
|
-
Requires-Dist: cryptography==46.0.
|
|
100
|
+
Requires-Dist: cryptography==46.0.7; extra == "frozen"
|
|
103
101
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
104
102
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
105
103
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
106
104
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
107
105
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
108
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
109
|
-
Requires-Dist: dkist-processing-core==7.
|
|
106
|
+
Requires-Dist: dkist-processing-common==13.0.2; extra == "frozen"
|
|
107
|
+
Requires-Dist: dkist-processing-core==7.2.0; extra == "frozen"
|
|
110
108
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
111
|
-
Requires-Dist: dkist-processing-test==1.41.
|
|
109
|
+
Requires-Dist: dkist-processing-test==1.41.2; extra == "frozen"
|
|
112
110
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
113
111
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
114
112
|
Requires-Dist: dkist_fits_specifications==4.24.0; extra == "frozen"
|
|
115
113
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
116
114
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: fastapi==0.
|
|
115
|
+
Requires-Dist: fastapi==0.135.3; extra == "frozen"
|
|
118
116
|
Requires-Dist: fastapi-cli==0.0.24; extra == "frozen"
|
|
119
117
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
120
118
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
@@ -190,6 +188,7 @@ Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
|
190
188
|
Requires-Dist: packaging==26.0; extra == "frozen"
|
|
191
189
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
192
190
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
191
|
+
Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
|
|
193
192
|
Requires-Dist: pathspec==1.0.4; extra == "frozen"
|
|
194
193
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
195
194
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
@@ -207,6 +206,7 @@ Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
|
207
206
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
208
207
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
209
208
|
Requires-Dist: pydantic==2.12.5; extra == "frozen"
|
|
209
|
+
Requires-Dist: pydantic-extra-types==2.11.2; extra == "frozen"
|
|
210
210
|
Requires-Dist: pydantic-settings==2.13.1; extra == "frozen"
|
|
211
211
|
Requires-Dist: pydantic_core==2.41.5; extra == "frozen"
|
|
212
212
|
Requires-Dist: pyerfa==2.0.1.5; 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.52.1; 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.3.10; 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"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.41.
|
|
3
|
+
Version: 1.41.2
|
|
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.2
|
|
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
|
|
@@ -48,8 +48,6 @@ 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"
|
|
53
51
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
54
52
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
55
53
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
@@ -62,8 +60,8 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
62
60
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
63
61
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
64
62
|
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
65
|
-
Requires-Dist: apache-airflow==3.
|
|
66
|
-
Requires-Dist: apache-airflow-core==3.
|
|
63
|
+
Requires-Dist: apache-airflow==3.2.0; extra == "frozen"
|
|
64
|
+
Requires-Dist: apache-airflow-core==3.2.0; extra == "frozen"
|
|
67
65
|
Requires-Dist: apache-airflow-providers-celery==3.17.2; extra == "frozen"
|
|
68
66
|
Requires-Dist: apache-airflow-providers-common-compat==1.14.2; extra == "frozen"
|
|
69
67
|
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
@@ -71,7 +69,7 @@ Requires-Dist: apache-airflow-providers-common-sql==1.34.0; extra == "frozen"
|
|
|
71
69
|
Requires-Dist: apache-airflow-providers-postgres==6.6.2; extra == "frozen"
|
|
72
70
|
Requires-Dist: apache-airflow-providers-smtp==2.4.4; extra == "frozen"
|
|
73
71
|
Requires-Dist: apache-airflow-providers-standard==1.12.2; extra == "frozen"
|
|
74
|
-
Requires-Dist: apache-airflow-task-sdk==1.
|
|
72
|
+
Requires-Dist: apache-airflow-task-sdk==1.2.0; extra == "frozen"
|
|
75
73
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
76
74
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
77
75
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
@@ -84,9 +82,9 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
84
82
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
83
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
84
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.42.
|
|
88
|
-
Requires-Dist: botocore==1.42.
|
|
89
|
-
Requires-Dist: cadwyn==
|
|
85
|
+
Requires-Dist: boto3==1.42.85; extra == "frozen"
|
|
86
|
+
Requires-Dist: botocore==1.42.85; extra == "frozen"
|
|
87
|
+
Requires-Dist: cadwyn==6.2.0; extra == "frozen"
|
|
90
88
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
89
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
92
90
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
@@ -99,22 +97,22 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
|
99
97
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
100
98
|
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
101
99
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
102
|
-
Requires-Dist: cryptography==46.0.
|
|
100
|
+
Requires-Dist: cryptography==46.0.7; extra == "frozen"
|
|
103
101
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
104
102
|
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
105
103
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
106
104
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
107
105
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
108
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
109
|
-
Requires-Dist: dkist-processing-core==7.
|
|
106
|
+
Requires-Dist: dkist-processing-common==13.0.2; extra == "frozen"
|
|
107
|
+
Requires-Dist: dkist-processing-core==7.2.0; extra == "frozen"
|
|
110
108
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
111
|
-
Requires-Dist: dkist-processing-test==1.41.
|
|
109
|
+
Requires-Dist: dkist-processing-test==1.41.2; extra == "frozen"
|
|
112
110
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
113
111
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
114
112
|
Requires-Dist: dkist_fits_specifications==4.24.0; extra == "frozen"
|
|
115
113
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
116
114
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: fastapi==0.
|
|
115
|
+
Requires-Dist: fastapi==0.135.3; extra == "frozen"
|
|
118
116
|
Requires-Dist: fastapi-cli==0.0.24; extra == "frozen"
|
|
119
117
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
120
118
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
@@ -190,6 +188,7 @@ Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
|
|
|
190
188
|
Requires-Dist: packaging==26.0; extra == "frozen"
|
|
191
189
|
Requires-Dist: pandas==3.0.2; extra == "frozen"
|
|
192
190
|
Requires-Dist: parfive==2.3.1; extra == "frozen"
|
|
191
|
+
Requires-Dist: pathlib_abc==0.5.2; extra == "frozen"
|
|
193
192
|
Requires-Dist: pathspec==1.0.4; extra == "frozen"
|
|
194
193
|
Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
195
194
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
@@ -207,6 +206,7 @@ Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
|
207
206
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
208
207
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
209
208
|
Requires-Dist: pydantic==2.12.5; extra == "frozen"
|
|
209
|
+
Requires-Dist: pydantic-extra-types==2.11.2; extra == "frozen"
|
|
210
210
|
Requires-Dist: pydantic-settings==2.13.1; extra == "frozen"
|
|
211
211
|
Requires-Dist: pydantic_core==2.41.5; extra == "frozen"
|
|
212
212
|
Requires-Dist: pyerfa==2.0.1.5; 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.52.1; 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.3.10; 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"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==13.0.
|
|
1
|
+
dkist-processing-common==13.0.2
|
|
2
2
|
dkist-header-validator==5.3.0
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
4
|
dkist-fits-specifications==4.24.0
|
|
@@ -22,8 +22,6 @@ 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
|
|
27
25
|
a2wsgi==1.10.10
|
|
28
26
|
aioftp==0.27.2
|
|
29
27
|
aiohappyeyeballs==2.6.1
|
|
@@ -36,8 +34,8 @@ amqp==5.3.1
|
|
|
36
34
|
annotated-doc==0.0.4
|
|
37
35
|
annotated-types==0.7.0
|
|
38
36
|
anyio==4.13.0
|
|
39
|
-
apache-airflow==3.
|
|
40
|
-
apache-airflow-core==3.
|
|
37
|
+
apache-airflow==3.2.0
|
|
38
|
+
apache-airflow-core==3.2.0
|
|
41
39
|
apache-airflow-providers-celery==3.17.2
|
|
42
40
|
apache-airflow-providers-common-compat==1.14.2
|
|
43
41
|
apache-airflow-providers-common-io==1.7.2
|
|
@@ -45,7 +43,7 @@ apache-airflow-providers-common-sql==1.34.0
|
|
|
45
43
|
apache-airflow-providers-postgres==6.6.2
|
|
46
44
|
apache-airflow-providers-smtp==2.4.4
|
|
47
45
|
apache-airflow-providers-standard==1.12.2
|
|
48
|
-
apache-airflow-task-sdk==1.
|
|
46
|
+
apache-airflow-task-sdk==1.2.0
|
|
49
47
|
argcomplete==3.6.3
|
|
50
48
|
asdf==3.5.0
|
|
51
49
|
asdf_standard==1.5.0
|
|
@@ -58,9 +56,9 @@ asyncpg==0.31.0
|
|
|
58
56
|
attrs==26.1.0
|
|
59
57
|
babel==2.18.0
|
|
60
58
|
billiard==4.2.4
|
|
61
|
-
boto3==1.42.
|
|
62
|
-
botocore==1.42.
|
|
63
|
-
cadwyn==
|
|
59
|
+
boto3==1.42.85
|
|
60
|
+
botocore==1.42.85
|
|
61
|
+
cadwyn==6.2.0
|
|
64
62
|
celery==5.6.3
|
|
65
63
|
certifi==2026.2.25
|
|
66
64
|
cffi==2.0.0
|
|
@@ -73,22 +71,22 @@ colorlog==6.10.1
|
|
|
73
71
|
contourpy==1.3.3
|
|
74
72
|
cron_descriptor==2.0.8
|
|
75
73
|
croniter==6.2.2
|
|
76
|
-
cryptography==46.0.
|
|
74
|
+
cryptography==46.0.7
|
|
77
75
|
cycler==0.12.1
|
|
78
76
|
dacite==1.9.2
|
|
79
77
|
decorator==5.2.1
|
|
80
78
|
dill==0.4.1
|
|
81
79
|
dkist-header-validator==5.3.0
|
|
82
|
-
dkist-processing-common==13.0.
|
|
83
|
-
dkist-processing-core==7.
|
|
80
|
+
dkist-processing-common==13.0.2
|
|
81
|
+
dkist-processing-core==7.2.0
|
|
84
82
|
dkist-processing-pac==3.1.1
|
|
85
|
-
dkist-processing-test==1.41.
|
|
83
|
+
dkist-processing-test==1.41.2
|
|
86
84
|
dkist-service-configuration==4.3.0
|
|
87
85
|
dkist-spectral-lines==3.0.0
|
|
88
86
|
dkist_fits_specifications==4.24.0
|
|
89
87
|
dnspython==2.8.0
|
|
90
88
|
email-validator==2.3.0
|
|
91
|
-
fastapi==0.
|
|
89
|
+
fastapi==0.135.3
|
|
92
90
|
fastapi-cli==0.0.24
|
|
93
91
|
fastjsonschema==2.21.2
|
|
94
92
|
flower==2.0.1
|
|
@@ -164,6 +162,7 @@ outcome==1.3.0.post0
|
|
|
164
162
|
packaging==26.0
|
|
165
163
|
pandas==3.0.2
|
|
166
164
|
parfive==2.3.1
|
|
165
|
+
pathlib_abc==0.5.2
|
|
167
166
|
pathspec==1.0.4
|
|
168
167
|
pendulum==3.2.0
|
|
169
168
|
pika==1.3.2
|
|
@@ -181,6 +180,7 @@ psutil==7.2.2
|
|
|
181
180
|
psycopg2-binary==2.9.11
|
|
182
181
|
pycparser==3.0
|
|
183
182
|
pydantic==2.12.5
|
|
183
|
+
pydantic-extra-types==2.11.2
|
|
184
184
|
pydantic-settings==2.13.1
|
|
185
185
|
pydantic_core==2.41.5
|
|
186
186
|
pyerfa==2.0.1.5
|
|
@@ -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.52.1
|
|
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.3.10
|
|
232
232
|
urllib3==2.6.3
|
|
233
233
|
uuid6==2025.0.1
|
|
234
234
|
uvicorn==0.44.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.41.
|
|
13
|
-
date = 2026-04-
|
|
12
|
+
version = "1.41.2"
|
|
13
|
+
date = 2026-04-08T09:42:15.629716
|
|
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.2",
|
|
30
30
|
"dkist-header-validator == 5.3.0",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.24.0",
|
|
@@ -74,8 +74,6 @@ frozen = [
|
|
|
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",
|
|
79
77
|
"a2wsgi == 1.10.10",
|
|
80
78
|
"aioftp == 0.27.2",
|
|
81
79
|
"aiohappyeyeballs == 2.6.1",
|
|
@@ -88,8 +86,8 @@ frozen = [
|
|
|
88
86
|
"annotated-doc == 0.0.4",
|
|
89
87
|
"annotated-types == 0.7.0",
|
|
90
88
|
"anyio == 4.13.0",
|
|
91
|
-
"apache-airflow == 3.
|
|
92
|
-
"apache-airflow-core == 3.
|
|
89
|
+
"apache-airflow == 3.2.0",
|
|
90
|
+
"apache-airflow-core == 3.2.0",
|
|
93
91
|
"apache-airflow-providers-celery == 3.17.2",
|
|
94
92
|
"apache-airflow-providers-common-compat == 1.14.2",
|
|
95
93
|
"apache-airflow-providers-common-io == 1.7.2",
|
|
@@ -97,7 +95,7 @@ frozen = [
|
|
|
97
95
|
"apache-airflow-providers-postgres == 6.6.2",
|
|
98
96
|
"apache-airflow-providers-smtp == 2.4.4",
|
|
99
97
|
"apache-airflow-providers-standard == 1.12.2",
|
|
100
|
-
"apache-airflow-task-sdk == 1.
|
|
98
|
+
"apache-airflow-task-sdk == 1.2.0",
|
|
101
99
|
"argcomplete == 3.6.3",
|
|
102
100
|
"asdf == 3.5.0",
|
|
103
101
|
"asdf_standard == 1.5.0",
|
|
@@ -110,9 +108,9 @@ frozen = [
|
|
|
110
108
|
"attrs == 26.1.0",
|
|
111
109
|
"babel == 2.18.0",
|
|
112
110
|
"billiard == 4.2.4",
|
|
113
|
-
"boto3 == 1.42.
|
|
114
|
-
"botocore == 1.42.
|
|
115
|
-
"cadwyn ==
|
|
111
|
+
"boto3 == 1.42.85",
|
|
112
|
+
"botocore == 1.42.85",
|
|
113
|
+
"cadwyn == 6.2.0",
|
|
116
114
|
"celery == 5.6.3",
|
|
117
115
|
"certifi == 2026.2.25",
|
|
118
116
|
"cffi == 2.0.0",
|
|
@@ -125,22 +123,22 @@ frozen = [
|
|
|
125
123
|
"contourpy == 1.3.3",
|
|
126
124
|
"cron_descriptor == 2.0.8",
|
|
127
125
|
"croniter == 6.2.2",
|
|
128
|
-
"cryptography == 46.0.
|
|
126
|
+
"cryptography == 46.0.7",
|
|
129
127
|
"cycler == 0.12.1",
|
|
130
128
|
"dacite == 1.9.2",
|
|
131
129
|
"decorator == 5.2.1",
|
|
132
130
|
"dill == 0.4.1",
|
|
133
131
|
"dkist-header-validator == 5.3.0",
|
|
134
|
-
"dkist-processing-common == 13.0.
|
|
135
|
-
"dkist-processing-core == 7.
|
|
132
|
+
"dkist-processing-common == 13.0.2",
|
|
133
|
+
"dkist-processing-core == 7.2.0",
|
|
136
134
|
"dkist-processing-pac == 3.1.1",
|
|
137
|
-
"dkist-processing-test == 1.41.
|
|
135
|
+
"dkist-processing-test == 1.41.2",
|
|
138
136
|
"dkist-service-configuration == 4.3.0",
|
|
139
137
|
"dkist-spectral-lines == 3.0.0",
|
|
140
138
|
"dkist_fits_specifications == 4.24.0",
|
|
141
139
|
"dnspython == 2.8.0",
|
|
142
140
|
"email-validator == 2.3.0",
|
|
143
|
-
"fastapi == 0.
|
|
141
|
+
"fastapi == 0.135.3",
|
|
144
142
|
"fastapi-cli == 0.0.24",
|
|
145
143
|
"fastjsonschema == 2.21.2",
|
|
146
144
|
"flower == 2.0.1",
|
|
@@ -216,6 +214,7 @@ frozen = [
|
|
|
216
214
|
"packaging == 26.0",
|
|
217
215
|
"pandas == 3.0.2",
|
|
218
216
|
"parfive == 2.3.1",
|
|
217
|
+
"pathlib_abc == 0.5.2",
|
|
219
218
|
"pathspec == 1.0.4",
|
|
220
219
|
"pendulum == 3.2.0",
|
|
221
220
|
"pika == 1.3.2",
|
|
@@ -233,6 +232,7 @@ frozen = [
|
|
|
233
232
|
"psycopg2-binary == 2.9.11",
|
|
234
233
|
"pycparser == 3.0",
|
|
235
234
|
"pydantic == 2.12.5",
|
|
235
|
+
"pydantic-extra-types == 2.11.2",
|
|
236
236
|
"pydantic-settings == 2.13.1",
|
|
237
237
|
"pydantic_core == 2.41.5",
|
|
238
238
|
"pyerfa == 2.0.1.5",
|
|
@@ -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.52.1",
|
|
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.3.10",
|
|
284
284
|
"urllib3 == 2.6.3",
|
|
285
285
|
"uuid6 == 2025.0.1",
|
|
286
286
|
"uvicorn == 0.44.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/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.1 → dkist_processing_test-1.41.2}/dkist_processing_test/parsers/time.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.1 → dkist_processing_test-1.41.2}/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
|