dkist-processing-ops 1.8.1rc1__tar.gz → 1.8.1rc2__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.8.1rc1 → dkist_processing_ops-1.8.1rc2}/PKG-INFO +10 -10
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops.egg-info/PKG-INFO +10 -10
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops.egg-info/requires.txt +9 -9
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/pyproject.toml +11 -11
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/.gitignore +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/.snyk +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/README.rst +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.1rc2
|
|
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.7.
|
|
14
|
+
Requires-Dist: dkist-processing-common==11.7.0rc5
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.1.7
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -76,8 +76,8 @@ Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
|
76
76
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: billiard==4.2.2; extra == "frozen"
|
|
78
78
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
79
|
-
Requires-Dist: boto3==1.40.
|
|
80
|
-
Requires-Dist: botocore==1.40.
|
|
79
|
+
Requires-Dist: boto3==1.40.48; extra == "frozen"
|
|
80
|
+
Requires-Dist: botocore==1.40.48; extra == "frozen"
|
|
81
81
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
82
82
|
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
83
83
|
Requires-Dist: certifi==2025.10.5; extra == "frozen"
|
|
@@ -100,9 +100,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
103
|
-
Requires-Dist: dkist-processing-common==11.7.
|
|
103
|
+
Requires-Dist: dkist-processing-common==11.7.0rc5; extra == "frozen"
|
|
104
104
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
105
|
-
Requires-Dist: dkist-processing-ops==1.8.
|
|
105
|
+
Requires-Dist: dkist-processing-ops==1.8.1rc2; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -114,7 +114,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
114
114
|
Requires-Dist: fonttools==4.60.1; extra == "frozen"
|
|
115
115
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: globus-sdk==
|
|
117
|
+
Requires-Dist: globus-sdk==4.0.0; extra == "frozen"
|
|
118
118
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
119
119
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
120
120
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
@@ -191,14 +191,14 @@ Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
|
191
191
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
192
192
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
193
193
|
Requires-Dist: pip==25.2; extra == "frozen"
|
|
194
|
-
Requires-Dist: platformdirs==4.
|
|
194
|
+
Requires-Dist: platformdirs==4.5.0; extra == "frozen"
|
|
195
195
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
196
196
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
197
197
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
198
198
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
199
199
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
200
200
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
201
|
-
Requires-Dist: propcache==0.4.
|
|
201
|
+
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
202
202
|
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
203
203
|
Requires-Dist: psutil==7.1.0; extra == "frozen"
|
|
204
204
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
@@ -245,7 +245,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
|
245
245
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
246
246
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
247
247
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
248
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
248
|
+
Requires-Dist: universal_pathlib==0.3.3; extra == "frozen"
|
|
249
249
|
Requires-Dist: urllib3==2.5.0; extra == "frozen"
|
|
250
250
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
251
251
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
{dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/_version.py
RENAMED
|
@@ -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.8.
|
|
32
|
-
__version_tuple__ = version_tuple = (1, 8, 1, '
|
|
31
|
+
__version__ = version = '1.8.1rc2'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 8, 1, 'rc2')
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gf4f534c25'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.1rc2
|
|
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.7.
|
|
14
|
+
Requires-Dist: dkist-processing-common==11.7.0rc5
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.1.7
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -76,8 +76,8 @@ Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
|
76
76
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: billiard==4.2.2; extra == "frozen"
|
|
78
78
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
79
|
-
Requires-Dist: boto3==1.40.
|
|
80
|
-
Requires-Dist: botocore==1.40.
|
|
79
|
+
Requires-Dist: boto3==1.40.48; extra == "frozen"
|
|
80
|
+
Requires-Dist: botocore==1.40.48; extra == "frozen"
|
|
81
81
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
82
82
|
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
83
83
|
Requires-Dist: certifi==2025.10.5; extra == "frozen"
|
|
@@ -100,9 +100,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
100
100
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
101
101
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
102
102
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
103
|
-
Requires-Dist: dkist-processing-common==11.7.
|
|
103
|
+
Requires-Dist: dkist-processing-common==11.7.0rc5; extra == "frozen"
|
|
104
104
|
Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
|
|
105
|
-
Requires-Dist: dkist-processing-ops==1.8.
|
|
105
|
+
Requires-Dist: dkist-processing-ops==1.8.1rc2; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -114,7 +114,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
|
114
114
|
Requires-Dist: fonttools==4.60.1; extra == "frozen"
|
|
115
115
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
117
|
-
Requires-Dist: globus-sdk==
|
|
117
|
+
Requires-Dist: globus-sdk==4.0.0; extra == "frozen"
|
|
118
118
|
Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
|
|
119
119
|
Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
|
|
120
120
|
Requires-Dist: gqlclient==1.2.3; extra == "frozen"
|
|
@@ -191,14 +191,14 @@ Requires-Dist: pendulum==3.1.0; extra == "frozen"
|
|
|
191
191
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
192
192
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
193
193
|
Requires-Dist: pip==25.2; extra == "frozen"
|
|
194
|
-
Requires-Dist: platformdirs==4.
|
|
194
|
+
Requires-Dist: platformdirs==4.5.0; extra == "frozen"
|
|
195
195
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
196
196
|
Requires-Dist: pooch==1.8.2; extra == "frozen"
|
|
197
197
|
Requires-Dist: prison==0.2.1; extra == "frozen"
|
|
198
198
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
199
199
|
Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
|
|
200
200
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
201
|
-
Requires-Dist: propcache==0.4.
|
|
201
|
+
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
202
202
|
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
203
203
|
Requires-Dist: psutil==7.1.0; extra == "frozen"
|
|
204
204
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
@@ -245,7 +245,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
|
245
245
|
Requires-Dist: tzdata==2025.2; extra == "frozen"
|
|
246
246
|
Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
|
|
247
247
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
248
|
-
Requires-Dist: universal_pathlib==0.3.
|
|
248
|
+
Requires-Dist: universal_pathlib==0.3.3; extra == "frozen"
|
|
249
249
|
Requires-Dist: urllib3==2.5.0; extra == "frozen"
|
|
250
250
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
251
251
|
Requires-Dist: voluptuous==0.15.2; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.7.
|
|
1
|
+
dkist-processing-common==11.7.0rc5
|
|
2
2
|
dkist-service-configuration==4.1.7
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -60,8 +60,8 @@ attrs==25.4.0
|
|
|
60
60
|
babel==2.17.0
|
|
61
61
|
billiard==4.2.2
|
|
62
62
|
blinker==1.9.0
|
|
63
|
-
boto3==1.40.
|
|
64
|
-
botocore==1.40.
|
|
63
|
+
boto3==1.40.48
|
|
64
|
+
botocore==1.40.48
|
|
65
65
|
cachelib==0.13.0
|
|
66
66
|
celery==5.3.1
|
|
67
67
|
certifi==2025.10.5
|
|
@@ -84,9 +84,9 @@ dacite==1.9.2
|
|
|
84
84
|
decorator==5.2.1
|
|
85
85
|
dill==0.4.0
|
|
86
86
|
dkist-header-validator==5.2.1
|
|
87
|
-
dkist-processing-common==11.7.
|
|
87
|
+
dkist-processing-common==11.7.0rc5
|
|
88
88
|
dkist-processing-core==6.0.0
|
|
89
|
-
dkist-processing-ops==1.8.
|
|
89
|
+
dkist-processing-ops==1.8.1rc2
|
|
90
90
|
dkist-processing-pac==3.1.1
|
|
91
91
|
dkist-service-configuration==4.1.7
|
|
92
92
|
dkist-spectral-lines==3.0.0
|
|
@@ -98,7 +98,7 @@ flower==2.0.1
|
|
|
98
98
|
fonttools==4.60.1
|
|
99
99
|
frozenlist==1.8.0
|
|
100
100
|
fsspec==2025.9.0
|
|
101
|
-
globus-sdk==
|
|
101
|
+
globus-sdk==4.0.0
|
|
102
102
|
google-re2==1.1.20250805
|
|
103
103
|
googleapis-common-protos==1.70.0
|
|
104
104
|
gqlclient==1.2.3
|
|
@@ -175,14 +175,14 @@ pendulum==3.1.0
|
|
|
175
175
|
pika==1.3.2
|
|
176
176
|
pillow==11.3.0
|
|
177
177
|
pip==25.2
|
|
178
|
-
platformdirs==4.
|
|
178
|
+
platformdirs==4.5.0
|
|
179
179
|
pluggy==1.6.0
|
|
180
180
|
pooch==1.8.2
|
|
181
181
|
prison==0.2.1
|
|
182
182
|
proglog==0.1.12
|
|
183
183
|
prometheus_client==0.23.1
|
|
184
184
|
prompt_toolkit==3.0.52
|
|
185
|
-
propcache==0.4.
|
|
185
|
+
propcache==0.4.1
|
|
186
186
|
protobuf==6.32.1
|
|
187
187
|
psutil==7.1.0
|
|
188
188
|
psycopg2-binary==2.9.10
|
|
@@ -229,7 +229,7 @@ typing_extensions==4.15.0
|
|
|
229
229
|
tzdata==2025.2
|
|
230
230
|
uc-micro-py==1.0.3
|
|
231
231
|
uncertainties==3.2.3
|
|
232
|
-
universal_pathlib==0.3.
|
|
232
|
+
universal_pathlib==0.3.3
|
|
233
233
|
urllib3==2.5.0
|
|
234
234
|
vine==5.1.0
|
|
235
235
|
voluptuous==0.15.2
|
|
@@ -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.8.
|
|
10
|
-
date = 2025-10-
|
|
9
|
+
version = "1.8.1rc2"
|
|
10
|
+
date = 2025-10-08T15:51:16.684844
|
|
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.7.
|
|
28
|
+
"dkist-processing-common==11.7.0rc5",
|
|
29
29
|
"dkist-service-configuration==4.1.7",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -97,8 +97,8 @@ frozen = [
|
|
|
97
97
|
"babel == 2.17.0",
|
|
98
98
|
"billiard == 4.2.2",
|
|
99
99
|
"blinker == 1.9.0",
|
|
100
|
-
"boto3 == 1.40.
|
|
101
|
-
"botocore == 1.40.
|
|
100
|
+
"boto3 == 1.40.48",
|
|
101
|
+
"botocore == 1.40.48",
|
|
102
102
|
"cachelib == 0.13.0",
|
|
103
103
|
"celery == 5.3.1",
|
|
104
104
|
"certifi == 2025.10.5",
|
|
@@ -121,9 +121,9 @@ frozen = [
|
|
|
121
121
|
"decorator == 5.2.1",
|
|
122
122
|
"dill == 0.4.0",
|
|
123
123
|
"dkist-header-validator == 5.2.1",
|
|
124
|
-
"dkist-processing-common == 11.7.
|
|
124
|
+
"dkist-processing-common == 11.7.0rc5",
|
|
125
125
|
"dkist-processing-core == 6.0.0",
|
|
126
|
-
"dkist-processing-ops == 1.8.
|
|
126
|
+
"dkist-processing-ops == 1.8.1rc2",
|
|
127
127
|
"dkist-processing-pac == 3.1.1",
|
|
128
128
|
"dkist-service-configuration == 4.1.7",
|
|
129
129
|
"dkist-spectral-lines == 3.0.0",
|
|
@@ -135,7 +135,7 @@ frozen = [
|
|
|
135
135
|
"fonttools == 4.60.1",
|
|
136
136
|
"frozenlist == 1.8.0",
|
|
137
137
|
"fsspec == 2025.9.0",
|
|
138
|
-
"globus-sdk ==
|
|
138
|
+
"globus-sdk == 4.0.0",
|
|
139
139
|
"google-re2 == 1.1.20250805",
|
|
140
140
|
"googleapis-common-protos == 1.70.0",
|
|
141
141
|
"gqlclient == 1.2.3",
|
|
@@ -212,14 +212,14 @@ frozen = [
|
|
|
212
212
|
"pika == 1.3.2",
|
|
213
213
|
"pillow == 11.3.0",
|
|
214
214
|
"pip == 25.2",
|
|
215
|
-
"platformdirs == 4.
|
|
215
|
+
"platformdirs == 4.5.0",
|
|
216
216
|
"pluggy == 1.6.0",
|
|
217
217
|
"pooch == 1.8.2",
|
|
218
218
|
"prison == 0.2.1",
|
|
219
219
|
"proglog == 0.1.12",
|
|
220
220
|
"prometheus_client == 0.23.1",
|
|
221
221
|
"prompt_toolkit == 3.0.52",
|
|
222
|
-
"propcache == 0.4.
|
|
222
|
+
"propcache == 0.4.1",
|
|
223
223
|
"protobuf == 6.32.1",
|
|
224
224
|
"psutil == 7.1.0",
|
|
225
225
|
"psycopg2-binary == 2.9.10",
|
|
@@ -266,7 +266,7 @@ frozen = [
|
|
|
266
266
|
"tzdata == 2025.2",
|
|
267
267
|
"uc-micro-py == 1.0.3",
|
|
268
268
|
"uncertainties == 3.2.3",
|
|
269
|
-
"universal_pathlib == 0.3.
|
|
269
|
+
"universal_pathlib == 0.3.3",
|
|
270
270
|
"urllib3 == 2.5.0",
|
|
271
271
|
"vine == 5.1.0",
|
|
272
272
|
"voluptuous == 0.15.2",
|
|
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.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.8.1rc1 → dkist_processing_ops-1.8.1rc2}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|