dkist-processing-ops 1.6.58__py3-none-any.whl → 1.7.0rc1__py3-none-any.whl

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.

@@ -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.6.58'
32
- __version_tuple__ = version_tuple = (1, 6, 58)
31
+ __version__ = version = '1.7.0rc1'
32
+ __version_tuple__ = version_tuple = (1, 7, 0, 'rc1')
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1,22 +1,23 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-ops
3
- Version: 1.6.58
3
+ Version: 1.7.0rc1
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
7
7
  Project-URL: repository, https://bitbucket.org/dkistdc/dkist-processing-ops
8
8
  Classifier: License :: OSI Approved :: BSD License
9
9
  Classifier: Programming Language :: Python :: 3
10
- Classifier: Programming Language :: Python :: 3.11
11
- Requires-Python: >=3.11
10
+ Classifier: Programming Language :: Python :: 3.12
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.4.0
14
+ Requires-Dist: dkist-processing-common==11.5.0rc1
15
15
  Requires-Dist: dkist-service-configuration==2.3.0
16
16
  Provides-Extra: test
17
17
  Requires-Dist: pytest; extra == "test"
18
18
  Requires-Dist: pytest-cov; extra == "test"
19
19
  Requires-Dist: pytest-xdist; extra == "test"
20
+ Requires-Dist: dkist-dev-tools; extra == "test"
20
21
  Provides-Extra: frozen
21
22
  Requires-Dist: ConfigUpdater==3.2; extra == "frozen"
22
23
  Requires-Dist: Deprecated==1.2.18; extra == "frozen"
@@ -49,7 +50,7 @@ Requires-Dist: alembic==1.16.5; extra == "frozen"
49
50
  Requires-Dist: amqp==5.3.1; extra == "frozen"
50
51
  Requires-Dist: annotated-types==0.7.0; extra == "frozen"
51
52
  Requires-Dist: anyio==4.10.0; extra == "frozen"
52
- Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
53
+ Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
53
54
  Requires-Dist: apache-airflow-providers-celery==3.12.2; extra == "frozen"
54
55
  Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
55
56
  Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
@@ -75,8 +76,8 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
75
76
  Requires-Dist: babel==2.17.0; extra == "frozen"
76
77
  Requires-Dist: billiard==4.2.1; extra == "frozen"
77
78
  Requires-Dist: blinker==1.9.0; extra == "frozen"
78
- Requires-Dist: boto3==1.40.24; extra == "frozen"
79
- Requires-Dist: botocore==1.40.24; extra == "frozen"
79
+ Requires-Dist: boto3==1.40.25; extra == "frozen"
80
+ Requires-Dist: botocore==1.40.25; extra == "frozen"
80
81
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
81
82
  Requires-Dist: celery==5.5.3; extra == "frozen"
82
83
  Requires-Dist: certifi==2025.8.3; extra == "frozen"
@@ -99,9 +100,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
99
100
  Requires-Dist: decorator==5.2.1; extra == "frozen"
100
101
  Requires-Dist: dill==0.4.0; extra == "frozen"
101
102
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
102
- Requires-Dist: dkist-processing-common==11.4.0; extra == "frozen"
103
- Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
104
- Requires-Dist: dkist-processing-ops==1.6.58; extra == "frozen"
103
+ Requires-Dist: dkist-processing-common==11.5.0rc1; extra == "frozen"
104
+ Requires-Dist: dkist-processing-core==5.2.0rc1; extra == "frozen"
105
+ Requires-Dist: dkist-processing-ops==1.7.0rc1; extra == "frozen"
105
106
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
106
107
  Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
107
108
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
@@ -119,7 +120,6 @@ Requires-Dist: globus-sdk==3.62.0; extra == "frozen"
119
120
  Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
120
121
  Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
121
122
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
122
- Requires-Dist: greenlet==3.2.4; extra == "frozen"
123
123
  Requires-Dist: grpcio==1.74.0; extra == "frozen"
124
124
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
125
125
  Requires-Dist: h11==0.16.0; extra == "frozen"
@@ -157,7 +157,7 @@ Requires-Dist: moviepy==2.2.1; extra == "frozen"
157
157
  Requires-Dist: multidict==6.6.4; extra == "frozen"
158
158
  Requires-Dist: nbformat==5.10.4; extra == "frozen"
159
159
  Requires-Dist: numpy==2.3.2; extra == "frozen"
160
- Requires-Dist: object-clerk==0.1.2; extra == "frozen"
160
+ Requires-Dist: object-clerk==1.0.0; extra == "frozen"
161
161
  Requires-Dist: opentelemetry-api==1.36.0; extra == "frozen"
162
162
  Requires-Dist: opentelemetry-exporter-otlp==1.36.0; extra == "frozen"
163
163
  Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.36.0; extra == "frozen"
@@ -186,7 +186,6 @@ Requires-Dist: propcache==0.3.2; extra == "frozen"
186
186
  Requires-Dist: protobuf==6.32.0; extra == "frozen"
187
187
  Requires-Dist: psutil==7.0.0; extra == "frozen"
188
188
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
189
- Requires-Dist: py==1.11.0; extra == "frozen"
190
189
  Requires-Dist: pycparser==2.22; extra == "frozen"
191
190
  Requires-Dist: pydantic==2.11.7; extra == "frozen"
192
191
  Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
@@ -203,7 +202,6 @@ Requires-Dist: redis==4.6.0; extra == "frozen"
203
202
  Requires-Dist: referencing==0.36.2; extra == "frozen"
204
203
  Requires-Dist: requests==2.32.5; extra == "frozen"
205
204
  Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
206
- Requires-Dist: retry==0.9.2; extra == "frozen"
207
205
  Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
208
206
  Requires-Dist: rich==13.9.4; extra == "frozen"
209
207
  Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
@@ -211,8 +209,7 @@ Requires-Dist: rpds-py==0.27.1; extra == "frozen"
211
209
  Requires-Dist: s3transfer==0.13.1; extra == "frozen"
212
210
  Requires-Dist: scipy==1.16.1; extra == "frozen"
213
211
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
214
- Requires-Dist: setproctitle==1.3.6; extra == "frozen"
215
- Requires-Dist: setuptools==65.5.0; extra == "frozen"
212
+ Requires-Dist: setproctitle==1.3.7; extra == "frozen"
216
213
  Requires-Dist: six==1.17.0; extra == "frozen"
217
214
  Requires-Dist: sniffio==1.3.1; extra == "frozen"
218
215
  Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
@@ -220,8 +217,8 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
220
217
  Requires-Dist: sqlparse==0.5.3; extra == "frozen"
221
218
  Requires-Dist: sunpy==7.0.1; extra == "frozen"
222
219
  Requires-Dist: tabulate==0.9.0; extra == "frozen"
223
- Requires-Dist: talus==1.1.0; extra == "frozen"
224
- Requires-Dist: tenacity==9.1.2; extra == "frozen"
220
+ Requires-Dist: talus==1.3.4; extra == "frozen"
221
+ Requires-Dist: tenacity==8.5.0; extra == "frozen"
225
222
  Requires-Dist: termcolor==3.1.0; extra == "frozen"
226
223
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
227
224
  Requires-Dist: tornado==6.5.2; extra == "frozen"
@@ -1,5 +1,5 @@
1
1
  dkist_processing_ops/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- dkist_processing_ops/_version.py,sha256=i-z8lqFDOcUl5Jhcdv3IRU17mVTjW7gDt-yRem29XRM,706
2
+ dkist_processing_ops/_version.py,sha256=SNJQziNv3j9Day6FyX83xgSwfRE9r8panZT8BsC45vA,714
3
3
  dkist_processing_ops/dags/scale.py,sha256=3SYGt7pjQHUtgg2g0ud2W-efHFAU8gyP7PalesE0eVc,2313
4
4
  dkist_processing_ops/tasks/__init__.py,sha256=rUu6dvjZXadKUrQLgRDuAjjnugNkr8K-r96m4MFiswo,108
5
5
  dkist_processing_ops/tasks/read_memory_leak.py,sha256=P2DatMnNi9Jd6nvW8wY_JJkYl_vnMX5BMP0-x5Zft7s,1638
@@ -9,8 +9,8 @@ dkist_processing_ops/tests/test_workflows.py,sha256=MAhwOrbey0NMmq_DpG-bPZaQwrbj
9
9
  dkist_processing_ops/workflows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  dkist_processing_ops/workflows/memory_leak.py,sha256=lYXAYyJVjXif3Os9xPDp-bPTG_je6HOw1uvRJ4WMUi4,758
11
11
  dkist_processing_ops/workflows/smoke.py,sha256=sxLeT3-hXPbb4tYp9C6SRU_cxXmqFizvm6uFtylWYS0,878
12
- dkist_processing_ops-1.6.58.dist-info/licenses/LICENSE.rst,sha256=LJjTmkf2-q1phdZSySMpiyPxgLOy6zYHOr3R1Bb1__8,327
13
- dkist_processing_ops-1.6.58.dist-info/METADATA,sha256=3DjX54oHyrkQm7SR1jWW8vpCx2vyVkOPv5vGf7O2LGA,14802
14
- dkist_processing_ops-1.6.58.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
- dkist_processing_ops-1.6.58.dist-info/top_level.txt,sha256=o_SNho1HKt6wvCSUhm9qzX9FS2iopnqYuMos1CCD9cI,21
16
- dkist_processing_ops-1.6.58.dist-info/RECORD,,
12
+ dkist_processing_ops-1.7.0rc1.dist-info/licenses/LICENSE.rst,sha256=LJjTmkf2-q1phdZSySMpiyPxgLOy6zYHOr3R1Bb1__8,327
13
+ dkist_processing_ops-1.7.0rc1.dist-info/METADATA,sha256=1t24prVMKoWdfHj9l_lfSPCPWewKhms_hggmcOGtzcE,14668
14
+ dkist_processing_ops-1.7.0rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ dkist_processing_ops-1.7.0rc1.dist-info/top_level.txt,sha256=o_SNho1HKt6wvCSUhm9qzX9FS2iopnqYuMos1CCD9cI,21
16
+ dkist_processing_ops-1.7.0rc1.dist-info/RECORD,,