dkist-processing-vbi 1.25.6rc2__tar.gz → 1.25.7__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.
Files changed (81) hide show
  1. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/CHANGELOG.rst +18 -0
  2. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/PKG-INFO +46 -47
  3. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi.egg-info/PKG-INFO +46 -47
  4. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -1
  5. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi.egg-info/requires.txt +45 -46
  6. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/pyproject.toml +47 -48
  7. dkist_processing_vbi-1.25.6rc2/changelog/158.feature.rst +0 -1
  8. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/.gitignore +0 -0
  9. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/.pre-commit-config.yaml +0 -0
  10. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/.readthedocs.yml +0 -0
  11. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/.snyk +0 -0
  12. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/README.rst +0 -0
  13. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/SCIENCE_CHANGELOG.rst +0 -0
  14. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/bitbucket-pipelines.yml +0 -0
  15. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/changelog/.gitempty +0 -0
  16. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/__init__.py +0 -0
  17. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/config.py +0 -0
  18. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/models/__init__.py +0 -0
  19. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/models/constants.py +0 -0
  20. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/models/filter.py +0 -0
  21. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/models/fits_access.py +0 -0
  22. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/models/parameters.py +0 -0
  23. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/models/tags.py +0 -0
  24. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/parsers/__init__.py +0 -0
  25. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
  26. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
  27. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
  28. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
  29. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tasks/__init__.py +0 -0
  30. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
  31. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tasks/dark.py +0 -0
  32. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tasks/gain.py +0 -0
  33. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
  34. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tasks/parse.py +0 -0
  35. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
  36. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
  37. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tasks/science.py +0 -0
  38. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
  39. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tasks/write_l1.py +0 -0
  40. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/__init__.py +0 -0
  41. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/conftest.py +0 -0
  42. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
  43. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
  44. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
  45. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_dark.py +0 -0
  46. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_fits_access.py +0 -0
  47. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_gain.py +0 -0
  48. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
  49. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
  50. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
  51. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
  52. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
  53. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_science.py +0 -0
  54. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
  55. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
  56. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
  57. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_workflows.py +0 -0
  58. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
  59. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/workflows/__init__.py +0 -0
  60. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
  61. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
  62. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
  63. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
  64. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
  65. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/docs/Makefile +0 -0
  66. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/docs/changelog.rst +0 -0
  67. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/docs/conf.py +0 -0
  68. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/docs/index.rst +0 -0
  69. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
  70. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
  71. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
  72. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
  73. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/docs/landing_page.rst +0 -0
  74. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/docs/make.bat +0 -0
  75. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/docs/requirements.txt +0 -0
  76. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/docs/requirements_table.rst +0 -0
  77. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/docs/scientific_changelog.rst +0 -0
  78. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/licenses/LICENSE.rst +0 -0
  79. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/science_towncrier.sh +0 -0
  80. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/setup.cfg +0 -0
  81. {dkist_processing_vbi-1.25.6rc2 → dkist_processing_vbi-1.25.7}/towncrier_science.toml +0 -0
@@ -1,3 +1,21 @@
1
+ v1.25.7 (2025-12-16)
2
+ ====================
3
+
4
+ Misc
5
+ ----
6
+
7
+ - Update dkist-fits-specifications to enable use of dataset extras schemas. (`#160 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/160>`__)
8
+
9
+
10
+ v1.25.6 (2025-12-08)
11
+ ====================
12
+
13
+ Features
14
+ --------
15
+
16
+ - Store quality data in object store and revise the workflow so that AssembleQualityData precedes the TransferL1Data task. (`#158 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/158>`__)
17
+
18
+
1
19
  v1.25.5 (2025-12-05)
2
20
  ====================
3
21
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-vbi
3
- Version: 1.25.6rc2
3
+ Version: 1.25.7
4
4
  Summary: Processing code for the VBI instrument on DKIST
5
5
  Author-email: NSO / AURA <dkistdc@nso.edu>
6
6
  License: BSD-3-Clause
@@ -13,10 +13,10 @@ Classifier: Programming Language :: Python :: 3
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Requires-Python: >=3.12
15
15
  Description-Content-Type: text/x-rst
16
- Requires-Dist: dkist-processing-common==11.9.1rc2
16
+ Requires-Dist: dkist-processing-common==11.9.1
17
17
  Requires-Dist: dkist-processing-math==2.2.1
18
18
  Requires-Dist: dkist-header-validator==5.2.1
19
- Requires-Dist: dkist-fits-specifications==4.17.0
19
+ Requires-Dist: dkist-fits-specifications==4.19.0
20
20
  Requires-Dist: astropy==7.0.2
21
21
  Requires-Dist: numpy==2.2.5
22
22
  Requires-Dist: sunpy==6.1.1
@@ -78,7 +78,7 @@ Requires-Dist: PyYAML==6.0.3; extra == "frozen"
78
78
  Requires-Dist: Pygments==2.19.2; extra == "frozen"
79
79
  Requires-Dist: SQLAlchemy==1.4.54; extra == "frozen"
80
80
  Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
81
- Requires-Dist: SQLAlchemy-Utils==0.42.0; extra == "frozen"
81
+ Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
82
82
  Requires-Dist: WTForms==3.2.1; extra == "frozen"
83
83
  Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
84
84
  Requires-Dist: aioftp==0.27.2; extra == "frozen"
@@ -91,16 +91,16 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
91
91
  Requires-Dist: annotated-types==0.7.0; extra == "frozen"
92
92
  Requires-Dist: anyio==4.12.0; extra == "frozen"
93
93
  Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
94
- Requires-Dist: apache-airflow-providers-celery==3.14.0; extra == "frozen"
95
- Requires-Dist: apache-airflow-providers-common-compat==1.10.0; extra == "frozen"
94
+ Requires-Dist: apache-airflow-providers-celery==3.14.1; extra == "frozen"
95
+ Requires-Dist: apache-airflow-providers-common-compat==1.10.1; extra == "frozen"
96
96
  Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
97
- Requires-Dist: apache-airflow-providers-common-sql==1.30.0; extra == "frozen"
97
+ Requires-Dist: apache-airflow-providers-common-sql==1.30.1; extra == "frozen"
98
98
  Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
99
99
  Requires-Dist: apache-airflow-providers-ftp==3.14.0; extra == "frozen"
100
- Requires-Dist: apache-airflow-providers-http==5.6.0; extra == "frozen"
101
- Requires-Dist: apache-airflow-providers-imap==3.10.0; extra == "frozen"
102
- Requires-Dist: apache-airflow-providers-postgres==6.5.0; extra == "frozen"
103
- Requires-Dist: apache-airflow-providers-smtp==2.4.0; extra == "frozen"
100
+ Requires-Dist: apache-airflow-providers-http==5.6.1; extra == "frozen"
101
+ Requires-Dist: apache-airflow-providers-imap==3.10.1; extra == "frozen"
102
+ Requires-Dist: apache-airflow-providers-postgres==6.5.1; extra == "frozen"
103
+ Requires-Dist: apache-airflow-providers-smtp==2.4.1; extra == "frozen"
104
104
  Requires-Dist: apache-airflow-providers-sqlite==4.2.0; extra == "frozen"
105
105
  Requires-Dist: apispec==6.9.0; extra == "frozen"
106
106
  Requires-Dist: argcomplete==3.6.3; extra == "frozen"
@@ -110,14 +110,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
110
110
  Requires-Dist: asgiref==3.11.0; extra == "frozen"
111
111
  Requires-Dist: asteval==1.0.7; extra == "frozen"
112
112
  Requires-Dist: astropy==7.0.2; extra == "frozen"
113
- Requires-Dist: astropy-iers-data==0.2025.12.8.0.38.44; extra == "frozen"
113
+ Requires-Dist: astropy-iers-data==0.2025.12.15.0.40.51; extra == "frozen"
114
114
  Requires-Dist: asyncpg==0.31.0; extra == "frozen"
115
115
  Requires-Dist: attrs==25.4.0; extra == "frozen"
116
116
  Requires-Dist: babel==2.17.0; extra == "frozen"
117
117
  Requires-Dist: billiard==4.2.4; extra == "frozen"
118
118
  Requires-Dist: blinker==1.9.0; extra == "frozen"
119
- Requires-Dist: boto3==1.42.5; extra == "frozen"
120
- Requires-Dist: botocore==1.42.5; extra == "frozen"
119
+ Requires-Dist: boto3==1.42.10; extra == "frozen"
120
+ Requires-Dist: botocore==1.42.10; extra == "frozen"
121
121
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
122
122
  Requires-Dist: celery==5.6.0; extra == "frozen"
123
123
  Requires-Dist: certifi==2025.11.12; extra == "frozen"
@@ -140,27 +140,26 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
140
140
  Requires-Dist: decorator==5.2.1; extra == "frozen"
141
141
  Requires-Dist: dill==0.4.0; extra == "frozen"
142
142
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
143
- Requires-Dist: dkist-processing-common==11.9.1rc2; extra == "frozen"
143
+ Requires-Dist: dkist-processing-common==11.9.1; extra == "frozen"
144
144
  Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
145
145
  Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
146
146
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
147
- Requires-Dist: dkist-processing-vbi==1.25.6rc2; extra == "frozen"
147
+ Requires-Dist: dkist-processing-vbi==1.25.7; extra == "frozen"
148
148
  Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
149
149
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
150
- Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
150
+ Requires-Dist: dkist_fits_specifications==4.19.0; extra == "frozen"
151
151
  Requires-Dist: dnspython==2.8.0; extra == "frozen"
152
152
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
153
153
  Requires-Dist: exceptiongroup==1.3.1; extra == "frozen"
154
154
  Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
155
155
  Requires-Dist: flower==2.0.1; extra == "frozen"
156
- Requires-Dist: fonttools==4.61.0; extra == "frozen"
156
+ Requires-Dist: fonttools==4.61.1; extra == "frozen"
157
157
  Requires-Dist: frozenlist==1.8.0; extra == "frozen"
158
158
  Requires-Dist: fsspec==2025.12.0; extra == "frozen"
159
159
  Requires-Dist: globus-sdk==4.2.0; extra == "frozen"
160
160
  Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
161
161
  Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
162
162
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
163
- Requires-Dist: greenlet==3.3.0; extra == "frozen"
164
163
  Requires-Dist: grpcio==1.76.0; extra == "frozen"
165
164
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
166
165
  Requires-Dist: h11==0.16.0; extra == "frozen"
@@ -189,7 +188,7 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
189
188
  Requires-Dist: marshmallow==3.26.1; extra == "frozen"
190
189
  Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
191
190
  Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
192
- Requires-Dist: matplotlib==3.10.7; extra == "frozen"
191
+ Requires-Dist: matplotlib==3.10.8; extra == "frozen"
193
192
  Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
194
193
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
195
194
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
@@ -200,30 +199,30 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
200
199
  Requires-Dist: networkx==3.6.1; extra == "frozen"
201
200
  Requires-Dist: numpy==2.2.5; extra == "frozen"
202
201
  Requires-Dist: object-clerk==1.0.0; extra == "frozen"
203
- Requires-Dist: opentelemetry-api==1.39.0; extra == "frozen"
204
- Requires-Dist: opentelemetry-exporter-otlp==1.39.0; extra == "frozen"
205
- Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.39.0; extra == "frozen"
206
- Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.39.0; extra == "frozen"
207
- Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.39.0; extra == "frozen"
208
- Requires-Dist: opentelemetry-instrumentation==0.60b0; extra == "frozen"
209
- Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.60b0; extra == "frozen"
210
- Requires-Dist: opentelemetry-instrumentation-asgi==0.60b0; extra == "frozen"
211
- Requires-Dist: opentelemetry-instrumentation-botocore==0.60b0; extra == "frozen"
212
- Requires-Dist: opentelemetry-instrumentation-celery==0.60b0; extra == "frozen"
213
- Requires-Dist: opentelemetry-instrumentation-dbapi==0.60b0; extra == "frozen"
214
- Requires-Dist: opentelemetry-instrumentation-fastapi==0.60b0; extra == "frozen"
215
- Requires-Dist: opentelemetry-instrumentation-pika==0.60b0; extra == "frozen"
216
- Requires-Dist: opentelemetry-instrumentation-psycopg2==0.60b0; extra == "frozen"
217
- Requires-Dist: opentelemetry-instrumentation-pymongo==0.60b0; extra == "frozen"
218
- Requires-Dist: opentelemetry-instrumentation-redis==0.60b0; extra == "frozen"
219
- Requires-Dist: opentelemetry-instrumentation-requests==0.60b0; extra == "frozen"
220
- Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.60b0; extra == "frozen"
221
- Requires-Dist: opentelemetry-instrumentation-system-metrics==0.60b0; extra == "frozen"
202
+ Requires-Dist: opentelemetry-api==1.39.1; extra == "frozen"
203
+ Requires-Dist: opentelemetry-exporter-otlp==1.39.1; extra == "frozen"
204
+ Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.39.1; extra == "frozen"
205
+ Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.39.1; extra == "frozen"
206
+ Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.39.1; extra == "frozen"
207
+ Requires-Dist: opentelemetry-instrumentation==0.60b1; extra == "frozen"
208
+ Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.60b1; extra == "frozen"
209
+ Requires-Dist: opentelemetry-instrumentation-asgi==0.60b1; extra == "frozen"
210
+ Requires-Dist: opentelemetry-instrumentation-botocore==0.60b1; extra == "frozen"
211
+ Requires-Dist: opentelemetry-instrumentation-celery==0.60b1; extra == "frozen"
212
+ Requires-Dist: opentelemetry-instrumentation-dbapi==0.60b1; extra == "frozen"
213
+ Requires-Dist: opentelemetry-instrumentation-fastapi==0.60b1; extra == "frozen"
214
+ Requires-Dist: opentelemetry-instrumentation-pika==0.60b1; extra == "frozen"
215
+ Requires-Dist: opentelemetry-instrumentation-psycopg2==0.60b1; extra == "frozen"
216
+ Requires-Dist: opentelemetry-instrumentation-pymongo==0.60b1; extra == "frozen"
217
+ Requires-Dist: opentelemetry-instrumentation-redis==0.60b1; extra == "frozen"
218
+ Requires-Dist: opentelemetry-instrumentation-requests==0.60b1; extra == "frozen"
219
+ Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.60b1; extra == "frozen"
220
+ Requires-Dist: opentelemetry-instrumentation-system-metrics==0.60b1; extra == "frozen"
222
221
  Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
223
- Requires-Dist: opentelemetry-proto==1.39.0; extra == "frozen"
224
- Requires-Dist: opentelemetry-sdk==1.39.0; extra == "frozen"
225
- Requires-Dist: opentelemetry-semantic-conventions==0.60b0; extra == "frozen"
226
- Requires-Dist: opentelemetry-util-http==0.60b0; extra == "frozen"
222
+ Requires-Dist: opentelemetry-proto==1.39.1; extra == "frozen"
223
+ Requires-Dist: opentelemetry-sdk==1.39.1; extra == "frozen"
224
+ Requires-Dist: opentelemetry-semantic-conventions==0.60b1; extra == "frozen"
225
+ Requires-Dist: opentelemetry-util-http==0.60b1; extra == "frozen"
227
226
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
228
227
  Requires-Dist: packaging==25.0; extra == "frozen"
229
228
  Requires-Dist: pandas==2.3.3; extra == "frozen"
@@ -280,18 +279,18 @@ Requires-Dist: talus==1.3.4; extra == "frozen"
280
279
  Requires-Dist: tenacity==8.5.0; extra == "frozen"
281
280
  Requires-Dist: termcolor==3.2.0; extra == "frozen"
282
281
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
283
- Requires-Dist: tifffile==2025.10.16; extra == "frozen"
284
- Requires-Dist: tornado==6.5.2; extra == "frozen"
282
+ Requires-Dist: tifffile==2025.12.12; extra == "frozen"
283
+ Requires-Dist: tornado==6.5.4; extra == "frozen"
285
284
  Requires-Dist: tqdm==4.67.1; extra == "frozen"
286
285
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
287
286
  Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
288
287
  Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
289
- Requires-Dist: tzdata==2025.2; extra == "frozen"
288
+ Requires-Dist: tzdata==2025.3; extra == "frozen"
290
289
  Requires-Dist: tzlocal==5.3.1; extra == "frozen"
291
290
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
292
291
  Requires-Dist: uncertainties==3.2.3; extra == "frozen"
293
292
  Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
294
- Requires-Dist: urllib3==2.6.1; extra == "frozen"
293
+ Requires-Dist: urllib3==2.6.2; extra == "frozen"
295
294
  Requires-Dist: vine==5.1.0; extra == "frozen"
296
295
  Requires-Dist: voluptuous==0.15.2; extra == "frozen"
297
296
  Requires-Dist: wcwidth==0.2.14; extra == "frozen"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-vbi
3
- Version: 1.25.6rc2
3
+ Version: 1.25.7
4
4
  Summary: Processing code for the VBI instrument on DKIST
5
5
  Author-email: NSO / AURA <dkistdc@nso.edu>
6
6
  License: BSD-3-Clause
@@ -13,10 +13,10 @@ Classifier: Programming Language :: Python :: 3
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Requires-Python: >=3.12
15
15
  Description-Content-Type: text/x-rst
16
- Requires-Dist: dkist-processing-common==11.9.1rc2
16
+ Requires-Dist: dkist-processing-common==11.9.1
17
17
  Requires-Dist: dkist-processing-math==2.2.1
18
18
  Requires-Dist: dkist-header-validator==5.2.1
19
- Requires-Dist: dkist-fits-specifications==4.17.0
19
+ Requires-Dist: dkist-fits-specifications==4.19.0
20
20
  Requires-Dist: astropy==7.0.2
21
21
  Requires-Dist: numpy==2.2.5
22
22
  Requires-Dist: sunpy==6.1.1
@@ -78,7 +78,7 @@ Requires-Dist: PyYAML==6.0.3; extra == "frozen"
78
78
  Requires-Dist: Pygments==2.19.2; extra == "frozen"
79
79
  Requires-Dist: SQLAlchemy==1.4.54; extra == "frozen"
80
80
  Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
81
- Requires-Dist: SQLAlchemy-Utils==0.42.0; extra == "frozen"
81
+ Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
82
82
  Requires-Dist: WTForms==3.2.1; extra == "frozen"
83
83
  Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
84
84
  Requires-Dist: aioftp==0.27.2; extra == "frozen"
@@ -91,16 +91,16 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
91
91
  Requires-Dist: annotated-types==0.7.0; extra == "frozen"
92
92
  Requires-Dist: anyio==4.12.0; extra == "frozen"
93
93
  Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
94
- Requires-Dist: apache-airflow-providers-celery==3.14.0; extra == "frozen"
95
- Requires-Dist: apache-airflow-providers-common-compat==1.10.0; extra == "frozen"
94
+ Requires-Dist: apache-airflow-providers-celery==3.14.1; extra == "frozen"
95
+ Requires-Dist: apache-airflow-providers-common-compat==1.10.1; extra == "frozen"
96
96
  Requires-Dist: apache-airflow-providers-common-io==1.7.0; extra == "frozen"
97
- Requires-Dist: apache-airflow-providers-common-sql==1.30.0; extra == "frozen"
97
+ Requires-Dist: apache-airflow-providers-common-sql==1.30.1; extra == "frozen"
98
98
  Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
99
99
  Requires-Dist: apache-airflow-providers-ftp==3.14.0; extra == "frozen"
100
- Requires-Dist: apache-airflow-providers-http==5.6.0; extra == "frozen"
101
- Requires-Dist: apache-airflow-providers-imap==3.10.0; extra == "frozen"
102
- Requires-Dist: apache-airflow-providers-postgres==6.5.0; extra == "frozen"
103
- Requires-Dist: apache-airflow-providers-smtp==2.4.0; extra == "frozen"
100
+ Requires-Dist: apache-airflow-providers-http==5.6.1; extra == "frozen"
101
+ Requires-Dist: apache-airflow-providers-imap==3.10.1; extra == "frozen"
102
+ Requires-Dist: apache-airflow-providers-postgres==6.5.1; extra == "frozen"
103
+ Requires-Dist: apache-airflow-providers-smtp==2.4.1; extra == "frozen"
104
104
  Requires-Dist: apache-airflow-providers-sqlite==4.2.0; extra == "frozen"
105
105
  Requires-Dist: apispec==6.9.0; extra == "frozen"
106
106
  Requires-Dist: argcomplete==3.6.3; extra == "frozen"
@@ -110,14 +110,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
110
110
  Requires-Dist: asgiref==3.11.0; extra == "frozen"
111
111
  Requires-Dist: asteval==1.0.7; extra == "frozen"
112
112
  Requires-Dist: astropy==7.0.2; extra == "frozen"
113
- Requires-Dist: astropy-iers-data==0.2025.12.8.0.38.44; extra == "frozen"
113
+ Requires-Dist: astropy-iers-data==0.2025.12.15.0.40.51; extra == "frozen"
114
114
  Requires-Dist: asyncpg==0.31.0; extra == "frozen"
115
115
  Requires-Dist: attrs==25.4.0; extra == "frozen"
116
116
  Requires-Dist: babel==2.17.0; extra == "frozen"
117
117
  Requires-Dist: billiard==4.2.4; extra == "frozen"
118
118
  Requires-Dist: blinker==1.9.0; extra == "frozen"
119
- Requires-Dist: boto3==1.42.5; extra == "frozen"
120
- Requires-Dist: botocore==1.42.5; extra == "frozen"
119
+ Requires-Dist: boto3==1.42.10; extra == "frozen"
120
+ Requires-Dist: botocore==1.42.10; extra == "frozen"
121
121
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
122
122
  Requires-Dist: celery==5.6.0; extra == "frozen"
123
123
  Requires-Dist: certifi==2025.11.12; extra == "frozen"
@@ -140,27 +140,26 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
140
140
  Requires-Dist: decorator==5.2.1; extra == "frozen"
141
141
  Requires-Dist: dill==0.4.0; extra == "frozen"
142
142
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
143
- Requires-Dist: dkist-processing-common==11.9.1rc2; extra == "frozen"
143
+ Requires-Dist: dkist-processing-common==11.9.1; extra == "frozen"
144
144
  Requires-Dist: dkist-processing-core==6.0.1; extra == "frozen"
145
145
  Requires-Dist: dkist-processing-math==2.2.1; extra == "frozen"
146
146
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
147
- Requires-Dist: dkist-processing-vbi==1.25.6rc2; extra == "frozen"
147
+ Requires-Dist: dkist-processing-vbi==1.25.7; extra == "frozen"
148
148
  Requires-Dist: dkist-service-configuration==4.1.13; extra == "frozen"
149
149
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
150
- Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
150
+ Requires-Dist: dkist_fits_specifications==4.19.0; extra == "frozen"
151
151
  Requires-Dist: dnspython==2.8.0; extra == "frozen"
152
152
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
153
153
  Requires-Dist: exceptiongroup==1.3.1; extra == "frozen"
154
154
  Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
155
155
  Requires-Dist: flower==2.0.1; extra == "frozen"
156
- Requires-Dist: fonttools==4.61.0; extra == "frozen"
156
+ Requires-Dist: fonttools==4.61.1; extra == "frozen"
157
157
  Requires-Dist: frozenlist==1.8.0; extra == "frozen"
158
158
  Requires-Dist: fsspec==2025.12.0; extra == "frozen"
159
159
  Requires-Dist: globus-sdk==4.2.0; extra == "frozen"
160
160
  Requires-Dist: google-re2==1.1.20251105; extra == "frozen"
161
161
  Requires-Dist: googleapis-common-protos==1.72.0; extra == "frozen"
162
162
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
163
- Requires-Dist: greenlet==3.3.0; extra == "frozen"
164
163
  Requires-Dist: grpcio==1.76.0; extra == "frozen"
165
164
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
166
165
  Requires-Dist: h11==0.16.0; extra == "frozen"
@@ -189,7 +188,7 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
189
188
  Requires-Dist: marshmallow==3.26.1; extra == "frozen"
190
189
  Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
191
190
  Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
192
- Requires-Dist: matplotlib==3.10.7; extra == "frozen"
191
+ Requires-Dist: matplotlib==3.10.8; extra == "frozen"
193
192
  Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
194
193
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
195
194
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
@@ -200,30 +199,30 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
200
199
  Requires-Dist: networkx==3.6.1; extra == "frozen"
201
200
  Requires-Dist: numpy==2.2.5; extra == "frozen"
202
201
  Requires-Dist: object-clerk==1.0.0; extra == "frozen"
203
- Requires-Dist: opentelemetry-api==1.39.0; extra == "frozen"
204
- Requires-Dist: opentelemetry-exporter-otlp==1.39.0; extra == "frozen"
205
- Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.39.0; extra == "frozen"
206
- Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.39.0; extra == "frozen"
207
- Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.39.0; extra == "frozen"
208
- Requires-Dist: opentelemetry-instrumentation==0.60b0; extra == "frozen"
209
- Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.60b0; extra == "frozen"
210
- Requires-Dist: opentelemetry-instrumentation-asgi==0.60b0; extra == "frozen"
211
- Requires-Dist: opentelemetry-instrumentation-botocore==0.60b0; extra == "frozen"
212
- Requires-Dist: opentelemetry-instrumentation-celery==0.60b0; extra == "frozen"
213
- Requires-Dist: opentelemetry-instrumentation-dbapi==0.60b0; extra == "frozen"
214
- Requires-Dist: opentelemetry-instrumentation-fastapi==0.60b0; extra == "frozen"
215
- Requires-Dist: opentelemetry-instrumentation-pika==0.60b0; extra == "frozen"
216
- Requires-Dist: opentelemetry-instrumentation-psycopg2==0.60b0; extra == "frozen"
217
- Requires-Dist: opentelemetry-instrumentation-pymongo==0.60b0; extra == "frozen"
218
- Requires-Dist: opentelemetry-instrumentation-redis==0.60b0; extra == "frozen"
219
- Requires-Dist: opentelemetry-instrumentation-requests==0.60b0; extra == "frozen"
220
- Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.60b0; extra == "frozen"
221
- Requires-Dist: opentelemetry-instrumentation-system-metrics==0.60b0; extra == "frozen"
202
+ Requires-Dist: opentelemetry-api==1.39.1; extra == "frozen"
203
+ Requires-Dist: opentelemetry-exporter-otlp==1.39.1; extra == "frozen"
204
+ Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.39.1; extra == "frozen"
205
+ Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.39.1; extra == "frozen"
206
+ Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.39.1; extra == "frozen"
207
+ Requires-Dist: opentelemetry-instrumentation==0.60b1; extra == "frozen"
208
+ Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.60b1; extra == "frozen"
209
+ Requires-Dist: opentelemetry-instrumentation-asgi==0.60b1; extra == "frozen"
210
+ Requires-Dist: opentelemetry-instrumentation-botocore==0.60b1; extra == "frozen"
211
+ Requires-Dist: opentelemetry-instrumentation-celery==0.60b1; extra == "frozen"
212
+ Requires-Dist: opentelemetry-instrumentation-dbapi==0.60b1; extra == "frozen"
213
+ Requires-Dist: opentelemetry-instrumentation-fastapi==0.60b1; extra == "frozen"
214
+ Requires-Dist: opentelemetry-instrumentation-pika==0.60b1; extra == "frozen"
215
+ Requires-Dist: opentelemetry-instrumentation-psycopg2==0.60b1; extra == "frozen"
216
+ Requires-Dist: opentelemetry-instrumentation-pymongo==0.60b1; extra == "frozen"
217
+ Requires-Dist: opentelemetry-instrumentation-redis==0.60b1; extra == "frozen"
218
+ Requires-Dist: opentelemetry-instrumentation-requests==0.60b1; extra == "frozen"
219
+ Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.60b1; extra == "frozen"
220
+ Requires-Dist: opentelemetry-instrumentation-system-metrics==0.60b1; extra == "frozen"
222
221
  Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
223
- Requires-Dist: opentelemetry-proto==1.39.0; extra == "frozen"
224
- Requires-Dist: opentelemetry-sdk==1.39.0; extra == "frozen"
225
- Requires-Dist: opentelemetry-semantic-conventions==0.60b0; extra == "frozen"
226
- Requires-Dist: opentelemetry-util-http==0.60b0; extra == "frozen"
222
+ Requires-Dist: opentelemetry-proto==1.39.1; extra == "frozen"
223
+ Requires-Dist: opentelemetry-sdk==1.39.1; extra == "frozen"
224
+ Requires-Dist: opentelemetry-semantic-conventions==0.60b1; extra == "frozen"
225
+ Requires-Dist: opentelemetry-util-http==0.60b1; extra == "frozen"
227
226
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
228
227
  Requires-Dist: packaging==25.0; extra == "frozen"
229
228
  Requires-Dist: pandas==2.3.3; extra == "frozen"
@@ -280,18 +279,18 @@ Requires-Dist: talus==1.3.4; extra == "frozen"
280
279
  Requires-Dist: tenacity==8.5.0; extra == "frozen"
281
280
  Requires-Dist: termcolor==3.2.0; extra == "frozen"
282
281
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
283
- Requires-Dist: tifffile==2025.10.16; extra == "frozen"
284
- Requires-Dist: tornado==6.5.2; extra == "frozen"
282
+ Requires-Dist: tifffile==2025.12.12; extra == "frozen"
283
+ Requires-Dist: tornado==6.5.4; extra == "frozen"
285
284
  Requires-Dist: tqdm==4.67.1; extra == "frozen"
286
285
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
287
286
  Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
288
287
  Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
289
- Requires-Dist: tzdata==2025.2; extra == "frozen"
288
+ Requires-Dist: tzdata==2025.3; extra == "frozen"
290
289
  Requires-Dist: tzlocal==5.3.1; extra == "frozen"
291
290
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
292
291
  Requires-Dist: uncertainties==3.2.3; extra == "frozen"
293
292
  Requires-Dist: universal_pathlib==0.3.7; extra == "frozen"
294
- Requires-Dist: urllib3==2.6.1; extra == "frozen"
293
+ Requires-Dist: urllib3==2.6.2; extra == "frozen"
295
294
  Requires-Dist: vine==5.1.0; extra == "frozen"
296
295
  Requires-Dist: voluptuous==0.15.2; extra == "frozen"
297
296
  Requires-Dist: wcwidth==0.2.14; extra == "frozen"
@@ -10,7 +10,6 @@ pyproject.toml
10
10
  science_towncrier.sh
11
11
  towncrier_science.toml
12
12
  changelog/.gitempty
13
- changelog/158.feature.rst
14
13
  dkist_processing_vbi/__init__.py
15
14
  dkist_processing_vbi/config.py
16
15
  dkist_processing_vbi.egg-info/PKG-INFO
@@ -1,7 +1,7 @@
1
- dkist-processing-common==11.9.1rc2
1
+ dkist-processing-common==11.9.1
2
2
  dkist-processing-math==2.2.1
3
3
  dkist-header-validator==5.2.1
4
- dkist-fits-specifications==4.17.0
4
+ dkist-fits-specifications==4.19.0
5
5
  astropy==7.0.2
6
6
  numpy==2.2.5
7
7
  sunpy==6.1.1
@@ -47,7 +47,7 @@ PyYAML==6.0.3
47
47
  Pygments==2.19.2
48
48
  SQLAlchemy==1.4.54
49
49
  SQLAlchemy-JSONField==1.0.2
50
- SQLAlchemy-Utils==0.42.0
50
+ SQLAlchemy-Utils==0.42.1
51
51
  WTForms==3.2.1
52
52
  Werkzeug==2.2.3
53
53
  aioftp==0.27.2
@@ -60,16 +60,16 @@ amqp==5.3.1
60
60
  annotated-types==0.7.0
61
61
  anyio==4.12.0
62
62
  apache-airflow==2.11.0
63
- apache-airflow-providers-celery==3.14.0
64
- apache-airflow-providers-common-compat==1.10.0
63
+ apache-airflow-providers-celery==3.14.1
64
+ apache-airflow-providers-common-compat==1.10.1
65
65
  apache-airflow-providers-common-io==1.7.0
66
- apache-airflow-providers-common-sql==1.30.0
66
+ apache-airflow-providers-common-sql==1.30.1
67
67
  apache-airflow-providers-fab==1.5.3
68
68
  apache-airflow-providers-ftp==3.14.0
69
- apache-airflow-providers-http==5.6.0
70
- apache-airflow-providers-imap==3.10.0
71
- apache-airflow-providers-postgres==6.5.0
72
- apache-airflow-providers-smtp==2.4.0
69
+ apache-airflow-providers-http==5.6.1
70
+ apache-airflow-providers-imap==3.10.1
71
+ apache-airflow-providers-postgres==6.5.1
72
+ apache-airflow-providers-smtp==2.4.1
73
73
  apache-airflow-providers-sqlite==4.2.0
74
74
  apispec==6.9.0
75
75
  argcomplete==3.6.3
@@ -79,14 +79,14 @@ asdf_transform_schemas==0.6.0
79
79
  asgiref==3.11.0
80
80
  asteval==1.0.7
81
81
  astropy==7.0.2
82
- astropy-iers-data==0.2025.12.8.0.38.44
82
+ astropy-iers-data==0.2025.12.15.0.40.51
83
83
  asyncpg==0.31.0
84
84
  attrs==25.4.0
85
85
  babel==2.17.0
86
86
  billiard==4.2.4
87
87
  blinker==1.9.0
88
- boto3==1.42.5
89
- botocore==1.42.5
88
+ boto3==1.42.10
89
+ botocore==1.42.10
90
90
  cachelib==0.13.0
91
91
  celery==5.6.0
92
92
  certifi==2025.11.12
@@ -109,27 +109,26 @@ dacite==1.9.2
109
109
  decorator==5.2.1
110
110
  dill==0.4.0
111
111
  dkist-header-validator==5.2.1
112
- dkist-processing-common==11.9.1rc2
112
+ dkist-processing-common==11.9.1
113
113
  dkist-processing-core==6.0.1
114
114
  dkist-processing-math==2.2.1
115
115
  dkist-processing-pac==3.1.1
116
- dkist-processing-vbi==1.25.6rc2
116
+ dkist-processing-vbi==1.25.7
117
117
  dkist-service-configuration==4.1.13
118
118
  dkist-spectral-lines==3.0.0
119
- dkist_fits_specifications==4.17.0
119
+ dkist_fits_specifications==4.19.0
120
120
  dnspython==2.8.0
121
121
  email-validator==2.3.0
122
122
  exceptiongroup==1.3.1
123
123
  fastjsonschema==2.21.2
124
124
  flower==2.0.1
125
- fonttools==4.61.0
125
+ fonttools==4.61.1
126
126
  frozenlist==1.8.0
127
127
  fsspec==2025.12.0
128
128
  globus-sdk==4.2.0
129
129
  google-re2==1.1.20251105
130
130
  googleapis-common-protos==1.72.0
131
131
  gqlclient==1.2.3
132
- greenlet==3.3.0
133
132
  grpcio==1.76.0
134
133
  gunicorn==23.0.0
135
134
  h11==0.16.0
@@ -158,7 +157,7 @@ markdown-it-py==4.0.0
158
157
  marshmallow==3.26.1
159
158
  marshmallow-oneofschema==3.2.0
160
159
  marshmallow-sqlalchemy==0.28.2
161
- matplotlib==3.10.7
160
+ matplotlib==3.10.8
162
161
  mdit-py-plugins==0.5.0
163
162
  mdurl==0.1.2
164
163
  methodtools==0.4.7
@@ -169,30 +168,30 @@ nbformat==5.10.4
169
168
  networkx==3.6.1
170
169
  numpy==2.2.5
171
170
  object-clerk==1.0.0
172
- opentelemetry-api==1.39.0
173
- opentelemetry-exporter-otlp==1.39.0
174
- opentelemetry-exporter-otlp-proto-common==1.39.0
175
- opentelemetry-exporter-otlp-proto-grpc==1.39.0
176
- opentelemetry-exporter-otlp-proto-http==1.39.0
177
- opentelemetry-instrumentation==0.60b0
178
- opentelemetry-instrumentation-aiohttp-client==0.60b0
179
- opentelemetry-instrumentation-asgi==0.60b0
180
- opentelemetry-instrumentation-botocore==0.60b0
181
- opentelemetry-instrumentation-celery==0.60b0
182
- opentelemetry-instrumentation-dbapi==0.60b0
183
- opentelemetry-instrumentation-fastapi==0.60b0
184
- opentelemetry-instrumentation-pika==0.60b0
185
- opentelemetry-instrumentation-psycopg2==0.60b0
186
- opentelemetry-instrumentation-pymongo==0.60b0
187
- opentelemetry-instrumentation-redis==0.60b0
188
- opentelemetry-instrumentation-requests==0.60b0
189
- opentelemetry-instrumentation-sqlalchemy==0.60b0
190
- opentelemetry-instrumentation-system-metrics==0.60b0
171
+ opentelemetry-api==1.39.1
172
+ opentelemetry-exporter-otlp==1.39.1
173
+ opentelemetry-exporter-otlp-proto-common==1.39.1
174
+ opentelemetry-exporter-otlp-proto-grpc==1.39.1
175
+ opentelemetry-exporter-otlp-proto-http==1.39.1
176
+ opentelemetry-instrumentation==0.60b1
177
+ opentelemetry-instrumentation-aiohttp-client==0.60b1
178
+ opentelemetry-instrumentation-asgi==0.60b1
179
+ opentelemetry-instrumentation-botocore==0.60b1
180
+ opentelemetry-instrumentation-celery==0.60b1
181
+ opentelemetry-instrumentation-dbapi==0.60b1
182
+ opentelemetry-instrumentation-fastapi==0.60b1
183
+ opentelemetry-instrumentation-pika==0.60b1
184
+ opentelemetry-instrumentation-psycopg2==0.60b1
185
+ opentelemetry-instrumentation-pymongo==0.60b1
186
+ opentelemetry-instrumentation-redis==0.60b1
187
+ opentelemetry-instrumentation-requests==0.60b1
188
+ opentelemetry-instrumentation-sqlalchemy==0.60b1
189
+ opentelemetry-instrumentation-system-metrics==0.60b1
191
190
  opentelemetry-propagator-aws-xray==1.0.2
192
- opentelemetry-proto==1.39.0
193
- opentelemetry-sdk==1.39.0
194
- opentelemetry-semantic-conventions==0.60b0
195
- opentelemetry-util-http==0.60b0
191
+ opentelemetry-proto==1.39.1
192
+ opentelemetry-sdk==1.39.1
193
+ opentelemetry-semantic-conventions==0.60b1
194
+ opentelemetry-util-http==0.60b1
196
195
  ordered-set==4.1.0
197
196
  packaging==25.0
198
197
  pandas==2.3.3
@@ -249,18 +248,18 @@ talus==1.3.4
249
248
  tenacity==8.5.0
250
249
  termcolor==3.2.0
251
250
  text-unidecode==1.3
252
- tifffile==2025.10.16
253
- tornado==6.5.2
251
+ tifffile==2025.12.12
252
+ tornado==6.5.4
254
253
  tqdm==4.67.1
255
254
  traitlets==5.14.3
256
255
  typing-inspection==0.4.2
257
256
  typing_extensions==4.15.0
258
- tzdata==2025.2
257
+ tzdata==2025.3
259
258
  tzlocal==5.3.1
260
259
  uc-micro-py==1.0.3
261
260
  uncertainties==3.2.3
262
261
  universal_pathlib==0.3.7
263
- urllib3==2.6.1
262
+ urllib3==2.6.2
264
263
  vine==5.1.0
265
264
  voluptuous==0.15.2
266
265
  wcwidth==0.2.14
@@ -9,8 +9,8 @@ find = {}
9
9
 
10
10
  [tool.dkist-dev-tools]
11
11
  # Most recently frozen version by dkist-dev-tools
12
- version = "1.25.6rc2"
13
- date = 2025-12-08T15:36:31.129859
12
+ version = "1.25.7"
13
+ date = 2025-12-16T12:56:43.884471
14
14
 
15
15
  [project]
16
16
  dynamic = ["version"]
@@ -26,10 +26,10 @@ classifiers = [
26
26
  "Programming Language :: Python :: 3.12",
27
27
  ]
28
28
  dependencies = [
29
- "dkist-processing-common == 11.9.1rc2",
29
+ "dkist-processing-common == 11.9.1",
30
30
  "dkist-processing-math == 2.2.1",
31
31
  "dkist-header-validator == 5.2.1",
32
- "dkist-fits-specifications == 4.17.0",
32
+ "dkist-fits-specifications == 4.19.0",
33
33
  "astropy == 7.0.2",
34
34
  "numpy == 2.2.5",
35
35
  "sunpy == 6.1.1",
@@ -106,7 +106,7 @@ frozen = [
106
106
  "Pygments == 2.19.2",
107
107
  "SQLAlchemy == 1.4.54",
108
108
  "SQLAlchemy-JSONField == 1.0.2",
109
- "SQLAlchemy-Utils == 0.42.0",
109
+ "SQLAlchemy-Utils == 0.42.1",
110
110
  "WTForms == 3.2.1",
111
111
  "Werkzeug == 2.2.3",
112
112
  "aioftp == 0.27.2",
@@ -119,16 +119,16 @@ frozen = [
119
119
  "annotated-types == 0.7.0",
120
120
  "anyio == 4.12.0",
121
121
  "apache-airflow == 2.11.0",
122
- "apache-airflow-providers-celery == 3.14.0",
123
- "apache-airflow-providers-common-compat == 1.10.0",
122
+ "apache-airflow-providers-celery == 3.14.1",
123
+ "apache-airflow-providers-common-compat == 1.10.1",
124
124
  "apache-airflow-providers-common-io == 1.7.0",
125
- "apache-airflow-providers-common-sql == 1.30.0",
125
+ "apache-airflow-providers-common-sql == 1.30.1",
126
126
  "apache-airflow-providers-fab == 1.5.3",
127
127
  "apache-airflow-providers-ftp == 3.14.0",
128
- "apache-airflow-providers-http == 5.6.0",
129
- "apache-airflow-providers-imap == 3.10.0",
130
- "apache-airflow-providers-postgres == 6.5.0",
131
- "apache-airflow-providers-smtp == 2.4.0",
128
+ "apache-airflow-providers-http == 5.6.1",
129
+ "apache-airflow-providers-imap == 3.10.1",
130
+ "apache-airflow-providers-postgres == 6.5.1",
131
+ "apache-airflow-providers-smtp == 2.4.1",
132
132
  "apache-airflow-providers-sqlite == 4.2.0",
133
133
  "apispec == 6.9.0",
134
134
  "argcomplete == 3.6.3",
@@ -138,14 +138,14 @@ frozen = [
138
138
  "asgiref == 3.11.0",
139
139
  "asteval == 1.0.7",
140
140
  "astropy == 7.0.2",
141
- "astropy-iers-data == 0.2025.12.8.0.38.44",
141
+ "astropy-iers-data == 0.2025.12.15.0.40.51",
142
142
  "asyncpg == 0.31.0",
143
143
  "attrs == 25.4.0",
144
144
  "babel == 2.17.0",
145
145
  "billiard == 4.2.4",
146
146
  "blinker == 1.9.0",
147
- "boto3 == 1.42.5",
148
- "botocore == 1.42.5",
147
+ "boto3 == 1.42.10",
148
+ "botocore == 1.42.10",
149
149
  "cachelib == 0.13.0",
150
150
  "celery == 5.6.0",
151
151
  "certifi == 2025.11.12",
@@ -168,27 +168,26 @@ frozen = [
168
168
  "decorator == 5.2.1",
169
169
  "dill == 0.4.0",
170
170
  "dkist-header-validator == 5.2.1",
171
- "dkist-processing-common == 11.9.1rc2",
171
+ "dkist-processing-common == 11.9.1",
172
172
  "dkist-processing-core == 6.0.1",
173
173
  "dkist-processing-math == 2.2.1",
174
174
  "dkist-processing-pac == 3.1.1",
175
- "dkist-processing-vbi == 1.25.6rc2",
175
+ "dkist-processing-vbi == 1.25.7",
176
176
  "dkist-service-configuration == 4.1.13",
177
177
  "dkist-spectral-lines == 3.0.0",
178
- "dkist_fits_specifications == 4.17.0",
178
+ "dkist_fits_specifications == 4.19.0",
179
179
  "dnspython == 2.8.0",
180
180
  "email-validator == 2.3.0",
181
181
  "exceptiongroup == 1.3.1",
182
182
  "fastjsonschema == 2.21.2",
183
183
  "flower == 2.0.1",
184
- "fonttools == 4.61.0",
184
+ "fonttools == 4.61.1",
185
185
  "frozenlist == 1.8.0",
186
186
  "fsspec == 2025.12.0",
187
187
  "globus-sdk == 4.2.0",
188
188
  "google-re2 == 1.1.20251105",
189
189
  "googleapis-common-protos == 1.72.0",
190
190
  "gqlclient == 1.2.3",
191
- "greenlet == 3.3.0",
192
191
  "grpcio == 1.76.0",
193
192
  "gunicorn == 23.0.0",
194
193
  "h11 == 0.16.0",
@@ -217,7 +216,7 @@ frozen = [
217
216
  "marshmallow == 3.26.1",
218
217
  "marshmallow-oneofschema == 3.2.0",
219
218
  "marshmallow-sqlalchemy == 0.28.2",
220
- "matplotlib == 3.10.7",
219
+ "matplotlib == 3.10.8",
221
220
  "mdit-py-plugins == 0.5.0",
222
221
  "mdurl == 0.1.2",
223
222
  "methodtools == 0.4.7",
@@ -228,30 +227,30 @@ frozen = [
228
227
  "networkx == 3.6.1",
229
228
  "numpy == 2.2.5",
230
229
  "object-clerk == 1.0.0",
231
- "opentelemetry-api == 1.39.0",
232
- "opentelemetry-exporter-otlp == 1.39.0",
233
- "opentelemetry-exporter-otlp-proto-common == 1.39.0",
234
- "opentelemetry-exporter-otlp-proto-grpc == 1.39.0",
235
- "opentelemetry-exporter-otlp-proto-http == 1.39.0",
236
- "opentelemetry-instrumentation == 0.60b0",
237
- "opentelemetry-instrumentation-aiohttp-client == 0.60b0",
238
- "opentelemetry-instrumentation-asgi == 0.60b0",
239
- "opentelemetry-instrumentation-botocore == 0.60b0",
240
- "opentelemetry-instrumentation-celery == 0.60b0",
241
- "opentelemetry-instrumentation-dbapi == 0.60b0",
242
- "opentelemetry-instrumentation-fastapi == 0.60b0",
243
- "opentelemetry-instrumentation-pika == 0.60b0",
244
- "opentelemetry-instrumentation-psycopg2 == 0.60b0",
245
- "opentelemetry-instrumentation-pymongo == 0.60b0",
246
- "opentelemetry-instrumentation-redis == 0.60b0",
247
- "opentelemetry-instrumentation-requests == 0.60b0",
248
- "opentelemetry-instrumentation-sqlalchemy == 0.60b0",
249
- "opentelemetry-instrumentation-system-metrics == 0.60b0",
230
+ "opentelemetry-api == 1.39.1",
231
+ "opentelemetry-exporter-otlp == 1.39.1",
232
+ "opentelemetry-exporter-otlp-proto-common == 1.39.1",
233
+ "opentelemetry-exporter-otlp-proto-grpc == 1.39.1",
234
+ "opentelemetry-exporter-otlp-proto-http == 1.39.1",
235
+ "opentelemetry-instrumentation == 0.60b1",
236
+ "opentelemetry-instrumentation-aiohttp-client == 0.60b1",
237
+ "opentelemetry-instrumentation-asgi == 0.60b1",
238
+ "opentelemetry-instrumentation-botocore == 0.60b1",
239
+ "opentelemetry-instrumentation-celery == 0.60b1",
240
+ "opentelemetry-instrumentation-dbapi == 0.60b1",
241
+ "opentelemetry-instrumentation-fastapi == 0.60b1",
242
+ "opentelemetry-instrumentation-pika == 0.60b1",
243
+ "opentelemetry-instrumentation-psycopg2 == 0.60b1",
244
+ "opentelemetry-instrumentation-pymongo == 0.60b1",
245
+ "opentelemetry-instrumentation-redis == 0.60b1",
246
+ "opentelemetry-instrumentation-requests == 0.60b1",
247
+ "opentelemetry-instrumentation-sqlalchemy == 0.60b1",
248
+ "opentelemetry-instrumentation-system-metrics == 0.60b1",
250
249
  "opentelemetry-propagator-aws-xray == 1.0.2",
251
- "opentelemetry-proto == 1.39.0",
252
- "opentelemetry-sdk == 1.39.0",
253
- "opentelemetry-semantic-conventions == 0.60b0",
254
- "opentelemetry-util-http == 0.60b0",
250
+ "opentelemetry-proto == 1.39.1",
251
+ "opentelemetry-sdk == 1.39.1",
252
+ "opentelemetry-semantic-conventions == 0.60b1",
253
+ "opentelemetry-util-http == 0.60b1",
255
254
  "ordered-set == 4.1.0",
256
255
  "packaging == 25.0",
257
256
  "pandas == 2.3.3",
@@ -308,18 +307,18 @@ frozen = [
308
307
  "tenacity == 8.5.0",
309
308
  "termcolor == 3.2.0",
310
309
  "text-unidecode == 1.3",
311
- "tifffile == 2025.10.16",
312
- "tornado == 6.5.2",
310
+ "tifffile == 2025.12.12",
311
+ "tornado == 6.5.4",
313
312
  "tqdm == 4.67.1",
314
313
  "traitlets == 5.14.3",
315
314
  "typing-inspection == 0.4.2",
316
315
  "typing_extensions == 4.15.0",
317
- "tzdata == 2025.2",
316
+ "tzdata == 2025.3",
318
317
  "tzlocal == 5.3.1",
319
318
  "uc-micro-py == 1.0.3",
320
319
  "uncertainties == 3.2.3",
321
320
  "universal_pathlib == 0.3.7",
322
- "urllib3 == 2.6.1",
321
+ "urllib3 == 2.6.2",
323
322
  "vine == 5.1.0",
324
323
  "voluptuous == 0.15.2",
325
324
  "wcwidth == 0.2.14",
@@ -1 +0,0 @@
1
- Store quality data in object store and revise the workflow so that AssembleQualityData precedes the TransferL1Data task.