dkist-processing-ops 1.7.0__tar.gz → 1.7.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.
Potentially problematic release.
This version of dkist-processing-ops might be problematic. Click here for more details.
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/PKG-INFO +35 -35
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops.egg-info/PKG-INFO +35 -35
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops.egg-info/requires.txt +34 -34
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/pyproject.toml +36 -36
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/.gitignore +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/.snyk +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/README.rst +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.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.12
|
|
|
11
11
|
Requires-Python: >=3.12
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==11.5.
|
|
14
|
+
Requires-Dist: dkist-processing-common==11.5.1
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -25,7 +25,7 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
25
25
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
26
26
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
27
27
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
28
|
-
Requires-Dist: Flask-Limiter==3.
|
|
28
|
+
Requires-Dist: Flask-Limiter==3.13; extra == "frozen"
|
|
29
29
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
30
30
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
31
31
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
@@ -50,16 +50,16 @@ 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.10.0; extra == "frozen"
|
|
52
52
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
53
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
53
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
|
|
54
54
|
Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
|
|
55
55
|
Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
|
|
56
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
56
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.28.0; extra == "frozen"
|
|
57
57
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
58
58
|
Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
59
|
-
Requires-Dist: apache-airflow-providers-http==5.3.
|
|
59
|
+
Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
|
|
60
60
|
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
61
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
62
|
-
Requires-Dist: apache-airflow-providers-smtp==2.2.
|
|
61
|
+
Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
|
|
62
|
+
Requires-Dist: apache-airflow-providers-smtp==2.2.1; extra == "frozen"
|
|
63
63
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
64
64
|
Requires-Dist: apispec==6.8.3; extra == "frozen"
|
|
65
65
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
@@ -69,18 +69,18 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
69
69
|
Requires-Dist: asgiref==3.9.1; extra == "frozen"
|
|
70
70
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
71
71
|
Requires-Dist: astropy==7.1.0; extra == "frozen"
|
|
72
|
-
Requires-Dist: astropy-iers-data==0.2025.9.
|
|
72
|
+
Requires-Dist: astropy-iers-data==0.2025.9.15.0.37.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
74
74
|
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.40.
|
|
79
|
-
Requires-Dist: botocore==1.40.
|
|
78
|
+
Requires-Dist: boto3==1.40.32; extra == "frozen"
|
|
79
|
+
Requires-Dist: botocore==1.40.32; extra == "frozen"
|
|
80
80
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
|
-
Requires-Dist: celery==5.
|
|
81
|
+
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
82
82
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
83
|
-
Requires-Dist: cffi==
|
|
83
|
+
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
84
84
|
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
85
85
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
@@ -93,15 +93,15 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
93
93
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
94
94
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
95
95
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
96
|
-
Requires-Dist: cryptography==
|
|
96
|
+
Requires-Dist: cryptography==46.0.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
98
98
|
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==11.5.
|
|
102
|
+
Requires-Dist: dkist-processing-common==11.5.1; extra == "frozen"
|
|
103
103
|
Requires-Dist: dkist-processing-core==5.2.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: dkist-processing-ops==1.7.
|
|
104
|
+
Requires-Dist: dkist-processing-ops==1.7.1; 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"
|
|
@@ -112,14 +112,14 @@ Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
|
112
112
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
114
114
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
115
|
-
Requires-Dist: fonttools==4.
|
|
115
|
+
Requires-Dist: fonttools==4.60.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
118
118
|
Requires-Dist: globus-sdk==3.63.0; extra == "frozen"
|
|
119
119
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
120
120
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
122
|
-
Requires-Dist: grpcio==1.
|
|
122
|
+
Requires-Dist: grpcio==1.75.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -155,16 +155,16 @@ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
|
155
155
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
156
156
|
Requires-Dist: multidict==6.6.4; extra == "frozen"
|
|
157
157
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
158
|
-
Requires-Dist: numpy==2.3.
|
|
158
|
+
Requires-Dist: numpy==2.3.3; extra == "frozen"
|
|
159
159
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
160
|
-
Requires-Dist: opentelemetry-api==1.
|
|
161
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
162
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
163
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
164
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
165
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
166
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
167
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
160
|
+
Requires-Dist: opentelemetry-api==1.37.0; extra == "frozen"
|
|
161
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.37.0; extra == "frozen"
|
|
162
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.37.0; extra == "frozen"
|
|
163
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.37.0; extra == "frozen"
|
|
164
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.37.0; extra == "frozen"
|
|
165
|
+
Requires-Dist: opentelemetry-proto==1.37.0; extra == "frozen"
|
|
166
|
+
Requires-Dist: opentelemetry-sdk==1.37.0; extra == "frozen"
|
|
167
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
|
|
168
168
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
169
169
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
170
170
|
Requires-Dist: pandas==2.3.2; extra == "frozen"
|
|
@@ -182,31 +182,31 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
182
182
|
Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
|
|
183
183
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
184
184
|
Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
185
|
-
Requires-Dist: protobuf==6.32.
|
|
185
|
+
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
186
186
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
187
187
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
188
|
-
Requires-Dist: pycparser==2.
|
|
189
|
-
Requires-Dist: pydantic==2.11.
|
|
188
|
+
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
189
|
+
Requires-Dist: pydantic==2.11.9; extra == "frozen"
|
|
190
190
|
Requires-Dist: pydantic-settings==2.10.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"
|
|
193
|
-
Requires-Dist: pyparsing==3.2.
|
|
193
|
+
Requires-Dist: pyparsing==3.2.4; extra == "frozen"
|
|
194
194
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
195
195
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
196
196
|
Requires-Dist: python-dotenv==1.1.1; extra == "frozen"
|
|
197
197
|
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
198
198
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
199
199
|
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
200
|
-
Requires-Dist: redis==4.
|
|
200
|
+
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
201
201
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
202
202
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
203
203
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
204
204
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
205
|
-
Requires-Dist: rich==
|
|
205
|
+
Requires-Dist: rich==14.1.0; extra == "frozen"
|
|
206
206
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
207
207
|
Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
208
|
-
Requires-Dist: s3transfer==0.
|
|
209
|
-
Requires-Dist: scipy==1.16.
|
|
208
|
+
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
209
|
+
Requires-Dist: scipy==1.16.2; extra == "frozen"
|
|
210
210
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
211
211
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
212
212
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '1.7.
|
|
32
|
-
__version_tuple__ = version_tuple = (1, 7,
|
|
31
|
+
__version__ = version = '1.7.1'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 7, 1)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g3b770ba2c'
|
{dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.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.7.
|
|
3
|
+
Version: 1.7.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.12
|
|
|
11
11
|
Requires-Python: >=3.12
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==11.5.
|
|
14
|
+
Requires-Dist: dkist-processing-common==11.5.1
|
|
15
15
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -25,7 +25,7 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
25
25
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
26
26
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
27
27
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
28
|
-
Requires-Dist: Flask-Limiter==3.
|
|
28
|
+
Requires-Dist: Flask-Limiter==3.13; extra == "frozen"
|
|
29
29
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
30
30
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
31
31
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
@@ -50,16 +50,16 @@ 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.10.0; extra == "frozen"
|
|
52
52
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
53
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
53
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
|
|
54
54
|
Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
|
|
55
55
|
Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
|
|
56
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
56
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.28.0; extra == "frozen"
|
|
57
57
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
58
58
|
Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
59
|
-
Requires-Dist: apache-airflow-providers-http==5.3.
|
|
59
|
+
Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
|
|
60
60
|
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
61
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
62
|
-
Requires-Dist: apache-airflow-providers-smtp==2.2.
|
|
61
|
+
Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
|
|
62
|
+
Requires-Dist: apache-airflow-providers-smtp==2.2.1; extra == "frozen"
|
|
63
63
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
64
64
|
Requires-Dist: apispec==6.8.3; extra == "frozen"
|
|
65
65
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
@@ -69,18 +69,18 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
69
69
|
Requires-Dist: asgiref==3.9.1; extra == "frozen"
|
|
70
70
|
Requires-Dist: asteval==1.0.6; extra == "frozen"
|
|
71
71
|
Requires-Dist: astropy==7.1.0; extra == "frozen"
|
|
72
|
-
Requires-Dist: astropy-iers-data==0.2025.9.
|
|
72
|
+
Requires-Dist: astropy-iers-data==0.2025.9.15.0.37.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: asyncpg==0.30.0; extra == "frozen"
|
|
74
74
|
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.40.
|
|
79
|
-
Requires-Dist: botocore==1.40.
|
|
78
|
+
Requires-Dist: boto3==1.40.32; extra == "frozen"
|
|
79
|
+
Requires-Dist: botocore==1.40.32; extra == "frozen"
|
|
80
80
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
81
|
-
Requires-Dist: celery==5.
|
|
81
|
+
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
82
82
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
83
|
-
Requires-Dist: cffi==
|
|
83
|
+
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
84
84
|
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
85
85
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
@@ -93,15 +93,15 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
93
93
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
94
94
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
95
95
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
96
|
-
Requires-Dist: cryptography==
|
|
96
|
+
Requires-Dist: cryptography==46.0.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
98
98
|
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==11.5.
|
|
102
|
+
Requires-Dist: dkist-processing-common==11.5.1; extra == "frozen"
|
|
103
103
|
Requires-Dist: dkist-processing-core==5.2.1; extra == "frozen"
|
|
104
|
-
Requires-Dist: dkist-processing-ops==1.7.
|
|
104
|
+
Requires-Dist: dkist-processing-ops==1.7.1; 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"
|
|
@@ -112,14 +112,14 @@ Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
|
112
112
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
114
114
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
115
|
-
Requires-Dist: fonttools==4.
|
|
115
|
+
Requires-Dist: fonttools==4.60.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
117
117
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
118
118
|
Requires-Dist: globus-sdk==3.63.0; extra == "frozen"
|
|
119
119
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
120
120
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
122
|
-
Requires-Dist: grpcio==1.
|
|
122
|
+
Requires-Dist: grpcio==1.75.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -155,16 +155,16 @@ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
|
|
|
155
155
|
Requires-Dist: moviepy==2.2.1; extra == "frozen"
|
|
156
156
|
Requires-Dist: multidict==6.6.4; extra == "frozen"
|
|
157
157
|
Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
158
|
-
Requires-Dist: numpy==2.3.
|
|
158
|
+
Requires-Dist: numpy==2.3.3; extra == "frozen"
|
|
159
159
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
160
|
-
Requires-Dist: opentelemetry-api==1.
|
|
161
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
162
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
163
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
164
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
165
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
166
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
167
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
160
|
+
Requires-Dist: opentelemetry-api==1.37.0; extra == "frozen"
|
|
161
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.37.0; extra == "frozen"
|
|
162
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.37.0; extra == "frozen"
|
|
163
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.37.0; extra == "frozen"
|
|
164
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.37.0; extra == "frozen"
|
|
165
|
+
Requires-Dist: opentelemetry-proto==1.37.0; extra == "frozen"
|
|
166
|
+
Requires-Dist: opentelemetry-sdk==1.37.0; extra == "frozen"
|
|
167
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
|
|
168
168
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
169
169
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
170
170
|
Requires-Dist: pandas==2.3.2; extra == "frozen"
|
|
@@ -182,31 +182,31 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
182
182
|
Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
|
|
183
183
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
184
184
|
Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
185
|
-
Requires-Dist: protobuf==6.32.
|
|
185
|
+
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
186
186
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
187
187
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
188
|
-
Requires-Dist: pycparser==2.
|
|
189
|
-
Requires-Dist: pydantic==2.11.
|
|
188
|
+
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
189
|
+
Requires-Dist: pydantic==2.11.9; extra == "frozen"
|
|
190
190
|
Requires-Dist: pydantic-settings==2.10.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"
|
|
193
|
-
Requires-Dist: pyparsing==3.2.
|
|
193
|
+
Requires-Dist: pyparsing==3.2.4; extra == "frozen"
|
|
194
194
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
195
195
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
196
196
|
Requires-Dist: python-dotenv==1.1.1; extra == "frozen"
|
|
197
197
|
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
198
198
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
199
199
|
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
200
|
-
Requires-Dist: redis==4.
|
|
200
|
+
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
201
201
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
202
202
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
203
203
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
204
204
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
205
|
-
Requires-Dist: rich==
|
|
205
|
+
Requires-Dist: rich==14.1.0; extra == "frozen"
|
|
206
206
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
207
207
|
Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
208
|
-
Requires-Dist: s3transfer==0.
|
|
209
|
-
Requires-Dist: scipy==1.16.
|
|
208
|
+
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
209
|
+
Requires-Dist: scipy==1.16.2; extra == "frozen"
|
|
210
210
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
211
211
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
212
212
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
{dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops.egg-info/requires.txt
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.5.
|
|
1
|
+
dkist-processing-common==11.5.1
|
|
2
2
|
dkist-service-configuration==2.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -9,7 +9,7 @@ Flask-AppBuilder==4.5.3
|
|
|
9
9
|
Flask-Babel==2.0.0
|
|
10
10
|
Flask-Caching==2.3.1
|
|
11
11
|
Flask-JWT-Extended==4.7.1
|
|
12
|
-
Flask-Limiter==3.
|
|
12
|
+
Flask-Limiter==3.13
|
|
13
13
|
Flask-Login==0.6.3
|
|
14
14
|
Flask-SQLAlchemy==2.5.1
|
|
15
15
|
Flask-Session==0.5.0
|
|
@@ -34,16 +34,16 @@ amqp==5.3.1
|
|
|
34
34
|
annotated-types==0.7.0
|
|
35
35
|
anyio==4.10.0
|
|
36
36
|
apache-airflow==2.11.0
|
|
37
|
-
apache-airflow-providers-celery==3.
|
|
37
|
+
apache-airflow-providers-celery==3.10.0
|
|
38
38
|
apache-airflow-providers-common-compat==1.7.3
|
|
39
39
|
apache-airflow-providers-common-io==1.6.2
|
|
40
|
-
apache-airflow-providers-common-sql==1.
|
|
40
|
+
apache-airflow-providers-common-sql==1.28.0
|
|
41
41
|
apache-airflow-providers-fab==1.5.3
|
|
42
42
|
apache-airflow-providers-ftp==3.13.2
|
|
43
|
-
apache-airflow-providers-http==5.3.
|
|
43
|
+
apache-airflow-providers-http==5.3.4
|
|
44
44
|
apache-airflow-providers-imap==3.9.2
|
|
45
|
-
apache-airflow-providers-postgres==6.
|
|
46
|
-
apache-airflow-providers-smtp==2.2.
|
|
45
|
+
apache-airflow-providers-postgres==6.3.0
|
|
46
|
+
apache-airflow-providers-smtp==2.2.1
|
|
47
47
|
apache-airflow-providers-sqlite==4.1.2
|
|
48
48
|
apispec==6.8.3
|
|
49
49
|
argcomplete==3.6.2
|
|
@@ -53,18 +53,18 @@ asdf_transform_schemas==0.6.0
|
|
|
53
53
|
asgiref==3.9.1
|
|
54
54
|
asteval==1.0.6
|
|
55
55
|
astropy==7.1.0
|
|
56
|
-
astropy-iers-data==0.2025.9.
|
|
56
|
+
astropy-iers-data==0.2025.9.15.0.37.0
|
|
57
57
|
asyncpg==0.30.0
|
|
58
58
|
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.40.
|
|
63
|
-
botocore==1.40.
|
|
62
|
+
boto3==1.40.32
|
|
63
|
+
botocore==1.40.32
|
|
64
64
|
cachelib==0.13.0
|
|
65
|
-
celery==5.
|
|
65
|
+
celery==5.3.1
|
|
66
66
|
certifi==2025.8.3
|
|
67
|
-
cffi==
|
|
67
|
+
cffi==2.0.0
|
|
68
68
|
charset-normalizer==3.4.3
|
|
69
69
|
click==8.2.1
|
|
70
70
|
click-didyoumean==0.3.1
|
|
@@ -77,15 +77,15 @@ connexion==2.14.2
|
|
|
77
77
|
contourpy==1.3.3
|
|
78
78
|
cron_descriptor==2.0.6
|
|
79
79
|
croniter==6.0.0
|
|
80
|
-
cryptography==
|
|
80
|
+
cryptography==46.0.1
|
|
81
81
|
cycler==0.12.1
|
|
82
82
|
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==11.5.
|
|
86
|
+
dkist-processing-common==11.5.1
|
|
87
87
|
dkist-processing-core==5.2.1
|
|
88
|
-
dkist-processing-ops==1.7.
|
|
88
|
+
dkist-processing-ops==1.7.1
|
|
89
89
|
dkist-processing-pac==3.1.1
|
|
90
90
|
dkist-service-configuration==2.3.0
|
|
91
91
|
dkist-spectral-lines==3.0.0
|
|
@@ -96,14 +96,14 @@ elastic-apm==6.24.0
|
|
|
96
96
|
email-validator==2.3.0
|
|
97
97
|
fastjsonschema==2.21.2
|
|
98
98
|
flower==2.0.1
|
|
99
|
-
fonttools==4.
|
|
99
|
+
fonttools==4.60.0
|
|
100
100
|
frozenlist==1.7.0
|
|
101
101
|
fsspec==2025.9.0
|
|
102
102
|
globus-sdk==3.63.0
|
|
103
103
|
google-re2==1.1.20250805
|
|
104
104
|
googleapis-common-protos==1.70.0
|
|
105
105
|
gqlclient==1.2.3
|
|
106
|
-
grpcio==1.
|
|
106
|
+
grpcio==1.75.0
|
|
107
107
|
gunicorn==23.0.0
|
|
108
108
|
h11==0.16.0
|
|
109
109
|
httpcore==1.0.9
|
|
@@ -139,16 +139,16 @@ more-itertools==10.8.0
|
|
|
139
139
|
moviepy==2.2.1
|
|
140
140
|
multidict==6.6.4
|
|
141
141
|
nbformat==5.10.4
|
|
142
|
-
numpy==2.3.
|
|
142
|
+
numpy==2.3.3
|
|
143
143
|
object-clerk==1.0.0
|
|
144
|
-
opentelemetry-api==1.
|
|
145
|
-
opentelemetry-exporter-otlp==1.
|
|
146
|
-
opentelemetry-exporter-otlp-proto-common==1.
|
|
147
|
-
opentelemetry-exporter-otlp-proto-grpc==1.
|
|
148
|
-
opentelemetry-exporter-otlp-proto-http==1.
|
|
149
|
-
opentelemetry-proto==1.
|
|
150
|
-
opentelemetry-sdk==1.
|
|
151
|
-
opentelemetry-semantic-conventions==0.
|
|
144
|
+
opentelemetry-api==1.37.0
|
|
145
|
+
opentelemetry-exporter-otlp==1.37.0
|
|
146
|
+
opentelemetry-exporter-otlp-proto-common==1.37.0
|
|
147
|
+
opentelemetry-exporter-otlp-proto-grpc==1.37.0
|
|
148
|
+
opentelemetry-exporter-otlp-proto-http==1.37.0
|
|
149
|
+
opentelemetry-proto==1.37.0
|
|
150
|
+
opentelemetry-sdk==1.37.0
|
|
151
|
+
opentelemetry-semantic-conventions==0.58b0
|
|
152
152
|
ordered-set==4.1.0
|
|
153
153
|
packaging==25.0
|
|
154
154
|
pandas==2.3.2
|
|
@@ -166,31 +166,31 @@ proglog==0.1.12
|
|
|
166
166
|
prometheus_client==0.22.1
|
|
167
167
|
prompt_toolkit==3.0.52
|
|
168
168
|
propcache==0.3.2
|
|
169
|
-
protobuf==6.32.
|
|
169
|
+
protobuf==6.32.1
|
|
170
170
|
psutil==7.0.0
|
|
171
171
|
psycopg2-binary==2.9.10
|
|
172
|
-
pycparser==2.
|
|
173
|
-
pydantic==2.11.
|
|
172
|
+
pycparser==2.23
|
|
173
|
+
pydantic==2.11.9
|
|
174
174
|
pydantic-settings==2.10.1
|
|
175
175
|
pydantic_core==2.33.2
|
|
176
176
|
pyerfa==2.0.1.5
|
|
177
|
-
pyparsing==3.2.
|
|
177
|
+
pyparsing==3.2.4
|
|
178
178
|
python-daemon==3.1.2
|
|
179
179
|
python-dateutil==2.9.0.post0
|
|
180
180
|
python-dotenv==1.1.1
|
|
181
181
|
python-nvd3==0.16.0
|
|
182
182
|
python-slugify==8.0.4
|
|
183
183
|
pytz==2025.2
|
|
184
|
-
redis==4.
|
|
184
|
+
redis==6.4.0
|
|
185
185
|
referencing==0.36.2
|
|
186
186
|
requests==2.32.5
|
|
187
187
|
requests-toolbelt==1.0.0
|
|
188
188
|
rfc3339-validator==0.1.4
|
|
189
|
-
rich==
|
|
189
|
+
rich==14.1.0
|
|
190
190
|
rich-argparse==1.7.1
|
|
191
191
|
rpds-py==0.27.1
|
|
192
|
-
s3transfer==0.
|
|
193
|
-
scipy==1.16.
|
|
192
|
+
s3transfer==0.14.0
|
|
193
|
+
scipy==1.16.2
|
|
194
194
|
semantic-version==2.10.0
|
|
195
195
|
setproctitle==1.3.7
|
|
196
196
|
six==1.17.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.7.
|
|
10
|
-
date = 2025-09-
|
|
9
|
+
version = "1.7.1"
|
|
10
|
+
date = 2025-09-17T11:03:40.681444
|
|
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==11.5.
|
|
28
|
+
"dkist-processing-common==11.5.1",
|
|
29
29
|
"dkist-service-configuration==2.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -46,7 +46,7 @@ frozen = [
|
|
|
46
46
|
"Flask-Babel == 2.0.0",
|
|
47
47
|
"Flask-Caching == 2.3.1",
|
|
48
48
|
"Flask-JWT-Extended == 4.7.1",
|
|
49
|
-
"Flask-Limiter == 3.
|
|
49
|
+
"Flask-Limiter == 3.13",
|
|
50
50
|
"Flask-Login == 0.6.3",
|
|
51
51
|
"Flask-SQLAlchemy == 2.5.1",
|
|
52
52
|
"Flask-Session == 0.5.0",
|
|
@@ -71,16 +71,16 @@ frozen = [
|
|
|
71
71
|
"annotated-types == 0.7.0",
|
|
72
72
|
"anyio == 4.10.0",
|
|
73
73
|
"apache-airflow == 2.11.0",
|
|
74
|
-
"apache-airflow-providers-celery == 3.
|
|
74
|
+
"apache-airflow-providers-celery == 3.10.0",
|
|
75
75
|
"apache-airflow-providers-common-compat == 1.7.3",
|
|
76
76
|
"apache-airflow-providers-common-io == 1.6.2",
|
|
77
|
-
"apache-airflow-providers-common-sql == 1.
|
|
77
|
+
"apache-airflow-providers-common-sql == 1.28.0",
|
|
78
78
|
"apache-airflow-providers-fab == 1.5.3",
|
|
79
79
|
"apache-airflow-providers-ftp == 3.13.2",
|
|
80
|
-
"apache-airflow-providers-http == 5.3.
|
|
80
|
+
"apache-airflow-providers-http == 5.3.4",
|
|
81
81
|
"apache-airflow-providers-imap == 3.9.2",
|
|
82
|
-
"apache-airflow-providers-postgres == 6.
|
|
83
|
-
"apache-airflow-providers-smtp == 2.2.
|
|
82
|
+
"apache-airflow-providers-postgres == 6.3.0",
|
|
83
|
+
"apache-airflow-providers-smtp == 2.2.1",
|
|
84
84
|
"apache-airflow-providers-sqlite == 4.1.2",
|
|
85
85
|
"apispec == 6.8.3",
|
|
86
86
|
"argcomplete == 3.6.2",
|
|
@@ -90,18 +90,18 @@ frozen = [
|
|
|
90
90
|
"asgiref == 3.9.1",
|
|
91
91
|
"asteval == 1.0.6",
|
|
92
92
|
"astropy == 7.1.0",
|
|
93
|
-
"astropy-iers-data == 0.2025.9.
|
|
93
|
+
"astropy-iers-data == 0.2025.9.15.0.37.0",
|
|
94
94
|
"asyncpg == 0.30.0",
|
|
95
95
|
"attrs == 25.3.0",
|
|
96
96
|
"babel == 2.17.0",
|
|
97
97
|
"billiard == 4.2.1",
|
|
98
98
|
"blinker == 1.9.0",
|
|
99
|
-
"boto3 == 1.40.
|
|
100
|
-
"botocore == 1.40.
|
|
99
|
+
"boto3 == 1.40.32",
|
|
100
|
+
"botocore == 1.40.32",
|
|
101
101
|
"cachelib == 0.13.0",
|
|
102
|
-
"celery == 5.
|
|
102
|
+
"celery == 5.3.1",
|
|
103
103
|
"certifi == 2025.8.3",
|
|
104
|
-
"cffi ==
|
|
104
|
+
"cffi == 2.0.0",
|
|
105
105
|
"charset-normalizer == 3.4.3",
|
|
106
106
|
"click == 8.2.1",
|
|
107
107
|
"click-didyoumean == 0.3.1",
|
|
@@ -114,15 +114,15 @@ frozen = [
|
|
|
114
114
|
"contourpy == 1.3.3",
|
|
115
115
|
"cron_descriptor == 2.0.6",
|
|
116
116
|
"croniter == 6.0.0",
|
|
117
|
-
"cryptography ==
|
|
117
|
+
"cryptography == 46.0.1",
|
|
118
118
|
"cycler == 0.12.1",
|
|
119
119
|
"dacite == 1.9.2",
|
|
120
120
|
"decorator == 5.2.1",
|
|
121
121
|
"dill == 0.4.0",
|
|
122
122
|
"dkist-header-validator == 5.2.1",
|
|
123
|
-
"dkist-processing-common == 11.5.
|
|
123
|
+
"dkist-processing-common == 11.5.1",
|
|
124
124
|
"dkist-processing-core == 5.2.1",
|
|
125
|
-
"dkist-processing-ops == 1.7.
|
|
125
|
+
"dkist-processing-ops == 1.7.1",
|
|
126
126
|
"dkist-processing-pac == 3.1.1",
|
|
127
127
|
"dkist-service-configuration == 2.3.0",
|
|
128
128
|
"dkist-spectral-lines == 3.0.0",
|
|
@@ -133,14 +133,14 @@ frozen = [
|
|
|
133
133
|
"email-validator == 2.3.0",
|
|
134
134
|
"fastjsonschema == 2.21.2",
|
|
135
135
|
"flower == 2.0.1",
|
|
136
|
-
"fonttools == 4.
|
|
136
|
+
"fonttools == 4.60.0",
|
|
137
137
|
"frozenlist == 1.7.0",
|
|
138
138
|
"fsspec == 2025.9.0",
|
|
139
139
|
"globus-sdk == 3.63.0",
|
|
140
140
|
"google-re2 == 1.1.20250805",
|
|
141
141
|
"googleapis-common-protos == 1.70.0",
|
|
142
142
|
"gqlclient == 1.2.3",
|
|
143
|
-
"grpcio == 1.
|
|
143
|
+
"grpcio == 1.75.0",
|
|
144
144
|
"gunicorn == 23.0.0",
|
|
145
145
|
"h11 == 0.16.0",
|
|
146
146
|
"httpcore == 1.0.9",
|
|
@@ -176,16 +176,16 @@ frozen = [
|
|
|
176
176
|
"moviepy == 2.2.1",
|
|
177
177
|
"multidict == 6.6.4",
|
|
178
178
|
"nbformat == 5.10.4",
|
|
179
|
-
"numpy == 2.3.
|
|
179
|
+
"numpy == 2.3.3",
|
|
180
180
|
"object-clerk == 1.0.0",
|
|
181
|
-
"opentelemetry-api == 1.
|
|
182
|
-
"opentelemetry-exporter-otlp == 1.
|
|
183
|
-
"opentelemetry-exporter-otlp-proto-common == 1.
|
|
184
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.
|
|
185
|
-
"opentelemetry-exporter-otlp-proto-http == 1.
|
|
186
|
-
"opentelemetry-proto == 1.
|
|
187
|
-
"opentelemetry-sdk == 1.
|
|
188
|
-
"opentelemetry-semantic-conventions == 0.
|
|
181
|
+
"opentelemetry-api == 1.37.0",
|
|
182
|
+
"opentelemetry-exporter-otlp == 1.37.0",
|
|
183
|
+
"opentelemetry-exporter-otlp-proto-common == 1.37.0",
|
|
184
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.37.0",
|
|
185
|
+
"opentelemetry-exporter-otlp-proto-http == 1.37.0",
|
|
186
|
+
"opentelemetry-proto == 1.37.0",
|
|
187
|
+
"opentelemetry-sdk == 1.37.0",
|
|
188
|
+
"opentelemetry-semantic-conventions == 0.58b0",
|
|
189
189
|
"ordered-set == 4.1.0",
|
|
190
190
|
"packaging == 25.0",
|
|
191
191
|
"pandas == 2.3.2",
|
|
@@ -203,31 +203,31 @@ frozen = [
|
|
|
203
203
|
"prometheus_client == 0.22.1",
|
|
204
204
|
"prompt_toolkit == 3.0.52",
|
|
205
205
|
"propcache == 0.3.2",
|
|
206
|
-
"protobuf == 6.32.
|
|
206
|
+
"protobuf == 6.32.1",
|
|
207
207
|
"psutil == 7.0.0",
|
|
208
208
|
"psycopg2-binary == 2.9.10",
|
|
209
|
-
"pycparser == 2.
|
|
210
|
-
"pydantic == 2.11.
|
|
209
|
+
"pycparser == 2.23",
|
|
210
|
+
"pydantic == 2.11.9",
|
|
211
211
|
"pydantic-settings == 2.10.1",
|
|
212
212
|
"pydantic_core == 2.33.2",
|
|
213
213
|
"pyerfa == 2.0.1.5",
|
|
214
|
-
"pyparsing == 3.2.
|
|
214
|
+
"pyparsing == 3.2.4",
|
|
215
215
|
"python-daemon == 3.1.2",
|
|
216
216
|
"python-dateutil == 2.9.0.post0",
|
|
217
217
|
"python-dotenv == 1.1.1",
|
|
218
218
|
"python-nvd3 == 0.16.0",
|
|
219
219
|
"python-slugify == 8.0.4",
|
|
220
220
|
"pytz == 2025.2",
|
|
221
|
-
"redis == 4.
|
|
221
|
+
"redis == 6.4.0",
|
|
222
222
|
"referencing == 0.36.2",
|
|
223
223
|
"requests == 2.32.5",
|
|
224
224
|
"requests-toolbelt == 1.0.0",
|
|
225
225
|
"rfc3339-validator == 0.1.4",
|
|
226
|
-
"rich ==
|
|
226
|
+
"rich == 14.1.0",
|
|
227
227
|
"rich-argparse == 1.7.1",
|
|
228
228
|
"rpds-py == 0.27.1",
|
|
229
|
-
"s3transfer == 0.
|
|
230
|
-
"scipy == 1.16.
|
|
229
|
+
"s3transfer == 0.14.0",
|
|
230
|
+
"scipy == 1.16.2",
|
|
231
231
|
"semantic-version == 2.10.0",
|
|
232
232
|
"setproctitle == 1.3.7",
|
|
233
233
|
"six == 1.17.0",
|
|
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_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/workflows/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops/workflows/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.7.0 → dkist_processing_ops-1.7.1}/dkist_processing_ops.egg-info/not-zip-safe
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|