dkist-processing-ops 1.10.0__tar.gz → 1.10.1__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_ops-1.10.0 → dkist_processing_ops-1.10.1}/PKG-INFO +10 -10
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops.egg-info/PKG-INFO +10 -10
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops.egg-info/requires.txt +9 -9
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/pyproject.toml +11 -11
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/.gitignore +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/.snyk +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/README.rst +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.1
|
|
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.13
|
|
|
11
11
|
Requires-Python: >=3.13
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==
|
|
14
|
+
Requires-Dist: dkist-processing-common==13.0.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -27,7 +27,7 @@ Requires-Dist: PyJWT==2.12.1; extra == "frozen"
|
|
|
27
27
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
28
28
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
29
29
|
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
30
|
-
Requires-Dist: SQLAlchemy==2.0.
|
|
30
|
+
Requires-Dist: SQLAlchemy==2.0.49; extra == "frozen"
|
|
31
31
|
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
32
32
|
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
33
33
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
@@ -64,14 +64,14 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
64
64
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
67
|
-
Requires-Dist: boto3==1.42.
|
|
68
|
-
Requires-Dist: botocore==1.42.
|
|
67
|
+
Requires-Dist: boto3==1.42.83; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.83; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
70
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
71
71
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
72
72
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: charset-normalizer==3.4.7; extra == "frozen"
|
|
74
|
-
Requires-Dist: click==8.3.
|
|
74
|
+
Requires-Dist: click==8.3.2; extra == "frozen"
|
|
75
75
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
76
76
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
77
77
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
@@ -85,9 +85,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
85
85
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
87
87
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
88
|
-
Requires-Dist: dkist-processing-common==
|
|
88
|
+
Requires-Dist: dkist-processing-common==13.0.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
|
|
90
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
90
|
+
Requires-Dist: dkist-processing-ops==1.10.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -228,14 +228,14 @@ Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
|
228
228
|
Requires-Dist: typer==0.24.1; extra == "frozen"
|
|
229
229
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
230
230
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
231
|
-
Requires-Dist: tzdata==
|
|
231
|
+
Requires-Dist: tzdata==2026.1; extra == "frozen"
|
|
232
232
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
233
233
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
234
234
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
235
235
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
236
236
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
237
237
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
238
|
-
Requires-Dist: uvicorn==0.
|
|
238
|
+
Requires-Dist: uvicorn==0.43.0; extra == "frozen"
|
|
239
239
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
240
240
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
241
241
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
{dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/_version.py
RENAMED
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '1.10.
|
|
22
|
-
__version_tuple__ = version_tuple = (1, 10,
|
|
21
|
+
__version__ = version = '1.10.1'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 10, 1)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'gc849dafde'
|
{dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/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.10.
|
|
3
|
+
Version: 1.10.1
|
|
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.13
|
|
|
11
11
|
Requires-Python: >=3.13
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==
|
|
14
|
+
Requires-Dist: dkist-processing-common==13.0.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -27,7 +27,7 @@ Requires-Dist: PyJWT==2.12.1; extra == "frozen"
|
|
|
27
27
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
28
28
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
29
29
|
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
30
|
-
Requires-Dist: SQLAlchemy==2.0.
|
|
30
|
+
Requires-Dist: SQLAlchemy==2.0.49; extra == "frozen"
|
|
31
31
|
Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
|
|
32
32
|
Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
|
|
33
33
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
@@ -64,14 +64,14 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
64
64
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
67
|
-
Requires-Dist: boto3==1.42.
|
|
68
|
-
Requires-Dist: botocore==1.42.
|
|
67
|
+
Requires-Dist: boto3==1.42.83; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.83; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
70
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
71
71
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
72
72
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: charset-normalizer==3.4.7; extra == "frozen"
|
|
74
|
-
Requires-Dist: click==8.3.
|
|
74
|
+
Requires-Dist: click==8.3.2; extra == "frozen"
|
|
75
75
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
76
76
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
77
77
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
@@ -85,9 +85,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
85
85
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
87
87
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
88
|
-
Requires-Dist: dkist-processing-common==
|
|
88
|
+
Requires-Dist: dkist-processing-common==13.0.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
|
|
90
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
90
|
+
Requires-Dist: dkist-processing-ops==1.10.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -228,14 +228,14 @@ Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
|
228
228
|
Requires-Dist: typer==0.24.1; extra == "frozen"
|
|
229
229
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
230
230
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
231
|
-
Requires-Dist: tzdata==
|
|
231
|
+
Requires-Dist: tzdata==2026.1; extra == "frozen"
|
|
232
232
|
Requires-Dist: tzlocal==5.3.1; extra == "frozen"
|
|
233
233
|
Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
234
234
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
235
235
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
236
236
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
237
237
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
238
|
-
Requires-Dist: uvicorn==0.
|
|
238
|
+
Requires-Dist: uvicorn==0.43.0; extra == "frozen"
|
|
239
239
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
240
240
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
241
241
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==
|
|
1
|
+
dkist-processing-common==13.0.0
|
|
2
2
|
dkist-service-configuration==4.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -11,7 +11,7 @@ PyJWT==2.12.1
|
|
|
11
11
|
PyYAML==6.0.3
|
|
12
12
|
PyYAML-ft==8.0.0
|
|
13
13
|
Pygments==2.20.0
|
|
14
|
-
SQLAlchemy==2.0.
|
|
14
|
+
SQLAlchemy==2.0.49
|
|
15
15
|
SQLAlchemy-JSONField==1.0.2
|
|
16
16
|
SQLAlchemy-Utils==0.42.1
|
|
17
17
|
a2wsgi==1.10.10
|
|
@@ -48,14 +48,14 @@ asyncpg==0.31.0
|
|
|
48
48
|
attrs==26.1.0
|
|
49
49
|
babel==2.18.0
|
|
50
50
|
billiard==4.2.4
|
|
51
|
-
boto3==1.42.
|
|
52
|
-
botocore==1.42.
|
|
51
|
+
boto3==1.42.83
|
|
52
|
+
botocore==1.42.83
|
|
53
53
|
cadwyn==5.4.6
|
|
54
54
|
celery==5.6.3
|
|
55
55
|
certifi==2026.2.25
|
|
56
56
|
cffi==2.0.0
|
|
57
57
|
charset-normalizer==3.4.7
|
|
58
|
-
click==8.3.
|
|
58
|
+
click==8.3.2
|
|
59
59
|
click-didyoumean==0.3.1
|
|
60
60
|
click-plugins==1.1.1.2
|
|
61
61
|
click-repl==0.3.0
|
|
@@ -69,9 +69,9 @@ dacite==1.9.2
|
|
|
69
69
|
decorator==5.2.1
|
|
70
70
|
dill==0.4.1
|
|
71
71
|
dkist-header-validator==5.3.0
|
|
72
|
-
dkist-processing-common==
|
|
72
|
+
dkist-processing-common==13.0.0
|
|
73
73
|
dkist-processing-core==7.1.0
|
|
74
|
-
dkist-processing-ops==1.10.
|
|
74
|
+
dkist-processing-ops==1.10.1
|
|
75
75
|
dkist-processing-pac==3.1.1
|
|
76
76
|
dkist-service-configuration==4.3.0
|
|
77
77
|
dkist-spectral-lines==3.0.0
|
|
@@ -212,14 +212,14 @@ traitlets==5.14.3
|
|
|
212
212
|
typer==0.24.1
|
|
213
213
|
typing-inspection==0.4.2
|
|
214
214
|
typing_extensions==4.15.0
|
|
215
|
-
tzdata==
|
|
215
|
+
tzdata==2026.1
|
|
216
216
|
tzlocal==5.3.1
|
|
217
217
|
uc-micro-py==2.0.0
|
|
218
218
|
uncertainties==3.2.3
|
|
219
219
|
universal_pathlib==0.2.6
|
|
220
220
|
urllib3==2.6.3
|
|
221
221
|
uuid6==2025.0.1
|
|
222
|
-
uvicorn==0.
|
|
222
|
+
uvicorn==0.43.0
|
|
223
223
|
uvloop==0.22.1
|
|
224
224
|
vine==5.1.0
|
|
225
225
|
voluptuous==0.16.0
|
|
@@ -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.10.
|
|
10
|
-
date = 2026-04-
|
|
9
|
+
version = "1.10.1"
|
|
10
|
+
date = 2026-04-03T14:03:22.938956
|
|
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==
|
|
28
|
+
"dkist-processing-common==13.0.0",
|
|
29
29
|
"dkist-service-configuration==4.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -48,7 +48,7 @@ frozen = [
|
|
|
48
48
|
"PyYAML == 6.0.3",
|
|
49
49
|
"PyYAML-ft == 8.0.0",
|
|
50
50
|
"Pygments == 2.20.0",
|
|
51
|
-
"SQLAlchemy == 2.0.
|
|
51
|
+
"SQLAlchemy == 2.0.49",
|
|
52
52
|
"SQLAlchemy-JSONField == 1.0.2",
|
|
53
53
|
"SQLAlchemy-Utils == 0.42.1",
|
|
54
54
|
"a2wsgi == 1.10.10",
|
|
@@ -85,14 +85,14 @@ frozen = [
|
|
|
85
85
|
"attrs == 26.1.0",
|
|
86
86
|
"babel == 2.18.0",
|
|
87
87
|
"billiard == 4.2.4",
|
|
88
|
-
"boto3 == 1.42.
|
|
89
|
-
"botocore == 1.42.
|
|
88
|
+
"boto3 == 1.42.83",
|
|
89
|
+
"botocore == 1.42.83",
|
|
90
90
|
"cadwyn == 5.4.6",
|
|
91
91
|
"celery == 5.6.3",
|
|
92
92
|
"certifi == 2026.2.25",
|
|
93
93
|
"cffi == 2.0.0",
|
|
94
94
|
"charset-normalizer == 3.4.7",
|
|
95
|
-
"click == 8.3.
|
|
95
|
+
"click == 8.3.2",
|
|
96
96
|
"click-didyoumean == 0.3.1",
|
|
97
97
|
"click-plugins == 1.1.1.2",
|
|
98
98
|
"click-repl == 0.3.0",
|
|
@@ -106,9 +106,9 @@ frozen = [
|
|
|
106
106
|
"decorator == 5.2.1",
|
|
107
107
|
"dill == 0.4.1",
|
|
108
108
|
"dkist-header-validator == 5.3.0",
|
|
109
|
-
"dkist-processing-common ==
|
|
109
|
+
"dkist-processing-common == 13.0.0",
|
|
110
110
|
"dkist-processing-core == 7.1.0",
|
|
111
|
-
"dkist-processing-ops == 1.10.
|
|
111
|
+
"dkist-processing-ops == 1.10.1",
|
|
112
112
|
"dkist-processing-pac == 3.1.1",
|
|
113
113
|
"dkist-service-configuration == 4.3.0",
|
|
114
114
|
"dkist-spectral-lines == 3.0.0",
|
|
@@ -249,14 +249,14 @@ frozen = [
|
|
|
249
249
|
"typer == 0.24.1",
|
|
250
250
|
"typing-inspection == 0.4.2",
|
|
251
251
|
"typing_extensions == 4.15.0",
|
|
252
|
-
"tzdata ==
|
|
252
|
+
"tzdata == 2026.1",
|
|
253
253
|
"tzlocal == 5.3.1",
|
|
254
254
|
"uc-micro-py == 2.0.0",
|
|
255
255
|
"uncertainties == 3.2.3",
|
|
256
256
|
"universal_pathlib == 0.2.6",
|
|
257
257
|
"urllib3 == 2.6.3",
|
|
258
258
|
"uuid6 == 2025.0.1",
|
|
259
|
-
"uvicorn == 0.
|
|
259
|
+
"uvicorn == 0.43.0",
|
|
260
260
|
"uvloop == 0.22.1",
|
|
261
261
|
"vine == 5.1.0",
|
|
262
262
|
"voluptuous == 0.16.0",
|
|
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.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.0 → dkist_processing_ops-1.10.1}/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
|