dkist-processing-ops 1.9.15__tar.gz → 1.9.16__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.9.15 → dkist_processing_ops-1.9.16}/PKG-INFO +28 -28
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/bitbucket-pipelines.yml +1 -1
- dkist_processing_ops-1.9.16/dkist_processing_ops/_version.py +24 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops.egg-info/PKG-INFO +28 -28
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops.egg-info/requires.txt +27 -27
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/pyproject.toml +29 -29
- dkist_processing_ops-1.9.15/dkist_processing_ops/_version.py +0 -34
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/.gitignore +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/.snyk +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/README.rst +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.16
|
|
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==12.
|
|
14
|
+
Requires-Dist: dkist-processing-common==12.8.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.2.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -26,14 +26,14 @@ Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
|
26
26
|
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
|
-
Requires-Dist: Pygments==2.
|
|
29
|
+
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
30
30
|
Requires-Dist: SQLAlchemy==2.0.48; 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"
|
|
34
34
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
35
35
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
36
|
-
Requires-Dist: aiohttp==3.13.
|
|
36
|
+
Requires-Dist: aiohttp==3.13.4; extra == "frozen"
|
|
37
37
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
38
38
|
Requires-Dist: aiosmtplib==5.1.0; extra == "frozen"
|
|
39
39
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
@@ -41,16 +41,16 @@ Requires-Dist: alembic==1.18.4; extra == "frozen"
|
|
|
41
41
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
42
42
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
43
43
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
44
|
-
Requires-Dist: anyio==4.
|
|
44
|
+
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
45
45
|
Requires-Dist: apache-airflow==3.1.7; extra == "frozen"
|
|
46
46
|
Requires-Dist: apache-airflow-core==3.1.7; extra == "frozen"
|
|
47
|
-
Requires-Dist: apache-airflow-providers-celery==3.17.
|
|
48
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.14.
|
|
49
|
-
Requires-Dist: apache-airflow-providers-common-io==1.7.
|
|
50
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
51
|
-
Requires-Dist: apache-airflow-providers-postgres==6.6.
|
|
52
|
-
Requires-Dist: apache-airflow-providers-smtp==2.4.
|
|
53
|
-
Requires-Dist: apache-airflow-providers-standard==1.12.
|
|
47
|
+
Requires-Dist: apache-airflow-providers-celery==3.17.2; extra == "frozen"
|
|
48
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.14.2; extra == "frozen"
|
|
49
|
+
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
50
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.34.0; extra == "frozen"
|
|
51
|
+
Requires-Dist: apache-airflow-providers-postgres==6.6.2; extra == "frozen"
|
|
52
|
+
Requires-Dist: apache-airflow-providers-smtp==2.4.4; extra == "frozen"
|
|
53
|
+
Requires-Dist: apache-airflow-providers-standard==1.12.2; extra == "frozen"
|
|
54
54
|
Requires-Dist: apache-airflow-task-sdk==1.1.7; extra == "frozen"
|
|
55
55
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
56
56
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
@@ -59,15 +59,15 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
59
59
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
60
60
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
61
61
|
Requires-Dist: astropy==7.2.0; extra == "frozen"
|
|
62
|
-
Requires-Dist: astropy-iers-data==0.2026.3.
|
|
62
|
+
Requires-Dist: astropy-iers-data==0.2026.3.30.0.54.34; extra == "frozen"
|
|
63
63
|
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.79; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.79; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
|
-
Requires-Dist: celery==5.6.
|
|
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.6; extra == "frozen"
|
|
@@ -77,21 +77,21 @@ Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
|
77
77
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
78
78
|
Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
79
79
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
80
|
-
Requires-Dist: cron_descriptor==2.0.
|
|
80
|
+
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
81
81
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
82
|
-
Requires-Dist: cryptography==46.0.
|
|
82
|
+
Requires-Dist: cryptography==46.0.6; extra == "frozen"
|
|
83
83
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
84
84
|
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==12.
|
|
88
|
+
Requires-Dist: dkist-processing-common==12.8.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: dkist-processing-core==7.0.2; extra == "frozen"
|
|
90
|
-
Requires-Dist: dkist-processing-ops==1.9.
|
|
90
|
+
Requires-Dist: dkist-processing-ops==1.9.16; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-service-configuration==4.2.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
94
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
94
|
+
Requires-Dist: dkist_fits_specifications==4.23.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -100,13 +100,13 @@ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: fonttools==4.62.1; extra == "frozen"
|
|
102
102
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
103
|
-
Requires-Dist: fsspec==2026.
|
|
104
|
-
Requires-Dist: globus-sdk==4.
|
|
105
|
-
Requires-Dist: googleapis-common-protos==1.73.
|
|
103
|
+
Requires-Dist: fsspec==2026.3.0; extra == "frozen"
|
|
104
|
+
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
105
|
+
Requires-Dist: googleapis-common-protos==1.73.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
107
107
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: greenlet==3.3.2; extra == "frozen"
|
|
109
|
-
Requires-Dist: grpcio==1.
|
|
109
|
+
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
110
110
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
112
112
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
@@ -138,7 +138,7 @@ Requires-Dist: msgspec==0.20.0; extra == "frozen"
|
|
|
138
138
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
139
139
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
141
|
-
Requires-Dist: numpy==2.4.
|
|
141
|
+
Requires-Dist: numpy==2.4.4; extra == "frozen"
|
|
142
142
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
143
143
|
Requires-Dist: opentelemetry-api==1.40.0; extra == "frozen"
|
|
144
144
|
Requires-Dist: opentelemetry-exporter-otlp==1.40.0; extra == "frozen"
|
|
@@ -198,7 +198,7 @@ Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
|
198
198
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
199
199
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
200
200
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
201
|
-
Requires-Dist: requests==2.
|
|
201
|
+
Requires-Dist: requests==2.33.1; extra == "frozen"
|
|
202
202
|
Requires-Dist: rich==14.3.3; extra == "frozen"
|
|
203
203
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
204
204
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
@@ -215,7 +215,7 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
|
215
215
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
216
216
|
Requires-Dist: starlette==0.48.0; extra == "frozen"
|
|
217
217
|
Requires-Dist: structlog==25.5.0; extra == "frozen"
|
|
218
|
-
Requires-Dist: sunpy==7.1.
|
|
218
|
+
Requires-Dist: sunpy==7.1.1; extra == "frozen"
|
|
219
219
|
Requires-Dist: svcs==25.1.0; extra == "frozen"
|
|
220
220
|
Requires-Dist: tabulate==0.10.0; extra == "frozen"
|
|
221
221
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
@@ -38,7 +38,7 @@ definitions:
|
|
|
38
38
|
script:
|
|
39
39
|
- pip install -U pip wheel build setuptools_scm setuptools
|
|
40
40
|
- pip install .[test]
|
|
41
|
-
- pytest -v -n auto -m "not development" --
|
|
41
|
+
- pytest -v -n auto --dist worksteal --cov dkist_processing_ops -m "not development" --cov-report xml:coverage.xml --cov-report term-missing
|
|
42
42
|
- ./ci_scripts/latest/execute_script.sh upload_coverage.sh
|
|
43
43
|
services:
|
|
44
44
|
- redis
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# file generated by vcs-versioning
|
|
2
|
+
# don't change, don't track in version control
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
__all__ = [
|
|
6
|
+
"__version__",
|
|
7
|
+
"__version_tuple__",
|
|
8
|
+
"version",
|
|
9
|
+
"version_tuple",
|
|
10
|
+
"__commit_id__",
|
|
11
|
+
"commit_id",
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
version: str
|
|
15
|
+
__version__: str
|
|
16
|
+
__version_tuple__: tuple[int | str, ...]
|
|
17
|
+
version_tuple: tuple[int | str, ...]
|
|
18
|
+
commit_id: str | None
|
|
19
|
+
__commit_id__: str | None
|
|
20
|
+
|
|
21
|
+
__version__ = version = '1.9.16'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 9, 16)
|
|
23
|
+
|
|
24
|
+
__commit_id__ = commit_id = 'g1f51f8bf2'
|
{dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/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.9.
|
|
3
|
+
Version: 1.9.16
|
|
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==12.
|
|
14
|
+
Requires-Dist: dkist-processing-common==12.8.0
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.2.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -26,14 +26,14 @@ Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
|
26
26
|
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
|
-
Requires-Dist: Pygments==2.
|
|
29
|
+
Requires-Dist: Pygments==2.20.0; extra == "frozen"
|
|
30
30
|
Requires-Dist: SQLAlchemy==2.0.48; 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"
|
|
34
34
|
Requires-Dist: aioftp==0.27.2; extra == "frozen"
|
|
35
35
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
36
|
-
Requires-Dist: aiohttp==3.13.
|
|
36
|
+
Requires-Dist: aiohttp==3.13.4; extra == "frozen"
|
|
37
37
|
Requires-Dist: aiosignal==1.4.0; extra == "frozen"
|
|
38
38
|
Requires-Dist: aiosmtplib==5.1.0; extra == "frozen"
|
|
39
39
|
Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
|
|
@@ -41,16 +41,16 @@ Requires-Dist: alembic==1.18.4; extra == "frozen"
|
|
|
41
41
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
42
42
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
43
43
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
44
|
-
Requires-Dist: anyio==4.
|
|
44
|
+
Requires-Dist: anyio==4.13.0; extra == "frozen"
|
|
45
45
|
Requires-Dist: apache-airflow==3.1.7; extra == "frozen"
|
|
46
46
|
Requires-Dist: apache-airflow-core==3.1.7; extra == "frozen"
|
|
47
|
-
Requires-Dist: apache-airflow-providers-celery==3.17.
|
|
48
|
-
Requires-Dist: apache-airflow-providers-common-compat==1.14.
|
|
49
|
-
Requires-Dist: apache-airflow-providers-common-io==1.7.
|
|
50
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
51
|
-
Requires-Dist: apache-airflow-providers-postgres==6.6.
|
|
52
|
-
Requires-Dist: apache-airflow-providers-smtp==2.4.
|
|
53
|
-
Requires-Dist: apache-airflow-providers-standard==1.12.
|
|
47
|
+
Requires-Dist: apache-airflow-providers-celery==3.17.2; extra == "frozen"
|
|
48
|
+
Requires-Dist: apache-airflow-providers-common-compat==1.14.2; extra == "frozen"
|
|
49
|
+
Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
|
|
50
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.34.0; extra == "frozen"
|
|
51
|
+
Requires-Dist: apache-airflow-providers-postgres==6.6.2; extra == "frozen"
|
|
52
|
+
Requires-Dist: apache-airflow-providers-smtp==2.4.4; extra == "frozen"
|
|
53
|
+
Requires-Dist: apache-airflow-providers-standard==1.12.2; extra == "frozen"
|
|
54
54
|
Requires-Dist: apache-airflow-task-sdk==1.1.7; extra == "frozen"
|
|
55
55
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
56
56
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
@@ -59,15 +59,15 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
59
59
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
60
60
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
61
61
|
Requires-Dist: astropy==7.2.0; extra == "frozen"
|
|
62
|
-
Requires-Dist: astropy-iers-data==0.2026.3.
|
|
62
|
+
Requires-Dist: astropy-iers-data==0.2026.3.30.0.54.34; extra == "frozen"
|
|
63
63
|
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.79; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.79; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
|
-
Requires-Dist: celery==5.6.
|
|
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.6; extra == "frozen"
|
|
@@ -77,21 +77,21 @@ Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
|
77
77
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
78
78
|
Requires-Dist: colorlog==6.10.1; extra == "frozen"
|
|
79
79
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
80
|
-
Requires-Dist: cron_descriptor==2.0.
|
|
80
|
+
Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
|
|
81
81
|
Requires-Dist: croniter==6.2.2; extra == "frozen"
|
|
82
|
-
Requires-Dist: cryptography==46.0.
|
|
82
|
+
Requires-Dist: cryptography==46.0.6; extra == "frozen"
|
|
83
83
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
84
84
|
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==12.
|
|
88
|
+
Requires-Dist: dkist-processing-common==12.8.0; extra == "frozen"
|
|
89
89
|
Requires-Dist: dkist-processing-core==7.0.2; extra == "frozen"
|
|
90
|
-
Requires-Dist: dkist-processing-ops==1.9.
|
|
90
|
+
Requires-Dist: dkist-processing-ops==1.9.16; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-service-configuration==4.2.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
94
|
-
Requires-Dist: dkist_fits_specifications==4.
|
|
94
|
+
Requires-Dist: dkist_fits_specifications==4.23.0; extra == "frozen"
|
|
95
95
|
Requires-Dist: dnspython==2.8.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: fastapi==0.117.1; extra == "frozen"
|
|
@@ -100,13 +100,13 @@ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: fonttools==4.62.1; extra == "frozen"
|
|
102
102
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
103
|
-
Requires-Dist: fsspec==2026.
|
|
104
|
-
Requires-Dist: globus-sdk==4.
|
|
105
|
-
Requires-Dist: googleapis-common-protos==1.73.
|
|
103
|
+
Requires-Dist: fsspec==2026.3.0; extra == "frozen"
|
|
104
|
+
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
105
|
+
Requires-Dist: googleapis-common-protos==1.73.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
107
107
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: greenlet==3.3.2; extra == "frozen"
|
|
109
|
-
Requires-Dist: grpcio==1.
|
|
109
|
+
Requires-Dist: grpcio==1.80.0; extra == "frozen"
|
|
110
110
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
112
112
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
@@ -138,7 +138,7 @@ Requires-Dist: msgspec==0.20.0; extra == "frozen"
|
|
|
138
138
|
Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
139
139
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
140
140
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
141
|
-
Requires-Dist: numpy==2.4.
|
|
141
|
+
Requires-Dist: numpy==2.4.4; extra == "frozen"
|
|
142
142
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
143
143
|
Requires-Dist: opentelemetry-api==1.40.0; extra == "frozen"
|
|
144
144
|
Requires-Dist: opentelemetry-exporter-otlp==1.40.0; extra == "frozen"
|
|
@@ -198,7 +198,7 @@ Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
|
198
198
|
Requires-Dist: pytz==2026.1.post1; extra == "frozen"
|
|
199
199
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
200
200
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
201
|
-
Requires-Dist: requests==2.
|
|
201
|
+
Requires-Dist: requests==2.33.1; extra == "frozen"
|
|
202
202
|
Requires-Dist: rich==14.3.3; extra == "frozen"
|
|
203
203
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
204
204
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
@@ -215,7 +215,7 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
|
215
215
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
216
216
|
Requires-Dist: starlette==0.48.0; extra == "frozen"
|
|
217
217
|
Requires-Dist: structlog==25.5.0; extra == "frozen"
|
|
218
|
-
Requires-Dist: sunpy==7.1.
|
|
218
|
+
Requires-Dist: sunpy==7.1.1; extra == "frozen"
|
|
219
219
|
Requires-Dist: svcs==25.1.0; extra == "frozen"
|
|
220
220
|
Requires-Dist: tabulate==0.10.0; extra == "frozen"
|
|
221
221
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==12.
|
|
1
|
+
dkist-processing-common==12.8.0
|
|
2
2
|
dkist-service-configuration==4.2.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -10,14 +10,14 @@ MarkupSafe==3.0.3
|
|
|
10
10
|
PyJWT==2.12.1
|
|
11
11
|
PyYAML==6.0.3
|
|
12
12
|
PyYAML-ft==8.0.0
|
|
13
|
-
Pygments==2.
|
|
13
|
+
Pygments==2.20.0
|
|
14
14
|
SQLAlchemy==2.0.48
|
|
15
15
|
SQLAlchemy-JSONField==1.0.2
|
|
16
16
|
SQLAlchemy-Utils==0.42.1
|
|
17
17
|
a2wsgi==1.10.10
|
|
18
18
|
aioftp==0.27.2
|
|
19
19
|
aiohappyeyeballs==2.6.1
|
|
20
|
-
aiohttp==3.13.
|
|
20
|
+
aiohttp==3.13.4
|
|
21
21
|
aiosignal==1.4.0
|
|
22
22
|
aiosmtplib==5.1.0
|
|
23
23
|
aiosqlite==0.21.0
|
|
@@ -25,16 +25,16 @@ alembic==1.18.4
|
|
|
25
25
|
amqp==5.3.1
|
|
26
26
|
annotated-doc==0.0.4
|
|
27
27
|
annotated-types==0.7.0
|
|
28
|
-
anyio==4.
|
|
28
|
+
anyio==4.13.0
|
|
29
29
|
apache-airflow==3.1.7
|
|
30
30
|
apache-airflow-core==3.1.7
|
|
31
|
-
apache-airflow-providers-celery==3.17.
|
|
32
|
-
apache-airflow-providers-common-compat==1.14.
|
|
33
|
-
apache-airflow-providers-common-io==1.7.
|
|
34
|
-
apache-airflow-providers-common-sql==1.
|
|
35
|
-
apache-airflow-providers-postgres==6.6.
|
|
36
|
-
apache-airflow-providers-smtp==2.4.
|
|
37
|
-
apache-airflow-providers-standard==1.12.
|
|
31
|
+
apache-airflow-providers-celery==3.17.2
|
|
32
|
+
apache-airflow-providers-common-compat==1.14.2
|
|
33
|
+
apache-airflow-providers-common-io==1.7.2
|
|
34
|
+
apache-airflow-providers-common-sql==1.34.0
|
|
35
|
+
apache-airflow-providers-postgres==6.6.2
|
|
36
|
+
apache-airflow-providers-smtp==2.4.4
|
|
37
|
+
apache-airflow-providers-standard==1.12.2
|
|
38
38
|
apache-airflow-task-sdk==1.1.7
|
|
39
39
|
argcomplete==3.6.3
|
|
40
40
|
asdf==3.5.0
|
|
@@ -43,15 +43,15 @@ asdf_transform_schemas==0.6.0
|
|
|
43
43
|
asgiref==3.11.1
|
|
44
44
|
asteval==1.0.8
|
|
45
45
|
astropy==7.2.0
|
|
46
|
-
astropy-iers-data==0.2026.3.
|
|
46
|
+
astropy-iers-data==0.2026.3.30.0.54.34
|
|
47
47
|
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.79
|
|
52
|
+
botocore==1.42.79
|
|
53
53
|
cadwyn==5.4.6
|
|
54
|
-
celery==5.6.
|
|
54
|
+
celery==5.6.3
|
|
55
55
|
certifi==2026.2.25
|
|
56
56
|
cffi==2.0.0
|
|
57
57
|
charset-normalizer==3.4.6
|
|
@@ -61,21 +61,21 @@ click-plugins==1.1.1.2
|
|
|
61
61
|
click-repl==0.3.0
|
|
62
62
|
colorlog==6.10.1
|
|
63
63
|
contourpy==1.3.3
|
|
64
|
-
cron_descriptor==2.0.
|
|
64
|
+
cron_descriptor==2.0.8
|
|
65
65
|
croniter==6.2.2
|
|
66
|
-
cryptography==46.0.
|
|
66
|
+
cryptography==46.0.6
|
|
67
67
|
cycler==0.12.1
|
|
68
68
|
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==12.
|
|
72
|
+
dkist-processing-common==12.8.0
|
|
73
73
|
dkist-processing-core==7.0.2
|
|
74
|
-
dkist-processing-ops==1.9.
|
|
74
|
+
dkist-processing-ops==1.9.16
|
|
75
75
|
dkist-processing-pac==3.1.1
|
|
76
76
|
dkist-service-configuration==4.2.0
|
|
77
77
|
dkist-spectral-lines==3.0.0
|
|
78
|
-
dkist_fits_specifications==4.
|
|
78
|
+
dkist_fits_specifications==4.23.0
|
|
79
79
|
dnspython==2.8.0
|
|
80
80
|
email-validator==2.3.0
|
|
81
81
|
fastapi==0.117.1
|
|
@@ -84,13 +84,13 @@ fastjsonschema==2.21.2
|
|
|
84
84
|
flower==2.0.1
|
|
85
85
|
fonttools==4.62.1
|
|
86
86
|
frozenlist==1.8.0
|
|
87
|
-
fsspec==2026.
|
|
88
|
-
globus-sdk==4.
|
|
89
|
-
googleapis-common-protos==1.73.
|
|
87
|
+
fsspec==2026.3.0
|
|
88
|
+
globus-sdk==4.5.0
|
|
89
|
+
googleapis-common-protos==1.73.1
|
|
90
90
|
gqlclient==1.2.3
|
|
91
91
|
greenback==1.3.0
|
|
92
92
|
greenlet==3.3.2
|
|
93
|
-
grpcio==1.
|
|
93
|
+
grpcio==1.80.0
|
|
94
94
|
h11==0.16.0
|
|
95
95
|
httpcore==1.0.9
|
|
96
96
|
httptools==0.7.1
|
|
@@ -122,7 +122,7 @@ msgspec==0.20.0
|
|
|
122
122
|
multidict==6.7.1
|
|
123
123
|
natsort==8.4.0
|
|
124
124
|
nbformat==5.10.4
|
|
125
|
-
numpy==2.4.
|
|
125
|
+
numpy==2.4.4
|
|
126
126
|
object-clerk==1.0.0
|
|
127
127
|
opentelemetry-api==1.40.0
|
|
128
128
|
opentelemetry-exporter-otlp==1.40.0
|
|
@@ -182,7 +182,7 @@ python-slugify==8.0.4
|
|
|
182
182
|
pytz==2026.1.post1
|
|
183
183
|
redis==6.4.0
|
|
184
184
|
referencing==0.37.0
|
|
185
|
-
requests==2.
|
|
185
|
+
requests==2.33.1
|
|
186
186
|
rich==14.3.3
|
|
187
187
|
rich-argparse==1.7.2
|
|
188
188
|
rich-toolkit==0.19.7
|
|
@@ -199,7 +199,7 @@ sqids==0.5.1
|
|
|
199
199
|
sqlparse==0.5.5
|
|
200
200
|
starlette==0.48.0
|
|
201
201
|
structlog==25.5.0
|
|
202
|
-
sunpy==7.1.
|
|
202
|
+
sunpy==7.1.1
|
|
203
203
|
svcs==25.1.0
|
|
204
204
|
tabulate==0.10.0
|
|
205
205
|
talus==1.3.4
|
|
@@ -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.9.
|
|
10
|
-
date = 2026-03-
|
|
9
|
+
version = "1.9.16"
|
|
10
|
+
date = 2026-03-30T20:17:46.931864
|
|
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==12.
|
|
28
|
+
"dkist-processing-common==12.8.0",
|
|
29
29
|
"dkist-service-configuration==4.2.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -47,14 +47,14 @@ frozen = [
|
|
|
47
47
|
"PyJWT == 2.12.1",
|
|
48
48
|
"PyYAML == 6.0.3",
|
|
49
49
|
"PyYAML-ft == 8.0.0",
|
|
50
|
-
"Pygments == 2.
|
|
50
|
+
"Pygments == 2.20.0",
|
|
51
51
|
"SQLAlchemy == 2.0.48",
|
|
52
52
|
"SQLAlchemy-JSONField == 1.0.2",
|
|
53
53
|
"SQLAlchemy-Utils == 0.42.1",
|
|
54
54
|
"a2wsgi == 1.10.10",
|
|
55
55
|
"aioftp == 0.27.2",
|
|
56
56
|
"aiohappyeyeballs == 2.6.1",
|
|
57
|
-
"aiohttp == 3.13.
|
|
57
|
+
"aiohttp == 3.13.4",
|
|
58
58
|
"aiosignal == 1.4.0",
|
|
59
59
|
"aiosmtplib == 5.1.0",
|
|
60
60
|
"aiosqlite == 0.21.0",
|
|
@@ -62,16 +62,16 @@ frozen = [
|
|
|
62
62
|
"amqp == 5.3.1",
|
|
63
63
|
"annotated-doc == 0.0.4",
|
|
64
64
|
"annotated-types == 0.7.0",
|
|
65
|
-
"anyio == 4.
|
|
65
|
+
"anyio == 4.13.0",
|
|
66
66
|
"apache-airflow == 3.1.7",
|
|
67
67
|
"apache-airflow-core == 3.1.7",
|
|
68
|
-
"apache-airflow-providers-celery == 3.17.
|
|
69
|
-
"apache-airflow-providers-common-compat == 1.14.
|
|
70
|
-
"apache-airflow-providers-common-io == 1.7.
|
|
71
|
-
"apache-airflow-providers-common-sql == 1.
|
|
72
|
-
"apache-airflow-providers-postgres == 6.6.
|
|
73
|
-
"apache-airflow-providers-smtp == 2.4.
|
|
74
|
-
"apache-airflow-providers-standard == 1.12.
|
|
68
|
+
"apache-airflow-providers-celery == 3.17.2",
|
|
69
|
+
"apache-airflow-providers-common-compat == 1.14.2",
|
|
70
|
+
"apache-airflow-providers-common-io == 1.7.2",
|
|
71
|
+
"apache-airflow-providers-common-sql == 1.34.0",
|
|
72
|
+
"apache-airflow-providers-postgres == 6.6.2",
|
|
73
|
+
"apache-airflow-providers-smtp == 2.4.4",
|
|
74
|
+
"apache-airflow-providers-standard == 1.12.2",
|
|
75
75
|
"apache-airflow-task-sdk == 1.1.7",
|
|
76
76
|
"argcomplete == 3.6.3",
|
|
77
77
|
"asdf == 3.5.0",
|
|
@@ -80,15 +80,15 @@ frozen = [
|
|
|
80
80
|
"asgiref == 3.11.1",
|
|
81
81
|
"asteval == 1.0.8",
|
|
82
82
|
"astropy == 7.2.0",
|
|
83
|
-
"astropy-iers-data == 0.2026.3.
|
|
83
|
+
"astropy-iers-data == 0.2026.3.30.0.54.34",
|
|
84
84
|
"asyncpg == 0.31.0",
|
|
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.79",
|
|
89
|
+
"botocore == 1.42.79",
|
|
90
90
|
"cadwyn == 5.4.6",
|
|
91
|
-
"celery == 5.6.
|
|
91
|
+
"celery == 5.6.3",
|
|
92
92
|
"certifi == 2026.2.25",
|
|
93
93
|
"cffi == 2.0.0",
|
|
94
94
|
"charset-normalizer == 3.4.6",
|
|
@@ -98,21 +98,21 @@ frozen = [
|
|
|
98
98
|
"click-repl == 0.3.0",
|
|
99
99
|
"colorlog == 6.10.1",
|
|
100
100
|
"contourpy == 1.3.3",
|
|
101
|
-
"cron_descriptor == 2.0.
|
|
101
|
+
"cron_descriptor == 2.0.8",
|
|
102
102
|
"croniter == 6.2.2",
|
|
103
|
-
"cryptography == 46.0.
|
|
103
|
+
"cryptography == 46.0.6",
|
|
104
104
|
"cycler == 0.12.1",
|
|
105
105
|
"dacite == 1.9.2",
|
|
106
106
|
"decorator == 5.2.1",
|
|
107
107
|
"dill == 0.4.1",
|
|
108
108
|
"dkist-header-validator == 5.3.0",
|
|
109
|
-
"dkist-processing-common == 12.
|
|
109
|
+
"dkist-processing-common == 12.8.0",
|
|
110
110
|
"dkist-processing-core == 7.0.2",
|
|
111
|
-
"dkist-processing-ops == 1.9.
|
|
111
|
+
"dkist-processing-ops == 1.9.16",
|
|
112
112
|
"dkist-processing-pac == 3.1.1",
|
|
113
113
|
"dkist-service-configuration == 4.2.0",
|
|
114
114
|
"dkist-spectral-lines == 3.0.0",
|
|
115
|
-
"dkist_fits_specifications == 4.
|
|
115
|
+
"dkist_fits_specifications == 4.23.0",
|
|
116
116
|
"dnspython == 2.8.0",
|
|
117
117
|
"email-validator == 2.3.0",
|
|
118
118
|
"fastapi == 0.117.1",
|
|
@@ -121,13 +121,13 @@ frozen = [
|
|
|
121
121
|
"flower == 2.0.1",
|
|
122
122
|
"fonttools == 4.62.1",
|
|
123
123
|
"frozenlist == 1.8.0",
|
|
124
|
-
"fsspec == 2026.
|
|
125
|
-
"globus-sdk == 4.
|
|
126
|
-
"googleapis-common-protos == 1.73.
|
|
124
|
+
"fsspec == 2026.3.0",
|
|
125
|
+
"globus-sdk == 4.5.0",
|
|
126
|
+
"googleapis-common-protos == 1.73.1",
|
|
127
127
|
"gqlclient == 1.2.3",
|
|
128
128
|
"greenback == 1.3.0",
|
|
129
129
|
"greenlet == 3.3.2",
|
|
130
|
-
"grpcio == 1.
|
|
130
|
+
"grpcio == 1.80.0",
|
|
131
131
|
"h11 == 0.16.0",
|
|
132
132
|
"httpcore == 1.0.9",
|
|
133
133
|
"httptools == 0.7.1",
|
|
@@ -159,7 +159,7 @@ frozen = [
|
|
|
159
159
|
"multidict == 6.7.1",
|
|
160
160
|
"natsort == 8.4.0",
|
|
161
161
|
"nbformat == 5.10.4",
|
|
162
|
-
"numpy == 2.4.
|
|
162
|
+
"numpy == 2.4.4",
|
|
163
163
|
"object-clerk == 1.0.0",
|
|
164
164
|
"opentelemetry-api == 1.40.0",
|
|
165
165
|
"opentelemetry-exporter-otlp == 1.40.0",
|
|
@@ -219,7 +219,7 @@ frozen = [
|
|
|
219
219
|
"pytz == 2026.1.post1",
|
|
220
220
|
"redis == 6.4.0",
|
|
221
221
|
"referencing == 0.37.0",
|
|
222
|
-
"requests == 2.
|
|
222
|
+
"requests == 2.33.1",
|
|
223
223
|
"rich == 14.3.3",
|
|
224
224
|
"rich-argparse == 1.7.2",
|
|
225
225
|
"rich-toolkit == 0.19.7",
|
|
@@ -236,7 +236,7 @@ frozen = [
|
|
|
236
236
|
"sqlparse == 0.5.5",
|
|
237
237
|
"starlette == 0.48.0",
|
|
238
238
|
"structlog == 25.5.0",
|
|
239
|
-
"sunpy == 7.1.
|
|
239
|
+
"sunpy == 7.1.1",
|
|
240
240
|
"svcs == 25.1.0",
|
|
241
241
|
"tabulate == 0.10.0",
|
|
242
242
|
"talus == 1.3.4",
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# file generated by setuptools-scm
|
|
2
|
-
# don't change, don't track in version control
|
|
3
|
-
|
|
4
|
-
__all__ = [
|
|
5
|
-
"__version__",
|
|
6
|
-
"__version_tuple__",
|
|
7
|
-
"version",
|
|
8
|
-
"version_tuple",
|
|
9
|
-
"__commit_id__",
|
|
10
|
-
"commit_id",
|
|
11
|
-
]
|
|
12
|
-
|
|
13
|
-
TYPE_CHECKING = False
|
|
14
|
-
if TYPE_CHECKING:
|
|
15
|
-
from typing import Tuple
|
|
16
|
-
from typing import Union
|
|
17
|
-
|
|
18
|
-
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
19
|
-
COMMIT_ID = Union[str, None]
|
|
20
|
-
else:
|
|
21
|
-
VERSION_TUPLE = object
|
|
22
|
-
COMMIT_ID = object
|
|
23
|
-
|
|
24
|
-
version: str
|
|
25
|
-
__version__: str
|
|
26
|
-
__version_tuple__: VERSION_TUPLE
|
|
27
|
-
version_tuple: VERSION_TUPLE
|
|
28
|
-
commit_id: COMMIT_ID
|
|
29
|
-
__commit_id__: COMMIT_ID
|
|
30
|
-
|
|
31
|
-
__version__ = version = '1.9.15'
|
|
32
|
-
__version_tuple__ = version_tuple = (1, 9, 15)
|
|
33
|
-
|
|
34
|
-
__commit_id__ = commit_id = 'gfc4d45b53'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.9.15 → dkist_processing_ops-1.9.16}/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
|