dkist-processing-ops 1.6.46__tar.gz → 1.6.47__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.
Potentially problematic release.
This version of dkist-processing-ops might be problematic. Click here for more details.
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/PKG-INFO +14 -14
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/_version.py +2 -2
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops.egg-info/PKG-INFO +14 -14
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops.egg-info/requires.txt +13 -13
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/pyproject.toml +15 -15
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/.gitignore +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/.snyk +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/README.rst +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.47
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
11
11
|
Requires-Python: >=3.11
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==10.8.
|
|
14
|
+
Requires-Dist: dkist-processing-common==10.8.1
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -45,7 +45,7 @@ Requires-Dist: aioftp==0.25.1; extra == "frozen"
|
|
|
45
45
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
46
46
|
Requires-Dist: aiohttp==3.11.18; extra == "frozen"
|
|
47
47
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
48
|
-
Requires-Dist: alembic==1.
|
|
48
|
+
Requires-Dist: alembic==1.16.1; extra == "frozen"
|
|
49
49
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
50
50
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
51
51
|
Requires-Dist: anyio==4.9.0; extra == "frozen"
|
|
@@ -75,8 +75,8 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
|
75
75
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
77
77
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
78
|
-
Requires-Dist: boto3==1.38.
|
|
79
|
-
Requires-Dist: botocore==1.38.
|
|
78
|
+
Requires-Dist: boto3==1.38.22; extra == "frozen"
|
|
79
|
+
Requires-Dist: botocore==1.38.22; extra == "frozen"
|
|
80
80
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
81
|
Requires-Dist: celery==5.5.2; extra == "frozen"
|
|
82
82
|
Requires-Dist: certifi==2025.4.26; extra == "frozen"
|
|
@@ -99,9 +99,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
99
99
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
100
100
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
102
|
-
Requires-Dist: dkist-processing-common==10.8.
|
|
103
|
-
Requires-Dist: dkist-processing-core==5.1.
|
|
104
|
-
Requires-Dist: dkist-processing-ops==1.6.
|
|
102
|
+
Requires-Dist: dkist-processing-common==10.8.1; extra == "frozen"
|
|
103
|
+
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
104
|
+
Requires-Dist: dkist-processing-ops==1.6.47; extra == "frozen"
|
|
105
105
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -152,11 +152,11 @@ Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
|
|
|
152
152
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
153
153
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
154
154
|
Requires-Dist: more-itertools==10.7.0; extra == "frozen"
|
|
155
|
-
Requires-Dist: moviepy==2.2.
|
|
155
|
+
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
156
156
|
Requires-Dist: multidict==6.4.4; extra == "frozen"
|
|
157
157
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
158
158
|
Requires-Dist: numpy==2.2.6; extra == "frozen"
|
|
159
|
-
Requires-Dist: object-clerk==0.1.
|
|
159
|
+
Requires-Dist: object-clerk==0.1.2; extra == "frozen"
|
|
160
160
|
Requires-Dist: opentelemetry-api==1.33.1; extra == "frozen"
|
|
161
161
|
Requires-Dist: opentelemetry-exporter-otlp==1.33.1; extra == "frozen"
|
|
162
162
|
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.33.1; extra == "frozen"
|
|
@@ -186,7 +186,7 @@ Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
|
186
186
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
187
187
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
188
188
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
189
|
-
Requires-Dist: pydantic==2.11.
|
|
189
|
+
Requires-Dist: pydantic==2.11.5; extra == "frozen"
|
|
190
190
|
Requires-Dist: pydantic-settings==2.9.1; extra == "frozen"
|
|
191
191
|
Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
|
|
192
192
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
@@ -206,7 +206,7 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
|
206
206
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
207
207
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
208
208
|
Requires-Dist: rpds-py==0.25.1; extra == "frozen"
|
|
209
|
-
Requires-Dist: s3transfer==0.
|
|
209
|
+
Requires-Dist: s3transfer==0.13.0; extra == "frozen"
|
|
210
210
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
211
211
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
212
212
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
@@ -221,10 +221,10 @@ Requires-Dist: talus==1.1.0; extra == "frozen"
|
|
|
221
221
|
Requires-Dist: tenacity==9.1.2; extra == "frozen"
|
|
222
222
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
223
223
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
224
|
-
Requires-Dist: tornado==6.5; extra == "frozen"
|
|
224
|
+
Requires-Dist: tornado==6.5.1; extra == "frozen"
|
|
225
225
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
226
226
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
227
|
-
Requires-Dist: typing-inspection==0.4.
|
|
227
|
+
Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
|
|
228
228
|
Requires-Dist: typing_extensions==4.13.2; extra == "frozen"
|
|
229
229
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
230
230
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
{dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.47
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
11
11
|
Requires-Python: >=3.11
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==10.8.
|
|
14
|
+
Requires-Dist: dkist-processing-common==10.8.1
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -45,7 +45,7 @@ Requires-Dist: aioftp==0.25.1; extra == "frozen"
|
|
|
45
45
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
46
46
|
Requires-Dist: aiohttp==3.11.18; extra == "frozen"
|
|
47
47
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
48
|
-
Requires-Dist: alembic==1.
|
|
48
|
+
Requires-Dist: alembic==1.16.1; extra == "frozen"
|
|
49
49
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
50
50
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
51
51
|
Requires-Dist: anyio==4.9.0; extra == "frozen"
|
|
@@ -75,8 +75,8 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
|
75
75
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
76
76
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
77
77
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
78
|
-
Requires-Dist: boto3==1.38.
|
|
79
|
-
Requires-Dist: botocore==1.38.
|
|
78
|
+
Requires-Dist: boto3==1.38.22; extra == "frozen"
|
|
79
|
+
Requires-Dist: botocore==1.38.22; extra == "frozen"
|
|
80
80
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
81
|
Requires-Dist: celery==5.5.2; extra == "frozen"
|
|
82
82
|
Requires-Dist: certifi==2025.4.26; extra == "frozen"
|
|
@@ -99,9 +99,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
99
99
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
100
100
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
102
|
-
Requires-Dist: dkist-processing-common==10.8.
|
|
103
|
-
Requires-Dist: dkist-processing-core==5.1.
|
|
104
|
-
Requires-Dist: dkist-processing-ops==1.6.
|
|
102
|
+
Requires-Dist: dkist-processing-common==10.8.1; extra == "frozen"
|
|
103
|
+
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
104
|
+
Requires-Dist: dkist-processing-ops==1.6.47; extra == "frozen"
|
|
105
105
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -152,11 +152,11 @@ Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
|
|
|
152
152
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
153
153
|
Requires-Dist: methodtools==0.4.7; extra == "frozen"
|
|
154
154
|
Requires-Dist: more-itertools==10.7.0; extra == "frozen"
|
|
155
|
-
Requires-Dist: moviepy==2.2.
|
|
155
|
+
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
156
156
|
Requires-Dist: multidict==6.4.4; extra == "frozen"
|
|
157
157
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
158
158
|
Requires-Dist: numpy==2.2.6; extra == "frozen"
|
|
159
|
-
Requires-Dist: object-clerk==0.1.
|
|
159
|
+
Requires-Dist: object-clerk==0.1.2; extra == "frozen"
|
|
160
160
|
Requires-Dist: opentelemetry-api==1.33.1; extra == "frozen"
|
|
161
161
|
Requires-Dist: opentelemetry-exporter-otlp==1.33.1; extra == "frozen"
|
|
162
162
|
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.33.1; extra == "frozen"
|
|
@@ -186,7 +186,7 @@ Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
|
186
186
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
187
187
|
Requires-Dist: py==1.11.0; extra == "frozen"
|
|
188
188
|
Requires-Dist: pycparser==2.22; extra == "frozen"
|
|
189
|
-
Requires-Dist: pydantic==2.11.
|
|
189
|
+
Requires-Dist: pydantic==2.11.5; extra == "frozen"
|
|
190
190
|
Requires-Dist: pydantic-settings==2.9.1; extra == "frozen"
|
|
191
191
|
Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
|
|
192
192
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
@@ -206,7 +206,7 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
|
206
206
|
Requires-Dist: rich==13.9.4; extra == "frozen"
|
|
207
207
|
Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
|
|
208
208
|
Requires-Dist: rpds-py==0.25.1; extra == "frozen"
|
|
209
|
-
Requires-Dist: s3transfer==0.
|
|
209
|
+
Requires-Dist: s3transfer==0.13.0; extra == "frozen"
|
|
210
210
|
Requires-Dist: scipy==1.15.3; extra == "frozen"
|
|
211
211
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
212
212
|
Requires-Dist: setproctitle==1.3.6; extra == "frozen"
|
|
@@ -221,10 +221,10 @@ Requires-Dist: talus==1.1.0; extra == "frozen"
|
|
|
221
221
|
Requires-Dist: tenacity==9.1.2; extra == "frozen"
|
|
222
222
|
Requires-Dist: termcolor==3.1.0; extra == "frozen"
|
|
223
223
|
Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
224
|
-
Requires-Dist: tornado==6.5; extra == "frozen"
|
|
224
|
+
Requires-Dist: tornado==6.5.1; extra == "frozen"
|
|
225
225
|
Requires-Dist: tqdm==4.67.1; extra == "frozen"
|
|
226
226
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
227
|
-
Requires-Dist: typing-inspection==0.4.
|
|
227
|
+
Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
|
|
228
228
|
Requires-Dist: typing_extensions==4.13.2; extra == "frozen"
|
|
229
229
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
230
230
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==10.8.
|
|
1
|
+
dkist-processing-common==10.8.1
|
|
2
2
|
dkist-service-configuration==2.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -29,7 +29,7 @@ aioftp==0.25.1
|
|
|
29
29
|
aiohappyeyeballs==2.6.1
|
|
30
30
|
aiohttp==3.11.18
|
|
31
31
|
aiosignal==1.3.2
|
|
32
|
-
alembic==1.
|
|
32
|
+
alembic==1.16.1
|
|
33
33
|
amqp==5.3.1
|
|
34
34
|
annotated-types==0.7.0
|
|
35
35
|
anyio==4.9.0
|
|
@@ -59,8 +59,8 @@ attrs==25.3.0
|
|
|
59
59
|
babel==2.17.0
|
|
60
60
|
billiard==4.2.1
|
|
61
61
|
blinker==1.9.0
|
|
62
|
-
boto3==1.38.
|
|
63
|
-
botocore==1.38.
|
|
62
|
+
boto3==1.38.22
|
|
63
|
+
botocore==1.38.22
|
|
64
64
|
cachelib==0.13.0
|
|
65
65
|
celery==5.5.2
|
|
66
66
|
certifi==2025.4.26
|
|
@@ -83,9 +83,9 @@ dacite==1.9.2
|
|
|
83
83
|
decorator==5.2.1
|
|
84
84
|
dill==0.4.0
|
|
85
85
|
dkist-header-validator==5.2.1
|
|
86
|
-
dkist-processing-common==10.8.
|
|
87
|
-
dkist-processing-core==5.1.
|
|
88
|
-
dkist-processing-ops==1.6.
|
|
86
|
+
dkist-processing-common==10.8.1
|
|
87
|
+
dkist-processing-core==5.1.1
|
|
88
|
+
dkist-processing-ops==1.6.47
|
|
89
89
|
dkist-processing-pac==3.1.1
|
|
90
90
|
dkist-service-configuration==2.3.0
|
|
91
91
|
dkist-spectral-lines==3.0.0
|
|
@@ -136,11 +136,11 @@ mdit-py-plugins==0.4.2
|
|
|
136
136
|
mdurl==0.1.2
|
|
137
137
|
methodtools==0.4.7
|
|
138
138
|
more-itertools==10.7.0
|
|
139
|
-
moviepy==2.2.
|
|
139
|
+
moviepy==2.2.1
|
|
140
140
|
multidict==6.4.4
|
|
141
141
|
nbformat==5.10.4
|
|
142
142
|
numpy==2.2.6
|
|
143
|
-
object-clerk==0.1.
|
|
143
|
+
object-clerk==0.1.2
|
|
144
144
|
opentelemetry-api==1.33.1
|
|
145
145
|
opentelemetry-exporter-otlp==1.33.1
|
|
146
146
|
opentelemetry-exporter-otlp-proto-common==1.33.1
|
|
@@ -170,7 +170,7 @@ psutil==7.0.0
|
|
|
170
170
|
psycopg2-binary==2.9.10
|
|
171
171
|
py==1.11.0
|
|
172
172
|
pycparser==2.22
|
|
173
|
-
pydantic==2.11.
|
|
173
|
+
pydantic==2.11.5
|
|
174
174
|
pydantic-settings==2.9.1
|
|
175
175
|
pydantic_core==2.33.2
|
|
176
176
|
pyerfa==2.0.1.5
|
|
@@ -190,7 +190,7 @@ rfc3339-validator==0.1.4
|
|
|
190
190
|
rich==13.9.4
|
|
191
191
|
rich-argparse==1.7.0
|
|
192
192
|
rpds-py==0.25.1
|
|
193
|
-
s3transfer==0.
|
|
193
|
+
s3transfer==0.13.0
|
|
194
194
|
scipy==1.15.3
|
|
195
195
|
semantic-version==2.10.0
|
|
196
196
|
setproctitle==1.3.6
|
|
@@ -205,10 +205,10 @@ talus==1.1.0
|
|
|
205
205
|
tenacity==9.1.2
|
|
206
206
|
termcolor==3.1.0
|
|
207
207
|
text-unidecode==1.3
|
|
208
|
-
tornado==6.5
|
|
208
|
+
tornado==6.5.1
|
|
209
209
|
tqdm==4.67.1
|
|
210
210
|
traitlets==5.14.3
|
|
211
|
-
typing-inspection==0.4.
|
|
211
|
+
typing-inspection==0.4.1
|
|
212
212
|
typing_extensions==4.13.2
|
|
213
213
|
tzdata==2025.2
|
|
214
214
|
uc-micro-py==1.0.3
|
|
@@ -6,8 +6,8 @@ build-backend = 'setuptools.build_meta'
|
|
|
6
6
|
|
|
7
7
|
[tool.dkist-dev-tools]
|
|
8
8
|
# Most recently frozen version by dkist-dev-tools
|
|
9
|
-
version = "1.6.
|
|
10
|
-
date = 2025-05-
|
|
9
|
+
version = "1.6.47"
|
|
10
|
+
date = 2025-05-23T09:06:59.143861
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
@@ -25,7 +25,7 @@ authors = [
|
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
dependencies = [
|
|
28
|
-
"dkist-processing-common==10.8.
|
|
28
|
+
"dkist-processing-common==10.8.1",
|
|
29
29
|
"dkist-service-configuration==2.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -66,7 +66,7 @@ frozen = [
|
|
|
66
66
|
"aiohappyeyeballs == 2.6.1",
|
|
67
67
|
"aiohttp == 3.11.18",
|
|
68
68
|
"aiosignal == 1.3.2",
|
|
69
|
-
"alembic == 1.
|
|
69
|
+
"alembic == 1.16.1",
|
|
70
70
|
"amqp == 5.3.1",
|
|
71
71
|
"annotated-types == 0.7.0",
|
|
72
72
|
"anyio == 4.9.0",
|
|
@@ -96,8 +96,8 @@ frozen = [
|
|
|
96
96
|
"babel == 2.17.0",
|
|
97
97
|
"billiard == 4.2.1",
|
|
98
98
|
"blinker == 1.9.0",
|
|
99
|
-
"boto3 == 1.38.
|
|
100
|
-
"botocore == 1.38.
|
|
99
|
+
"boto3 == 1.38.22",
|
|
100
|
+
"botocore == 1.38.22",
|
|
101
101
|
"cachelib == 0.13.0",
|
|
102
102
|
"celery == 5.5.2",
|
|
103
103
|
"certifi == 2025.4.26",
|
|
@@ -120,9 +120,9 @@ frozen = [
|
|
|
120
120
|
"decorator == 5.2.1",
|
|
121
121
|
"dill == 0.4.0",
|
|
122
122
|
"dkist-header-validator == 5.2.1",
|
|
123
|
-
"dkist-processing-common == 10.8.
|
|
124
|
-
"dkist-processing-core == 5.1.
|
|
125
|
-
"dkist-processing-ops == 1.6.
|
|
123
|
+
"dkist-processing-common == 10.8.1",
|
|
124
|
+
"dkist-processing-core == 5.1.1",
|
|
125
|
+
"dkist-processing-ops == 1.6.47",
|
|
126
126
|
"dkist-processing-pac == 3.1.1",
|
|
127
127
|
"dkist-service-configuration == 2.3.0",
|
|
128
128
|
"dkist-spectral-lines == 3.0.0",
|
|
@@ -173,11 +173,11 @@ frozen = [
|
|
|
173
173
|
"mdurl == 0.1.2",
|
|
174
174
|
"methodtools == 0.4.7",
|
|
175
175
|
"more-itertools == 10.7.0",
|
|
176
|
-
"moviepy == 2.2.
|
|
176
|
+
"moviepy == 2.2.1",
|
|
177
177
|
"multidict == 6.4.4",
|
|
178
178
|
"nbformat == 5.10.4",
|
|
179
179
|
"numpy == 2.2.6",
|
|
180
|
-
"object-clerk == 0.1.
|
|
180
|
+
"object-clerk == 0.1.2",
|
|
181
181
|
"opentelemetry-api == 1.33.1",
|
|
182
182
|
"opentelemetry-exporter-otlp == 1.33.1",
|
|
183
183
|
"opentelemetry-exporter-otlp-proto-common == 1.33.1",
|
|
@@ -207,7 +207,7 @@ frozen = [
|
|
|
207
207
|
"psycopg2-binary == 2.9.10",
|
|
208
208
|
"py == 1.11.0",
|
|
209
209
|
"pycparser == 2.22",
|
|
210
|
-
"pydantic == 2.11.
|
|
210
|
+
"pydantic == 2.11.5",
|
|
211
211
|
"pydantic-settings == 2.9.1",
|
|
212
212
|
"pydantic_core == 2.33.2",
|
|
213
213
|
"pyerfa == 2.0.1.5",
|
|
@@ -227,7 +227,7 @@ frozen = [
|
|
|
227
227
|
"rich == 13.9.4",
|
|
228
228
|
"rich-argparse == 1.7.0",
|
|
229
229
|
"rpds-py == 0.25.1",
|
|
230
|
-
"s3transfer == 0.
|
|
230
|
+
"s3transfer == 0.13.0",
|
|
231
231
|
"scipy == 1.15.3",
|
|
232
232
|
"semantic-version == 2.10.0",
|
|
233
233
|
"setproctitle == 1.3.6",
|
|
@@ -242,10 +242,10 @@ frozen = [
|
|
|
242
242
|
"tenacity == 9.1.2",
|
|
243
243
|
"termcolor == 3.1.0",
|
|
244
244
|
"text-unidecode == 1.3",
|
|
245
|
-
"tornado == 6.5",
|
|
245
|
+
"tornado == 6.5.1",
|
|
246
246
|
"tqdm == 4.67.1",
|
|
247
247
|
"traitlets == 5.14.3",
|
|
248
|
-
"typing-inspection == 0.4.
|
|
248
|
+
"typing-inspection == 0.4.1",
|
|
249
249
|
"typing_extensions == 4.13.2",
|
|
250
250
|
"tzdata == 2025.2",
|
|
251
251
|
"uc-micro-py == 1.0.3",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.6.46 → dkist_processing_ops-1.6.47}/dkist_processing_ops/workflows/smoke.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|