dkist-processing-test 1.41.6rc1__tar.gz → 1.41.7__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.6rc1/dkist_processing_test.egg-info → dkist_processing_test-1.41.7}/PKG-INFO +10 -11
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7/dkist_processing_test.egg-info}/PKG-INFO +10 -11
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test.egg-info/requires.txt +9 -10
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/pyproject.toml +11 -12
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/.gitignore +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/.snyk +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/README.rst +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/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.7
|
|
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.6
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.24.1
|
|
@@ -84,8 +84,8 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
84
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.42.
|
|
88
|
-
Requires-Dist: botocore==1.42.
|
|
87
|
+
Requires-Dist: boto3==1.42.92; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.92; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
@@ -101,14 +101,13 @@ Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
|
101
101
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
102
102
|
Requires-Dist: cryptography==46.0.7; extra == "frozen"
|
|
103
103
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
105
104
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
106
105
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
107
106
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
108
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
107
|
+
Requires-Dist: dkist-processing-common==13.0.6; extra == "frozen"
|
|
109
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
110
109
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
111
|
-
Requires-Dist: dkist-processing-test==1.41.
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.41.7; extra == "frozen"
|
|
112
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
113
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
114
113
|
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
@@ -123,7 +122,7 @@ Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
|
123
122
|
Requires-Dist: fsspec==2026.3.0; extra == "frozen"
|
|
124
123
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
125
124
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
126
|
-
Requires-Dist: gqlclient==
|
|
125
|
+
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
127
126
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
128
127
|
Requires-Dist: greenlet==3.4.0; extra == "frozen"
|
|
129
128
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
@@ -132,7 +131,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
132
131
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
133
132
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
134
133
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
135
|
-
Requires-Dist: idna==3.
|
|
134
|
+
Requires-Dist: idna==3.12; extra == "frozen"
|
|
136
135
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
137
136
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
138
137
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -204,7 +203,7 @@ Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
|
204
203
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
205
204
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
206
205
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
207
|
-
Requires-Dist: psycopg2-binary==2.9.
|
|
206
|
+
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
208
207
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
209
208
|
Requires-Dist: pydantic==2.13.3; extra == "frozen"
|
|
210
209
|
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
@@ -257,7 +256,7 @@ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
|
257
256
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
258
257
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
259
258
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
260
|
-
Requires-Dist: uvicorn==0.
|
|
259
|
+
Requires-Dist: uvicorn==0.45.0; extra == "frozen"
|
|
261
260
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
262
261
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
263
262
|
Requires-Dist: voluptuous==0.16.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.7
|
|
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.6
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.24.1
|
|
@@ -84,8 +84,8 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
84
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.42.
|
|
88
|
-
Requires-Dist: botocore==1.42.
|
|
87
|
+
Requires-Dist: boto3==1.42.92; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.92; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
@@ -101,14 +101,13 @@ Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
|
101
101
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
102
102
|
Requires-Dist: cryptography==46.0.7; extra == "frozen"
|
|
103
103
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
105
104
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
106
105
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
107
106
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
108
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
107
|
+
Requires-Dist: dkist-processing-common==13.0.6; extra == "frozen"
|
|
109
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
110
109
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
111
|
-
Requires-Dist: dkist-processing-test==1.41.
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.41.7; extra == "frozen"
|
|
112
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
113
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
114
113
|
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
@@ -123,7 +122,7 @@ Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
|
123
122
|
Requires-Dist: fsspec==2026.3.0; extra == "frozen"
|
|
124
123
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
125
124
|
Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
|
|
126
|
-
Requires-Dist: gqlclient==
|
|
125
|
+
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
127
126
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
128
127
|
Requires-Dist: greenlet==3.4.0; extra == "frozen"
|
|
129
128
|
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
@@ -132,7 +131,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
132
131
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
133
132
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
134
133
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
135
|
-
Requires-Dist: idna==3.
|
|
134
|
+
Requires-Dist: idna==3.12; extra == "frozen"
|
|
136
135
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
137
136
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
138
137
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -204,7 +203,7 @@ Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
|
204
203
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
205
204
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
206
205
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
207
|
-
Requires-Dist: psycopg2-binary==2.9.
|
|
206
|
+
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
208
207
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
209
208
|
Requires-Dist: pydantic==2.13.3; extra == "frozen"
|
|
210
209
|
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
@@ -257,7 +256,7 @@ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
|
257
256
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
258
257
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
259
258
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
260
|
-
Requires-Dist: uvicorn==0.
|
|
259
|
+
Requires-Dist: uvicorn==0.45.0; extra == "frozen"
|
|
261
260
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
262
261
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
263
262
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==13.0.
|
|
1
|
+
dkist-processing-common==13.0.6
|
|
2
2
|
dkist-header-validator==5.3.1
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
4
|
dkist-fits-specifications==4.24.1
|
|
@@ -58,8 +58,8 @@ asyncpg==0.31.0
|
|
|
58
58
|
attrs==26.1.0
|
|
59
59
|
babel==2.18.0
|
|
60
60
|
billiard==4.2.4
|
|
61
|
-
boto3==1.42.
|
|
62
|
-
botocore==1.42.
|
|
61
|
+
boto3==1.42.92
|
|
62
|
+
botocore==1.42.92
|
|
63
63
|
cadwyn==5.4.6
|
|
64
64
|
celery==5.6.3
|
|
65
65
|
certifi==2026.2.25
|
|
@@ -75,14 +75,13 @@ cron_descriptor==2.0.8
|
|
|
75
75
|
croniter==6.2.2
|
|
76
76
|
cryptography==46.0.7
|
|
77
77
|
cycler==0.12.1
|
|
78
|
-
dacite==1.9.2
|
|
79
78
|
decorator==5.2.1
|
|
80
79
|
dill==0.4.1
|
|
81
80
|
dkist-header-validator==5.3.1
|
|
82
|
-
dkist-processing-common==13.0.
|
|
81
|
+
dkist-processing-common==13.0.6
|
|
83
82
|
dkist-processing-core==7.2.1
|
|
84
83
|
dkist-processing-pac==3.1.1
|
|
85
|
-
dkist-processing-test==1.41.
|
|
84
|
+
dkist-processing-test==1.41.7
|
|
86
85
|
dkist-service-configuration==4.3.0
|
|
87
86
|
dkist-spectral-lines==3.0.1
|
|
88
87
|
dkist_fits_specifications==4.24.1
|
|
@@ -97,7 +96,7 @@ frozenlist==1.8.0
|
|
|
97
96
|
fsspec==2026.3.0
|
|
98
97
|
globus-sdk==4.5.0
|
|
99
98
|
googleapis-common-protos==1.74.0
|
|
100
|
-
gqlclient==
|
|
99
|
+
gqlclient==2.0.0
|
|
101
100
|
greenback==1.3.0
|
|
102
101
|
greenlet==3.4.0
|
|
103
102
|
grpcio==1.80.0
|
|
@@ -106,7 +105,7 @@ httpcore==1.0.9
|
|
|
106
105
|
httptools==0.7.1
|
|
107
106
|
httpx==0.28.1
|
|
108
107
|
humanize==4.15.0
|
|
109
|
-
idna==3.
|
|
108
|
+
idna==3.12
|
|
110
109
|
imageio-ffmpeg==0.6.0
|
|
111
110
|
importlib_metadata==8.7.1
|
|
112
111
|
itsdangerous==2.2.0
|
|
@@ -178,7 +177,7 @@ prompt_toolkit==3.0.52
|
|
|
178
177
|
propcache==0.4.1
|
|
179
178
|
protobuf==6.33.6
|
|
180
179
|
psutil==7.2.2
|
|
181
|
-
psycopg2-binary==2.9.
|
|
180
|
+
psycopg2-binary==2.9.12
|
|
182
181
|
pycparser==3.0
|
|
183
182
|
pydantic==2.13.3
|
|
184
183
|
pydantic-settings==2.14.0
|
|
@@ -231,7 +230,7 @@ uncertainties==3.2.3
|
|
|
231
230
|
universal_pathlib==0.2.6
|
|
232
231
|
urllib3==2.6.3
|
|
233
232
|
uuid6==2025.0.1
|
|
234
|
-
uvicorn==0.
|
|
233
|
+
uvicorn==0.45.0
|
|
235
234
|
uvloop==0.22.1
|
|
236
235
|
vine==5.1.0
|
|
237
236
|
voluptuous==0.16.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.7"
|
|
13
|
+
date = 2026-04-21T10:24:44.061008
|
|
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.6",
|
|
30
30
|
"dkist-header-validator == 5.3.1",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.24.1",
|
|
@@ -110,8 +110,8 @@ frozen = [
|
|
|
110
110
|
"attrs == 26.1.0",
|
|
111
111
|
"babel == 2.18.0",
|
|
112
112
|
"billiard == 4.2.4",
|
|
113
|
-
"boto3 == 1.42.
|
|
114
|
-
"botocore == 1.42.
|
|
113
|
+
"boto3 == 1.42.92",
|
|
114
|
+
"botocore == 1.42.92",
|
|
115
115
|
"cadwyn == 5.4.6",
|
|
116
116
|
"celery == 5.6.3",
|
|
117
117
|
"certifi == 2026.2.25",
|
|
@@ -127,14 +127,13 @@ frozen = [
|
|
|
127
127
|
"croniter == 6.2.2",
|
|
128
128
|
"cryptography == 46.0.7",
|
|
129
129
|
"cycler == 0.12.1",
|
|
130
|
-
"dacite == 1.9.2",
|
|
131
130
|
"decorator == 5.2.1",
|
|
132
131
|
"dill == 0.4.1",
|
|
133
132
|
"dkist-header-validator == 5.3.1",
|
|
134
|
-
"dkist-processing-common == 13.0.
|
|
133
|
+
"dkist-processing-common == 13.0.6",
|
|
135
134
|
"dkist-processing-core == 7.2.1",
|
|
136
135
|
"dkist-processing-pac == 3.1.1",
|
|
137
|
-
"dkist-processing-test == 1.41.
|
|
136
|
+
"dkist-processing-test == 1.41.7",
|
|
138
137
|
"dkist-service-configuration == 4.3.0",
|
|
139
138
|
"dkist-spectral-lines == 3.0.1",
|
|
140
139
|
"dkist_fits_specifications == 4.24.1",
|
|
@@ -149,7 +148,7 @@ frozen = [
|
|
|
149
148
|
"fsspec == 2026.3.0",
|
|
150
149
|
"globus-sdk == 4.5.0",
|
|
151
150
|
"googleapis-common-protos == 1.74.0",
|
|
152
|
-
"gqlclient ==
|
|
151
|
+
"gqlclient == 2.0.0",
|
|
153
152
|
"greenback == 1.3.0",
|
|
154
153
|
"greenlet == 3.4.0",
|
|
155
154
|
"grpcio == 1.80.0",
|
|
@@ -158,7 +157,7 @@ frozen = [
|
|
|
158
157
|
"httptools == 0.7.1",
|
|
159
158
|
"httpx == 0.28.1",
|
|
160
159
|
"humanize == 4.15.0",
|
|
161
|
-
"idna == 3.
|
|
160
|
+
"idna == 3.12",
|
|
162
161
|
"imageio-ffmpeg == 0.6.0",
|
|
163
162
|
"importlib_metadata == 8.7.1",
|
|
164
163
|
"itsdangerous == 2.2.0",
|
|
@@ -230,7 +229,7 @@ frozen = [
|
|
|
230
229
|
"propcache == 0.4.1",
|
|
231
230
|
"protobuf == 6.33.6",
|
|
232
231
|
"psutil == 7.2.2",
|
|
233
|
-
"psycopg2-binary == 2.9.
|
|
232
|
+
"psycopg2-binary == 2.9.12",
|
|
234
233
|
"pycparser == 3.0",
|
|
235
234
|
"pydantic == 2.13.3",
|
|
236
235
|
"pydantic-settings == 2.14.0",
|
|
@@ -283,7 +282,7 @@ frozen = [
|
|
|
283
282
|
"universal_pathlib == 0.2.6",
|
|
284
283
|
"urllib3 == 2.6.3",
|
|
285
284
|
"uuid6 == 2025.0.1",
|
|
286
|
-
"uvicorn == 0.
|
|
285
|
+
"uvicorn == 0.45.0",
|
|
287
286
|
"uvloop == 0.22.1",
|
|
288
287
|
"vine == 5.1.0",
|
|
289
288
|
"voluptuous == 0.16.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/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.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.6rc1 → dkist_processing_test-1.41.7}/dkist_processing_test/tasks/noop.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
|
|
File without changes
|