dkist-processing-vbi 1.29.0__tar.gz → 1.29.2__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 (80) hide show
  1. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/CHANGELOG.rst +18 -0
  2. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/PKG-INFO +51 -51
  3. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tasks/write_l1.py +6 -0
  4. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi.egg-info/PKG-INFO +51 -51
  5. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi.egg-info/requires.txt +50 -50
  6. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/pyproject.toml +52 -52
  7. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/.gitignore +0 -0
  8. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/.pre-commit-config.yaml +0 -0
  9. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/.readthedocs.yml +0 -0
  10. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/.snyk +0 -0
  11. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/README.rst +0 -0
  12. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/SCIENCE_CHANGELOG.rst +0 -0
  13. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/bitbucket-pipelines.yml +0 -0
  14. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/changelog/.gitempty +0 -0
  15. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/__init__.py +0 -0
  16. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/config.py +0 -0
  17. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/models/__init__.py +0 -0
  18. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/models/constants.py +0 -0
  19. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/models/filter.py +0 -0
  20. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/models/fits_access.py +0 -0
  21. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/models/parameters.py +0 -0
  22. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/models/tags.py +0 -0
  23. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/parsers/__init__.py +0 -0
  24. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/parsers/mosaic_repeats.py +0 -0
  25. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/parsers/spatial_step_pattern.py +0 -0
  26. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/parsers/vbi_l0_fits_access.py +0 -0
  27. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/parsers/vbi_l1_fits_access.py +0 -0
  28. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tasks/__init__.py +0 -0
  29. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tasks/assemble_movie.py +0 -0
  30. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tasks/dark.py +0 -0
  31. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tasks/gain.py +0 -0
  32. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tasks/make_movie_frames.py +0 -0
  33. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tasks/parse.py +0 -0
  34. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tasks/process_summit_processed.py +0 -0
  35. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tasks/quality_metrics.py +0 -0
  36. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tasks/science.py +0 -0
  37. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tasks/vbi_base.py +0 -0
  38. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/__init__.py +0 -0
  39. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/conftest.py +0 -0
  40. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/local_trial_workflows/__init__.py +0 -0
  41. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/local_trial_workflows/l0_to_l1.py +0 -0
  42. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_assemble_movie.py +0 -0
  43. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_dark.py +0 -0
  44. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_fits_access.py +0 -0
  45. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_gain.py +0 -0
  46. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_make_movie_frames.py +0 -0
  47. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_parse_l0.py +0 -0
  48. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_parse_summit.py +0 -0
  49. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_process_summit.py +0 -0
  50. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_quality_metrics.py +0 -0
  51. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_science.py +0 -0
  52. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_spatial_step_pattern.py +0 -0
  53. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_vbi_base.py +0 -0
  54. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_vbi_constants.py +0 -0
  55. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_workflows.py +0 -0
  56. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/tests/test_write_l1.py +0 -0
  57. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/workflows/__init__.py +0 -0
  58. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/workflows/l0_processing.py +0 -0
  59. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/workflows/summit_data_processing.py +0 -0
  60. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi/workflows/trial_workflows.py +0 -0
  61. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi.egg-info/SOURCES.txt +0 -0
  62. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi.egg-info/dependency_links.txt +0 -0
  63. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/dkist_processing_vbi.egg-info/top_level.txt +0 -0
  64. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/docs/Makefile +0 -0
  65. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/docs/changelog.rst +0 -0
  66. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/docs/conf.py +0 -0
  67. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/docs/index.rst +0 -0
  68. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/docs/l0_to_l1_vbi_no-speckle-full-trial.rst +0 -0
  69. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/docs/l0_to_l1_vbi_no-speckle.rst +0 -0
  70. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/docs/l0_to_l1_vbi_summit-calibrated-full-trial.rst +0 -0
  71. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/docs/l0_to_l1_vbi_summit-calibrated.rst +0 -0
  72. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/docs/landing_page.rst +0 -0
  73. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/docs/make.bat +0 -0
  74. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/docs/requirements.txt +0 -0
  75. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/docs/requirements_table.rst +0 -0
  76. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/docs/scientific_changelog.rst +0 -0
  77. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/licenses/LICENSE.rst +0 -0
  78. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/science_towncrier.sh +0 -0
  79. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/setup.cfg +0 -0
  80. {dkist_processing_vbi-1.29.0 → dkist_processing_vbi-1.29.2}/towncrier_science.toml +0 -0
@@ -1,3 +1,21 @@
1
+ v1.29.2 (2026-04-27)
2
+ ====================
3
+
4
+ Misc
5
+ ----
6
+
7
+ - Update dkist-fits-specifications to SPEC-0122 revision L. (`#200 <https://bitbucket.org/dkistdc/dkist-processing-vbi/pull-requests/200>`__)
8
+
9
+
10
+ v1.29.1 (2026-04-22)
11
+ ====================
12
+
13
+ Misc
14
+ ----
15
+
16
+ - Upgrade 'dkist-processing-common' and 'dkist-inventory' to take advantage of the reduction in metadata.asdf size for tiled datasets in trial workflows.
17
+
18
+
1
19
  v1.29.0 (2026-04-21)
2
20
  ====================
3
21
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-vbi
3
- Version: 1.29.0
3
+ Version: 1.29.2
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.13
14
14
  Requires-Python: >=3.13
15
15
  Description-Content-Type: text/x-rst
16
- Requires-Dist: dkist-processing-common==14.0.0
16
+ Requires-Dist: dkist-processing-common==14.0.1
17
17
  Requires-Dist: dkist-processing-math==2.2.2
18
18
  Requires-Dist: dkist-header-validator==5.3.1
19
- Requires-Dist: dkist-fits-specifications==4.24.1
19
+ Requires-Dist: dkist-fits-specifications==4.25.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
@@ -36,10 +36,10 @@ Requires-Dist: dkist-processing-vbi[asdf]; extra == "test"
36
36
  Requires-Dist: dkist-processing-vbi[quality]; extra == "test"
37
37
  Provides-Extra: inventory
38
38
  Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
39
- Requires-Dist: dkist-inventory==1.11.5; extra == "inventory"
39
+ Requires-Dist: dkist-inventory==1.11.6; extra == "inventory"
40
40
  Provides-Extra: asdf
41
41
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
42
- Requires-Dist: dkist-inventory[asdf]==1.11.5; extra == "asdf"
42
+ Requires-Dist: dkist-inventory[asdf]==1.11.6; extra == "asdf"
43
43
  Provides-Extra: quality
44
44
  Requires-Dist: dkist-quality==2.0.1; extra == "quality"
45
45
  Provides-Extra: grogu
@@ -84,9 +84,9 @@ Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
84
84
  Requires-Dist: apache-airflow-providers-celery==3.18.0; extra == "frozen"
85
85
  Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
86
86
  Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
87
- Requires-Dist: apache-airflow-providers-common-sql==1.34.0; extra == "frozen"
87
+ Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
88
88
  Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
89
- Requires-Dist: apache-airflow-providers-smtp==2.4.5; extra == "frozen"
89
+ Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
90
90
  Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
91
91
  Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
92
92
  Requires-Dist: argcomplete==3.6.3; extra == "frozen"
@@ -96,19 +96,19 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
96
96
  Requires-Dist: asgiref==3.11.1; extra == "frozen"
97
97
  Requires-Dist: asteval==1.0.8; extra == "frozen"
98
98
  Requires-Dist: astropy==7.0.2; extra == "frozen"
99
- Requires-Dist: astropy-iers-data==0.2026.4.20.0.58.15; extra == "frozen"
99
+ Requires-Dist: astropy-iers-data==0.2026.4.27.1.3.2; extra == "frozen"
100
100
  Requires-Dist: asyncpg==0.31.0; extra == "frozen"
101
101
  Requires-Dist: attrs==26.1.0; extra == "frozen"
102
102
  Requires-Dist: babel==2.18.0; extra == "frozen"
103
103
  Requires-Dist: billiard==4.2.4; extra == "frozen"
104
- Requires-Dist: boto3==1.42.92; extra == "frozen"
105
- Requires-Dist: botocore==1.42.92; extra == "frozen"
104
+ Requires-Dist: boto3==1.42.97; extra == "frozen"
105
+ Requires-Dist: botocore==1.42.97; extra == "frozen"
106
106
  Requires-Dist: cadwyn==5.4.6; extra == "frozen"
107
107
  Requires-Dist: celery==5.6.3; extra == "frozen"
108
- Requires-Dist: certifi==2026.2.25; extra == "frozen"
108
+ Requires-Dist: certifi==2026.4.22; extra == "frozen"
109
109
  Requires-Dist: cffi==2.0.0; extra == "frozen"
110
110
  Requires-Dist: charset-normalizer==3.4.7; extra == "frozen"
111
- Requires-Dist: click==8.3.2; extra == "frozen"
111
+ Requires-Dist: click==8.3.3; extra == "frozen"
112
112
  Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
113
113
  Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
114
114
  Requires-Dist: click-repl==0.3.0; extra == "frozen"
@@ -116,19 +116,19 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
116
116
  Requires-Dist: contourpy==1.3.3; extra == "frozen"
117
117
  Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
118
118
  Requires-Dist: croniter==6.2.2; extra == "frozen"
119
- Requires-Dist: cryptography==46.0.7; extra == "frozen"
119
+ Requires-Dist: cryptography==47.0.0; extra == "frozen"
120
120
  Requires-Dist: cycler==0.12.1; extra == "frozen"
121
121
  Requires-Dist: decorator==5.2.1; extra == "frozen"
122
122
  Requires-Dist: dill==0.4.1; extra == "frozen"
123
123
  Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
124
- Requires-Dist: dkist-processing-common==14.0.0; extra == "frozen"
124
+ Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
125
125
  Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
126
126
  Requires-Dist: dkist-processing-math==2.2.2; extra == "frozen"
127
- Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
128
- Requires-Dist: dkist-processing-vbi==1.29.0; extra == "frozen"
127
+ Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
128
+ Requires-Dist: dkist-processing-vbi==1.29.2; extra == "frozen"
129
129
  Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
130
130
  Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
131
- Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
131
+ Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
132
132
  Requires-Dist: dnspython==2.8.0; extra == "frozen"
133
133
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
134
134
  Requires-Dist: fastapi==0.117.1; extra == "frozen"
@@ -142,14 +142,14 @@ Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
142
142
  Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
143
143
  Requires-Dist: gqlclient==2.0.0; extra == "frozen"
144
144
  Requires-Dist: greenback==1.3.0; extra == "frozen"
145
- Requires-Dist: greenlet==3.4.0; extra == "frozen"
145
+ Requires-Dist: greenlet==3.5.0; extra == "frozen"
146
146
  Requires-Dist: grpcio==1.80.0; extra == "frozen"
147
147
  Requires-Dist: h11==0.16.0; extra == "frozen"
148
148
  Requires-Dist: httpcore==1.0.9; extra == "frozen"
149
149
  Requires-Dist: httptools==0.7.1; extra == "frozen"
150
150
  Requires-Dist: httpx==0.28.1; extra == "frozen"
151
151
  Requires-Dist: humanize==4.15.0; extra == "frozen"
152
- Requires-Dist: idna==3.12; extra == "frozen"
152
+ Requires-Dist: idna==3.13; extra == "frozen"
153
153
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
154
154
  Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
155
155
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
@@ -167,7 +167,7 @@ Requires-Dist: lmfit==1.3.4; extra == "frozen"
167
167
  Requires-Dist: lockfile==0.12.2; extra == "frozen"
168
168
  Requires-Dist: loguru==0.7.3; extra == "frozen"
169
169
  Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
170
- Requires-Dist: matplotlib==3.10.8; extra == "frozen"
170
+ Requires-Dist: matplotlib==3.10.9; extra == "frozen"
171
171
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
172
172
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
173
173
  Requires-Dist: more-itertools==11.0.2; extra == "frozen"
@@ -179,39 +179,39 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
179
179
  Requires-Dist: networkx==3.6.1; extra == "frozen"
180
180
  Requires-Dist: numpy==2.2.5; extra == "frozen"
181
181
  Requires-Dist: object-clerk==1.0.0; extra == "frozen"
182
- Requires-Dist: opentelemetry-api==1.41.0; extra == "frozen"
183
- Requires-Dist: opentelemetry-exporter-otlp==1.41.0; extra == "frozen"
184
- Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.0; extra == "frozen"
185
- Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.0; extra == "frozen"
186
- Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.0; extra == "frozen"
187
- Requires-Dist: opentelemetry-instrumentation==0.62b0; extra == "frozen"
188
- Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b0; extra == "frozen"
189
- Requires-Dist: opentelemetry-instrumentation-asgi==0.62b0; extra == "frozen"
190
- Requires-Dist: opentelemetry-instrumentation-botocore==0.62b0; extra == "frozen"
191
- Requires-Dist: opentelemetry-instrumentation-celery==0.62b0; extra == "frozen"
192
- Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b0; extra == "frozen"
193
- Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b0; extra == "frozen"
194
- Requires-Dist: opentelemetry-instrumentation-pika==0.62b0; extra == "frozen"
195
- Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b0; extra == "frozen"
196
- Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b0; extra == "frozen"
197
- Requires-Dist: opentelemetry-instrumentation-redis==0.62b0; extra == "frozen"
198
- Requires-Dist: opentelemetry-instrumentation-requests==0.62b0; extra == "frozen"
199
- Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b0; extra == "frozen"
200
- Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b0; extra == "frozen"
182
+ Requires-Dist: opentelemetry-api==1.41.1; extra == "frozen"
183
+ Requires-Dist: opentelemetry-exporter-otlp==1.41.1; extra == "frozen"
184
+ Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.1; extra == "frozen"
185
+ Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.1; extra == "frozen"
186
+ Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.1; extra == "frozen"
187
+ Requires-Dist: opentelemetry-instrumentation==0.62b1; extra == "frozen"
188
+ Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b1; extra == "frozen"
189
+ Requires-Dist: opentelemetry-instrumentation-asgi==0.62b1; extra == "frozen"
190
+ Requires-Dist: opentelemetry-instrumentation-botocore==0.62b1; extra == "frozen"
191
+ Requires-Dist: opentelemetry-instrumentation-celery==0.62b1; extra == "frozen"
192
+ Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b1; extra == "frozen"
193
+ Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b1; extra == "frozen"
194
+ Requires-Dist: opentelemetry-instrumentation-pika==0.62b1; extra == "frozen"
195
+ Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b1; extra == "frozen"
196
+ Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b1; extra == "frozen"
197
+ Requires-Dist: opentelemetry-instrumentation-redis==0.62b1; extra == "frozen"
198
+ Requires-Dist: opentelemetry-instrumentation-requests==0.62b1; extra == "frozen"
199
+ Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b1; extra == "frozen"
200
+ Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b1; extra == "frozen"
201
201
  Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
202
- Requires-Dist: opentelemetry-proto==1.41.0; extra == "frozen"
203
- Requires-Dist: opentelemetry-sdk==1.41.0; extra == "frozen"
204
- Requires-Dist: opentelemetry-semantic-conventions==0.62b0; extra == "frozen"
205
- Requires-Dist: opentelemetry-util-http==0.62b0; extra == "frozen"
202
+ Requires-Dist: opentelemetry-proto==1.41.1; extra == "frozen"
203
+ Requires-Dist: opentelemetry-sdk==1.41.1; extra == "frozen"
204
+ Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
205
+ Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
206
206
  Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
207
- Requires-Dist: packaging==26.1; extra == "frozen"
207
+ Requires-Dist: packaging==26.2; extra == "frozen"
208
208
  Requires-Dist: pandas==3.0.2; extra == "frozen"
209
209
  Requires-Dist: parfive==2.3.1; extra == "frozen"
210
- Requires-Dist: pathspec==1.0.4; extra == "frozen"
210
+ Requires-Dist: pathspec==1.1.1; extra == "frozen"
211
211
  Requires-Dist: pendulum==3.2.0; extra == "frozen"
212
212
  Requires-Dist: pika==1.3.2; extra == "frozen"
213
213
  Requires-Dist: pillow==10.4.0; extra == "frozen"
214
- Requires-Dist: pip==26.0.1; extra == "frozen"
214
+ Requires-Dist: pip==26.1; extra == "frozen"
215
215
  Requires-Dist: platformdirs==4.9.6; extra == "frozen"
216
216
  Requires-Dist: pluggy==1.6.0; extra == "frozen"
217
217
  Requires-Dist: pooch==1.9.0; extra == "frozen"
@@ -232,7 +232,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
232
232
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
233
233
  Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
234
234
  Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
235
- Requires-Dist: python-multipart==0.0.26; extra == "frozen"
235
+ Requires-Dist: python-multipart==0.0.27; extra == "frozen"
236
236
  Requires-Dist: python-slugify==8.0.4; extra == "frozen"
237
237
  Requires-Dist: pytz==2026.1.post1; extra == "frozen"
238
238
  Requires-Dist: redis==6.4.0; extra == "frozen"
@@ -242,7 +242,7 @@ Requires-Dist: rich==15.0.0; extra == "frozen"
242
242
  Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
243
243
  Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
244
244
  Requires-Dist: rpds-py==0.30.0; extra == "frozen"
245
- Requires-Dist: s3transfer==0.16.0; extra == "frozen"
245
+ Requires-Dist: s3transfer==0.16.1; extra == "frozen"
246
246
  Requires-Dist: scikit-image==0.26.0; extra == "frozen"
247
247
  Requires-Dist: scipy==1.15.3; extra == "frozen"
248
248
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
@@ -266,17 +266,17 @@ Requires-Dist: tifffile==2026.4.11; extra == "frozen"
266
266
  Requires-Dist: tornado==6.5.5; extra == "frozen"
267
267
  Requires-Dist: tqdm==4.67.3; extra == "frozen"
268
268
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
269
- Requires-Dist: typer==0.24.1; extra == "frozen"
269
+ Requires-Dist: typer==0.25.0; extra == "frozen"
270
270
  Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
271
271
  Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
272
- Requires-Dist: tzdata==2026.1; extra == "frozen"
272
+ Requires-Dist: tzdata==2026.2; extra == "frozen"
273
273
  Requires-Dist: tzlocal==5.3.1; extra == "frozen"
274
274
  Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
275
275
  Requires-Dist: uncertainties==3.2.3; extra == "frozen"
276
276
  Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
277
277
  Requires-Dist: urllib3==2.6.3; extra == "frozen"
278
278
  Requires-Dist: uuid6==2025.0.1; extra == "frozen"
279
- Requires-Dist: uvicorn==0.45.0; extra == "frozen"
279
+ Requires-Dist: uvicorn==0.46.0; extra == "frozen"
280
280
  Requires-Dist: uvloop==0.22.1; extra == "frozen"
281
281
  Requires-Dist: vine==5.1.0; extra == "frozen"
282
282
  Requires-Dist: voluptuous==0.16.0; extra == "frozen"
@@ -137,6 +137,12 @@ class VbiWriteL1Frame(WriteL1Frame):
137
137
  header["NBIN3"] = 1
138
138
  header["NBIN"] = header["NBIN1"] * header["NBIN2"] * header["NBIN3"]
139
139
 
140
+ # VBI stats header
141
+ # TODO overwrite these with correct values
142
+ header["VBICRI"] = 0
143
+ header["VBICRLEN"] = 0
144
+ header["VBICRMSC"] = 0
145
+
140
146
  return header
141
147
 
142
148
  def calculate_date_end(self, header: fits.Header) -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-vbi
3
- Version: 1.29.0
3
+ Version: 1.29.2
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.13
14
14
  Requires-Python: >=3.13
15
15
  Description-Content-Type: text/x-rst
16
- Requires-Dist: dkist-processing-common==14.0.0
16
+ Requires-Dist: dkist-processing-common==14.0.1
17
17
  Requires-Dist: dkist-processing-math==2.2.2
18
18
  Requires-Dist: dkist-header-validator==5.3.1
19
- Requires-Dist: dkist-fits-specifications==4.24.1
19
+ Requires-Dist: dkist-fits-specifications==4.25.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
@@ -36,10 +36,10 @@ Requires-Dist: dkist-processing-vbi[asdf]; extra == "test"
36
36
  Requires-Dist: dkist-processing-vbi[quality]; extra == "test"
37
37
  Provides-Extra: inventory
38
38
  Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
39
- Requires-Dist: dkist-inventory==1.11.5; extra == "inventory"
39
+ Requires-Dist: dkist-inventory==1.11.6; extra == "inventory"
40
40
  Provides-Extra: asdf
41
41
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
42
- Requires-Dist: dkist-inventory[asdf]==1.11.5; extra == "asdf"
42
+ Requires-Dist: dkist-inventory[asdf]==1.11.6; extra == "asdf"
43
43
  Provides-Extra: quality
44
44
  Requires-Dist: dkist-quality==2.0.1; extra == "quality"
45
45
  Provides-Extra: grogu
@@ -84,9 +84,9 @@ Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
84
84
  Requires-Dist: apache-airflow-providers-celery==3.18.0; extra == "frozen"
85
85
  Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
86
86
  Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
87
- Requires-Dist: apache-airflow-providers-common-sql==1.34.0; extra == "frozen"
87
+ Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
88
88
  Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
89
- Requires-Dist: apache-airflow-providers-smtp==2.4.5; extra == "frozen"
89
+ Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
90
90
  Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
91
91
  Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
92
92
  Requires-Dist: argcomplete==3.6.3; extra == "frozen"
@@ -96,19 +96,19 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
96
96
  Requires-Dist: asgiref==3.11.1; extra == "frozen"
97
97
  Requires-Dist: asteval==1.0.8; extra == "frozen"
98
98
  Requires-Dist: astropy==7.0.2; extra == "frozen"
99
- Requires-Dist: astropy-iers-data==0.2026.4.20.0.58.15; extra == "frozen"
99
+ Requires-Dist: astropy-iers-data==0.2026.4.27.1.3.2; extra == "frozen"
100
100
  Requires-Dist: asyncpg==0.31.0; extra == "frozen"
101
101
  Requires-Dist: attrs==26.1.0; extra == "frozen"
102
102
  Requires-Dist: babel==2.18.0; extra == "frozen"
103
103
  Requires-Dist: billiard==4.2.4; extra == "frozen"
104
- Requires-Dist: boto3==1.42.92; extra == "frozen"
105
- Requires-Dist: botocore==1.42.92; extra == "frozen"
104
+ Requires-Dist: boto3==1.42.97; extra == "frozen"
105
+ Requires-Dist: botocore==1.42.97; extra == "frozen"
106
106
  Requires-Dist: cadwyn==5.4.6; extra == "frozen"
107
107
  Requires-Dist: celery==5.6.3; extra == "frozen"
108
- Requires-Dist: certifi==2026.2.25; extra == "frozen"
108
+ Requires-Dist: certifi==2026.4.22; extra == "frozen"
109
109
  Requires-Dist: cffi==2.0.0; extra == "frozen"
110
110
  Requires-Dist: charset-normalizer==3.4.7; extra == "frozen"
111
- Requires-Dist: click==8.3.2; extra == "frozen"
111
+ Requires-Dist: click==8.3.3; extra == "frozen"
112
112
  Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
113
113
  Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
114
114
  Requires-Dist: click-repl==0.3.0; extra == "frozen"
@@ -116,19 +116,19 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
116
116
  Requires-Dist: contourpy==1.3.3; extra == "frozen"
117
117
  Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
118
118
  Requires-Dist: croniter==6.2.2; extra == "frozen"
119
- Requires-Dist: cryptography==46.0.7; extra == "frozen"
119
+ Requires-Dist: cryptography==47.0.0; extra == "frozen"
120
120
  Requires-Dist: cycler==0.12.1; extra == "frozen"
121
121
  Requires-Dist: decorator==5.2.1; extra == "frozen"
122
122
  Requires-Dist: dill==0.4.1; extra == "frozen"
123
123
  Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
124
- Requires-Dist: dkist-processing-common==14.0.0; extra == "frozen"
124
+ Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
125
125
  Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
126
126
  Requires-Dist: dkist-processing-math==2.2.2; extra == "frozen"
127
- Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
128
- Requires-Dist: dkist-processing-vbi==1.29.0; extra == "frozen"
127
+ Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
128
+ Requires-Dist: dkist-processing-vbi==1.29.2; extra == "frozen"
129
129
  Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
130
130
  Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
131
- Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
131
+ Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
132
132
  Requires-Dist: dnspython==2.8.0; extra == "frozen"
133
133
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
134
134
  Requires-Dist: fastapi==0.117.1; extra == "frozen"
@@ -142,14 +142,14 @@ Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
142
142
  Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
143
143
  Requires-Dist: gqlclient==2.0.0; extra == "frozen"
144
144
  Requires-Dist: greenback==1.3.0; extra == "frozen"
145
- Requires-Dist: greenlet==3.4.0; extra == "frozen"
145
+ Requires-Dist: greenlet==3.5.0; extra == "frozen"
146
146
  Requires-Dist: grpcio==1.80.0; extra == "frozen"
147
147
  Requires-Dist: h11==0.16.0; extra == "frozen"
148
148
  Requires-Dist: httpcore==1.0.9; extra == "frozen"
149
149
  Requires-Dist: httptools==0.7.1; extra == "frozen"
150
150
  Requires-Dist: httpx==0.28.1; extra == "frozen"
151
151
  Requires-Dist: humanize==4.15.0; extra == "frozen"
152
- Requires-Dist: idna==3.12; extra == "frozen"
152
+ Requires-Dist: idna==3.13; extra == "frozen"
153
153
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
154
154
  Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
155
155
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
@@ -167,7 +167,7 @@ Requires-Dist: lmfit==1.3.4; extra == "frozen"
167
167
  Requires-Dist: lockfile==0.12.2; extra == "frozen"
168
168
  Requires-Dist: loguru==0.7.3; extra == "frozen"
169
169
  Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
170
- Requires-Dist: matplotlib==3.10.8; extra == "frozen"
170
+ Requires-Dist: matplotlib==3.10.9; extra == "frozen"
171
171
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
172
172
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
173
173
  Requires-Dist: more-itertools==11.0.2; extra == "frozen"
@@ -179,39 +179,39 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
179
179
  Requires-Dist: networkx==3.6.1; extra == "frozen"
180
180
  Requires-Dist: numpy==2.2.5; extra == "frozen"
181
181
  Requires-Dist: object-clerk==1.0.0; extra == "frozen"
182
- Requires-Dist: opentelemetry-api==1.41.0; extra == "frozen"
183
- Requires-Dist: opentelemetry-exporter-otlp==1.41.0; extra == "frozen"
184
- Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.0; extra == "frozen"
185
- Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.0; extra == "frozen"
186
- Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.0; extra == "frozen"
187
- Requires-Dist: opentelemetry-instrumentation==0.62b0; extra == "frozen"
188
- Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b0; extra == "frozen"
189
- Requires-Dist: opentelemetry-instrumentation-asgi==0.62b0; extra == "frozen"
190
- Requires-Dist: opentelemetry-instrumentation-botocore==0.62b0; extra == "frozen"
191
- Requires-Dist: opentelemetry-instrumentation-celery==0.62b0; extra == "frozen"
192
- Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b0; extra == "frozen"
193
- Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b0; extra == "frozen"
194
- Requires-Dist: opentelemetry-instrumentation-pika==0.62b0; extra == "frozen"
195
- Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b0; extra == "frozen"
196
- Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b0; extra == "frozen"
197
- Requires-Dist: opentelemetry-instrumentation-redis==0.62b0; extra == "frozen"
198
- Requires-Dist: opentelemetry-instrumentation-requests==0.62b0; extra == "frozen"
199
- Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b0; extra == "frozen"
200
- Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b0; extra == "frozen"
182
+ Requires-Dist: opentelemetry-api==1.41.1; extra == "frozen"
183
+ Requires-Dist: opentelemetry-exporter-otlp==1.41.1; extra == "frozen"
184
+ Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.1; extra == "frozen"
185
+ Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.1; extra == "frozen"
186
+ Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.1; extra == "frozen"
187
+ Requires-Dist: opentelemetry-instrumentation==0.62b1; extra == "frozen"
188
+ Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b1; extra == "frozen"
189
+ Requires-Dist: opentelemetry-instrumentation-asgi==0.62b1; extra == "frozen"
190
+ Requires-Dist: opentelemetry-instrumentation-botocore==0.62b1; extra == "frozen"
191
+ Requires-Dist: opentelemetry-instrumentation-celery==0.62b1; extra == "frozen"
192
+ Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b1; extra == "frozen"
193
+ Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b1; extra == "frozen"
194
+ Requires-Dist: opentelemetry-instrumentation-pika==0.62b1; extra == "frozen"
195
+ Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b1; extra == "frozen"
196
+ Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b1; extra == "frozen"
197
+ Requires-Dist: opentelemetry-instrumentation-redis==0.62b1; extra == "frozen"
198
+ Requires-Dist: opentelemetry-instrumentation-requests==0.62b1; extra == "frozen"
199
+ Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b1; extra == "frozen"
200
+ Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b1; extra == "frozen"
201
201
  Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
202
- Requires-Dist: opentelemetry-proto==1.41.0; extra == "frozen"
203
- Requires-Dist: opentelemetry-sdk==1.41.0; extra == "frozen"
204
- Requires-Dist: opentelemetry-semantic-conventions==0.62b0; extra == "frozen"
205
- Requires-Dist: opentelemetry-util-http==0.62b0; extra == "frozen"
202
+ Requires-Dist: opentelemetry-proto==1.41.1; extra == "frozen"
203
+ Requires-Dist: opentelemetry-sdk==1.41.1; extra == "frozen"
204
+ Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
205
+ Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
206
206
  Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
207
- Requires-Dist: packaging==26.1; extra == "frozen"
207
+ Requires-Dist: packaging==26.2; extra == "frozen"
208
208
  Requires-Dist: pandas==3.0.2; extra == "frozen"
209
209
  Requires-Dist: parfive==2.3.1; extra == "frozen"
210
- Requires-Dist: pathspec==1.0.4; extra == "frozen"
210
+ Requires-Dist: pathspec==1.1.1; extra == "frozen"
211
211
  Requires-Dist: pendulum==3.2.0; extra == "frozen"
212
212
  Requires-Dist: pika==1.3.2; extra == "frozen"
213
213
  Requires-Dist: pillow==10.4.0; extra == "frozen"
214
- Requires-Dist: pip==26.0.1; extra == "frozen"
214
+ Requires-Dist: pip==26.1; extra == "frozen"
215
215
  Requires-Dist: platformdirs==4.9.6; extra == "frozen"
216
216
  Requires-Dist: pluggy==1.6.0; extra == "frozen"
217
217
  Requires-Dist: pooch==1.9.0; extra == "frozen"
@@ -232,7 +232,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
232
232
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
233
233
  Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
234
234
  Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
235
- Requires-Dist: python-multipart==0.0.26; extra == "frozen"
235
+ Requires-Dist: python-multipart==0.0.27; extra == "frozen"
236
236
  Requires-Dist: python-slugify==8.0.4; extra == "frozen"
237
237
  Requires-Dist: pytz==2026.1.post1; extra == "frozen"
238
238
  Requires-Dist: redis==6.4.0; extra == "frozen"
@@ -242,7 +242,7 @@ Requires-Dist: rich==15.0.0; extra == "frozen"
242
242
  Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
243
243
  Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
244
244
  Requires-Dist: rpds-py==0.30.0; extra == "frozen"
245
- Requires-Dist: s3transfer==0.16.0; extra == "frozen"
245
+ Requires-Dist: s3transfer==0.16.1; extra == "frozen"
246
246
  Requires-Dist: scikit-image==0.26.0; extra == "frozen"
247
247
  Requires-Dist: scipy==1.15.3; extra == "frozen"
248
248
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
@@ -266,17 +266,17 @@ Requires-Dist: tifffile==2026.4.11; extra == "frozen"
266
266
  Requires-Dist: tornado==6.5.5; extra == "frozen"
267
267
  Requires-Dist: tqdm==4.67.3; extra == "frozen"
268
268
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
269
- Requires-Dist: typer==0.24.1; extra == "frozen"
269
+ Requires-Dist: typer==0.25.0; extra == "frozen"
270
270
  Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
271
271
  Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
272
- Requires-Dist: tzdata==2026.1; extra == "frozen"
272
+ Requires-Dist: tzdata==2026.2; extra == "frozen"
273
273
  Requires-Dist: tzlocal==5.3.1; extra == "frozen"
274
274
  Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
275
275
  Requires-Dist: uncertainties==3.2.3; extra == "frozen"
276
276
  Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
277
277
  Requires-Dist: urllib3==2.6.3; extra == "frozen"
278
278
  Requires-Dist: uuid6==2025.0.1; extra == "frozen"
279
- Requires-Dist: uvicorn==0.45.0; extra == "frozen"
279
+ Requires-Dist: uvicorn==0.46.0; extra == "frozen"
280
280
  Requires-Dist: uvloop==0.22.1; extra == "frozen"
281
281
  Requires-Dist: vine==5.1.0; extra == "frozen"
282
282
  Requires-Dist: voluptuous==0.16.0; extra == "frozen"
@@ -1,7 +1,7 @@
1
- dkist-processing-common==14.0.0
1
+ dkist-processing-common==14.0.1
2
2
  dkist-processing-math==2.2.2
3
3
  dkist-header-validator==5.3.1
4
- dkist-fits-specifications==4.24.1
4
+ dkist-fits-specifications==4.25.0
5
5
  astropy==7.0.2
6
6
  numpy==2.2.5
7
7
  sunpy==6.1.1
@@ -13,7 +13,7 @@ dkist-service-configuration==4.3.0
13
13
 
14
14
  [asdf]
15
15
  dkist-processing-common[asdf]
16
- dkist-inventory[asdf]==1.11.5
16
+ dkist-inventory[asdf]==1.11.6
17
17
 
18
18
  [docs]
19
19
  sphinx
@@ -54,9 +54,9 @@ apache-airflow-core==3.1.8
54
54
  apache-airflow-providers-celery==3.18.0
55
55
  apache-airflow-providers-common-compat==1.14.3
56
56
  apache-airflow-providers-common-io==1.7.2
57
- apache-airflow-providers-common-sql==1.34.0
57
+ apache-airflow-providers-common-sql==1.35.0
58
58
  apache-airflow-providers-postgres==6.6.3
59
- apache-airflow-providers-smtp==2.4.5
59
+ apache-airflow-providers-smtp==3.0.0
60
60
  apache-airflow-providers-standard==1.12.3
61
61
  apache-airflow-task-sdk==1.1.8
62
62
  argcomplete==3.6.3
@@ -66,19 +66,19 @@ asdf_transform_schemas==0.6.0
66
66
  asgiref==3.11.1
67
67
  asteval==1.0.8
68
68
  astropy==7.0.2
69
- astropy-iers-data==0.2026.4.20.0.58.15
69
+ astropy-iers-data==0.2026.4.27.1.3.2
70
70
  asyncpg==0.31.0
71
71
  attrs==26.1.0
72
72
  babel==2.18.0
73
73
  billiard==4.2.4
74
- boto3==1.42.92
75
- botocore==1.42.92
74
+ boto3==1.42.97
75
+ botocore==1.42.97
76
76
  cadwyn==5.4.6
77
77
  celery==5.6.3
78
- certifi==2026.2.25
78
+ certifi==2026.4.22
79
79
  cffi==2.0.0
80
80
  charset-normalizer==3.4.7
81
- click==8.3.2
81
+ click==8.3.3
82
82
  click-didyoumean==0.3.1
83
83
  click-plugins==1.1.1.2
84
84
  click-repl==0.3.0
@@ -86,19 +86,19 @@ colorlog==6.10.1
86
86
  contourpy==1.3.3
87
87
  cron_descriptor==2.0.8
88
88
  croniter==6.2.2
89
- cryptography==46.0.7
89
+ cryptography==47.0.0
90
90
  cycler==0.12.1
91
91
  decorator==5.2.1
92
92
  dill==0.4.1
93
93
  dkist-header-validator==5.3.1
94
- dkist-processing-common==14.0.0
94
+ dkist-processing-common==14.0.1
95
95
  dkist-processing-core==7.2.1
96
96
  dkist-processing-math==2.2.2
97
- dkist-processing-pac==3.1.1
98
- dkist-processing-vbi==1.29.0
97
+ dkist-processing-pac==3.1.2
98
+ dkist-processing-vbi==1.29.2
99
99
  dkist-service-configuration==4.3.0
100
100
  dkist-spectral-lines==3.0.1
101
- dkist_fits_specifications==4.24.1
101
+ dkist_fits_specifications==4.25.0
102
102
  dnspython==2.8.0
103
103
  email-validator==2.3.0
104
104
  fastapi==0.117.1
@@ -112,14 +112,14 @@ globus-sdk==4.5.0
112
112
  googleapis-common-protos==1.74.0
113
113
  gqlclient==2.0.0
114
114
  greenback==1.3.0
115
- greenlet==3.4.0
115
+ greenlet==3.5.0
116
116
  grpcio==1.80.0
117
117
  h11==0.16.0
118
118
  httpcore==1.0.9
119
119
  httptools==0.7.1
120
120
  httpx==0.28.1
121
121
  humanize==4.15.0
122
- idna==3.12
122
+ idna==3.13
123
123
  imageio-ffmpeg==0.6.0
124
124
  importlib_metadata==8.7.1
125
125
  itsdangerous==2.2.0
@@ -137,7 +137,7 @@ lmfit==1.3.4
137
137
  lockfile==0.12.2
138
138
  loguru==0.7.3
139
139
  markdown-it-py==4.0.0
140
- matplotlib==3.10.8
140
+ matplotlib==3.10.9
141
141
  mdurl==0.1.2
142
142
  methodtools==0.4.7
143
143
  more-itertools==11.0.2
@@ -149,39 +149,39 @@ nbformat==5.10.4
149
149
  networkx==3.6.1
150
150
  numpy==2.2.5
151
151
  object-clerk==1.0.0
152
- opentelemetry-api==1.41.0
153
- opentelemetry-exporter-otlp==1.41.0
154
- opentelemetry-exporter-otlp-proto-common==1.41.0
155
- opentelemetry-exporter-otlp-proto-grpc==1.41.0
156
- opentelemetry-exporter-otlp-proto-http==1.41.0
157
- opentelemetry-instrumentation==0.62b0
158
- opentelemetry-instrumentation-aiohttp-client==0.62b0
159
- opentelemetry-instrumentation-asgi==0.62b0
160
- opentelemetry-instrumentation-botocore==0.62b0
161
- opentelemetry-instrumentation-celery==0.62b0
162
- opentelemetry-instrumentation-dbapi==0.62b0
163
- opentelemetry-instrumentation-fastapi==0.62b0
164
- opentelemetry-instrumentation-pika==0.62b0
165
- opentelemetry-instrumentation-psycopg2==0.62b0
166
- opentelemetry-instrumentation-pymongo==0.62b0
167
- opentelemetry-instrumentation-redis==0.62b0
168
- opentelemetry-instrumentation-requests==0.62b0
169
- opentelemetry-instrumentation-sqlalchemy==0.62b0
170
- opentelemetry-instrumentation-system-metrics==0.62b0
152
+ opentelemetry-api==1.41.1
153
+ opentelemetry-exporter-otlp==1.41.1
154
+ opentelemetry-exporter-otlp-proto-common==1.41.1
155
+ opentelemetry-exporter-otlp-proto-grpc==1.41.1
156
+ opentelemetry-exporter-otlp-proto-http==1.41.1
157
+ opentelemetry-instrumentation==0.62b1
158
+ opentelemetry-instrumentation-aiohttp-client==0.62b1
159
+ opentelemetry-instrumentation-asgi==0.62b1
160
+ opentelemetry-instrumentation-botocore==0.62b1
161
+ opentelemetry-instrumentation-celery==0.62b1
162
+ opentelemetry-instrumentation-dbapi==0.62b1
163
+ opentelemetry-instrumentation-fastapi==0.62b1
164
+ opentelemetry-instrumentation-pika==0.62b1
165
+ opentelemetry-instrumentation-psycopg2==0.62b1
166
+ opentelemetry-instrumentation-pymongo==0.62b1
167
+ opentelemetry-instrumentation-redis==0.62b1
168
+ opentelemetry-instrumentation-requests==0.62b1
169
+ opentelemetry-instrumentation-sqlalchemy==0.62b1
170
+ opentelemetry-instrumentation-system-metrics==0.62b1
171
171
  opentelemetry-propagator-aws-xray==1.0.2
172
- opentelemetry-proto==1.41.0
173
- opentelemetry-sdk==1.41.0
174
- opentelemetry-semantic-conventions==0.62b0
175
- opentelemetry-util-http==0.62b0
172
+ opentelemetry-proto==1.41.1
173
+ opentelemetry-sdk==1.41.1
174
+ opentelemetry-semantic-conventions==0.62b1
175
+ opentelemetry-util-http==0.62b1
176
176
  outcome==1.3.0.post0
177
- packaging==26.1
177
+ packaging==26.2
178
178
  pandas==3.0.2
179
179
  parfive==2.3.1
180
- pathspec==1.0.4
180
+ pathspec==1.1.1
181
181
  pendulum==3.2.0
182
182
  pika==1.3.2
183
183
  pillow==10.4.0
184
- pip==26.0.1
184
+ pip==26.1
185
185
  platformdirs==4.9.6
186
186
  pluggy==1.6.0
187
187
  pooch==1.9.0
@@ -202,7 +202,7 @@ pyparsing==3.3.2
202
202
  python-daemon==3.1.2
203
203
  python-dateutil==2.9.0.post0
204
204
  python-dotenv==1.2.2
205
- python-multipart==0.0.26
205
+ python-multipart==0.0.27
206
206
  python-slugify==8.0.4
207
207
  pytz==2026.1.post1
208
208
  redis==6.4.0
@@ -212,7 +212,7 @@ rich==15.0.0
212
212
  rich-argparse==1.7.2
213
213
  rich-toolkit==0.19.7
214
214
  rpds-py==0.30.0
215
- s3transfer==0.16.0
215
+ s3transfer==0.16.1
216
216
  scikit-image==0.26.0
217
217
  scipy==1.15.3
218
218
  semantic-version==2.10.0
@@ -236,17 +236,17 @@ tifffile==2026.4.11
236
236
  tornado==6.5.5
237
237
  tqdm==4.67.3
238
238
  traitlets==5.14.3
239
- typer==0.24.1
239
+ typer==0.25.0
240
240
  typing-inspection==0.4.2
241
241
  typing_extensions==4.15.0
242
- tzdata==2026.1
242
+ tzdata==2026.2
243
243
  tzlocal==5.3.1
244
244
  uc-micro-py==2.0.0
245
245
  uncertainties==3.2.3
246
246
  universal_pathlib==0.2.6
247
247
  urllib3==2.6.3
248
248
  uuid6==2025.0.1
249
- uvicorn==0.45.0
249
+ uvicorn==0.46.0
250
250
  uvloop==0.22.1
251
251
  vine==5.1.0
252
252
  voluptuous==0.16.0
@@ -266,7 +266,7 @@ dkist-processing-vbi[asdf]
266
266
 
267
267
  [inventory]
268
268
  dkist-processing-common[inventory]
269
- dkist-inventory==1.11.5
269
+ dkist-inventory==1.11.6
270
270
 
271
271
  [quality]
272
272
  dkist-quality==2.0.1
@@ -9,8 +9,8 @@ exclude = ["build*"]
9
9
 
10
10
  [tool.dkist-dev-tools]
11
11
  # Most recently frozen version by dkist-dev-tools
12
- version = "1.29.0"
13
- date = 2026-04-21T14:47:10.639492
12
+ version = "1.29.2"
13
+ date = 2026-04-27T14:52:22.671749
14
14
 
15
15
  [project]
16
16
  dynamic = ["version"]
@@ -26,10 +26,10 @@ classifiers = [
26
26
  "Programming Language :: Python :: 3.13",
27
27
  ]
28
28
  dependencies = [
29
- "dkist-processing-common == 14.0.0",
29
+ "dkist-processing-common == 14.0.1",
30
30
  "dkist-processing-math == 2.2.2",
31
31
  "dkist-header-validator == 5.3.1",
32
- "dkist-fits-specifications == 4.24.1",
32
+ "dkist-fits-specifications == 4.25.0",
33
33
  "astropy == 7.0.2",
34
34
  "numpy == 2.2.5",
35
35
  "sunpy == 6.1.1",
@@ -59,11 +59,11 @@ test = [
59
59
  ]
60
60
  inventory = [
61
61
  "dkist-processing-common[inventory]",
62
- "dkist-inventory==1.11.5",
62
+ "dkist-inventory==1.11.6",
63
63
  ]
64
64
  asdf = [
65
65
  "dkist-processing-common[asdf]",
66
- "dkist-inventory[asdf]==1.11.5",
66
+ "dkist-inventory[asdf]==1.11.6",
67
67
  ]
68
68
  quality = [
69
69
  "dkist-quality==2.0.1",
@@ -112,9 +112,9 @@ frozen = [
112
112
  "apache-airflow-providers-celery == 3.18.0",
113
113
  "apache-airflow-providers-common-compat == 1.14.3",
114
114
  "apache-airflow-providers-common-io == 1.7.2",
115
- "apache-airflow-providers-common-sql == 1.34.0",
115
+ "apache-airflow-providers-common-sql == 1.35.0",
116
116
  "apache-airflow-providers-postgres == 6.6.3",
117
- "apache-airflow-providers-smtp == 2.4.5",
117
+ "apache-airflow-providers-smtp == 3.0.0",
118
118
  "apache-airflow-providers-standard == 1.12.3",
119
119
  "apache-airflow-task-sdk == 1.1.8",
120
120
  "argcomplete == 3.6.3",
@@ -124,19 +124,19 @@ frozen = [
124
124
  "asgiref == 3.11.1",
125
125
  "asteval == 1.0.8",
126
126
  "astropy == 7.0.2",
127
- "astropy-iers-data == 0.2026.4.20.0.58.15",
127
+ "astropy-iers-data == 0.2026.4.27.1.3.2",
128
128
  "asyncpg == 0.31.0",
129
129
  "attrs == 26.1.0",
130
130
  "babel == 2.18.0",
131
131
  "billiard == 4.2.4",
132
- "boto3 == 1.42.92",
133
- "botocore == 1.42.92",
132
+ "boto3 == 1.42.97",
133
+ "botocore == 1.42.97",
134
134
  "cadwyn == 5.4.6",
135
135
  "celery == 5.6.3",
136
- "certifi == 2026.2.25",
136
+ "certifi == 2026.4.22",
137
137
  "cffi == 2.0.0",
138
138
  "charset-normalizer == 3.4.7",
139
- "click == 8.3.2",
139
+ "click == 8.3.3",
140
140
  "click-didyoumean == 0.3.1",
141
141
  "click-plugins == 1.1.1.2",
142
142
  "click-repl == 0.3.0",
@@ -144,19 +144,19 @@ frozen = [
144
144
  "contourpy == 1.3.3",
145
145
  "cron_descriptor == 2.0.8",
146
146
  "croniter == 6.2.2",
147
- "cryptography == 46.0.7",
147
+ "cryptography == 47.0.0",
148
148
  "cycler == 0.12.1",
149
149
  "decorator == 5.2.1",
150
150
  "dill == 0.4.1",
151
151
  "dkist-header-validator == 5.3.1",
152
- "dkist-processing-common == 14.0.0",
152
+ "dkist-processing-common == 14.0.1",
153
153
  "dkist-processing-core == 7.2.1",
154
154
  "dkist-processing-math == 2.2.2",
155
- "dkist-processing-pac == 3.1.1",
156
- "dkist-processing-vbi == 1.29.0",
155
+ "dkist-processing-pac == 3.1.2",
156
+ "dkist-processing-vbi == 1.29.2",
157
157
  "dkist-service-configuration == 4.3.0",
158
158
  "dkist-spectral-lines == 3.0.1",
159
- "dkist_fits_specifications == 4.24.1",
159
+ "dkist_fits_specifications == 4.25.0",
160
160
  "dnspython == 2.8.0",
161
161
  "email-validator == 2.3.0",
162
162
  "fastapi == 0.117.1",
@@ -170,14 +170,14 @@ frozen = [
170
170
  "googleapis-common-protos == 1.74.0",
171
171
  "gqlclient == 2.0.0",
172
172
  "greenback == 1.3.0",
173
- "greenlet == 3.4.0",
173
+ "greenlet == 3.5.0",
174
174
  "grpcio == 1.80.0",
175
175
  "h11 == 0.16.0",
176
176
  "httpcore == 1.0.9",
177
177
  "httptools == 0.7.1",
178
178
  "httpx == 0.28.1",
179
179
  "humanize == 4.15.0",
180
- "idna == 3.12",
180
+ "idna == 3.13",
181
181
  "imageio-ffmpeg == 0.6.0",
182
182
  "importlib_metadata == 8.7.1",
183
183
  "itsdangerous == 2.2.0",
@@ -195,7 +195,7 @@ frozen = [
195
195
  "lockfile == 0.12.2",
196
196
  "loguru == 0.7.3",
197
197
  "markdown-it-py == 4.0.0",
198
- "matplotlib == 3.10.8",
198
+ "matplotlib == 3.10.9",
199
199
  "mdurl == 0.1.2",
200
200
  "methodtools == 0.4.7",
201
201
  "more-itertools == 11.0.2",
@@ -207,39 +207,39 @@ frozen = [
207
207
  "networkx == 3.6.1",
208
208
  "numpy == 2.2.5",
209
209
  "object-clerk == 1.0.0",
210
- "opentelemetry-api == 1.41.0",
211
- "opentelemetry-exporter-otlp == 1.41.0",
212
- "opentelemetry-exporter-otlp-proto-common == 1.41.0",
213
- "opentelemetry-exporter-otlp-proto-grpc == 1.41.0",
214
- "opentelemetry-exporter-otlp-proto-http == 1.41.0",
215
- "opentelemetry-instrumentation == 0.62b0",
216
- "opentelemetry-instrumentation-aiohttp-client == 0.62b0",
217
- "opentelemetry-instrumentation-asgi == 0.62b0",
218
- "opentelemetry-instrumentation-botocore == 0.62b0",
219
- "opentelemetry-instrumentation-celery == 0.62b0",
220
- "opentelemetry-instrumentation-dbapi == 0.62b0",
221
- "opentelemetry-instrumentation-fastapi == 0.62b0",
222
- "opentelemetry-instrumentation-pika == 0.62b0",
223
- "opentelemetry-instrumentation-psycopg2 == 0.62b0",
224
- "opentelemetry-instrumentation-pymongo == 0.62b0",
225
- "opentelemetry-instrumentation-redis == 0.62b0",
226
- "opentelemetry-instrumentation-requests == 0.62b0",
227
- "opentelemetry-instrumentation-sqlalchemy == 0.62b0",
228
- "opentelemetry-instrumentation-system-metrics == 0.62b0",
210
+ "opentelemetry-api == 1.41.1",
211
+ "opentelemetry-exporter-otlp == 1.41.1",
212
+ "opentelemetry-exporter-otlp-proto-common == 1.41.1",
213
+ "opentelemetry-exporter-otlp-proto-grpc == 1.41.1",
214
+ "opentelemetry-exporter-otlp-proto-http == 1.41.1",
215
+ "opentelemetry-instrumentation == 0.62b1",
216
+ "opentelemetry-instrumentation-aiohttp-client == 0.62b1",
217
+ "opentelemetry-instrumentation-asgi == 0.62b1",
218
+ "opentelemetry-instrumentation-botocore == 0.62b1",
219
+ "opentelemetry-instrumentation-celery == 0.62b1",
220
+ "opentelemetry-instrumentation-dbapi == 0.62b1",
221
+ "opentelemetry-instrumentation-fastapi == 0.62b1",
222
+ "opentelemetry-instrumentation-pika == 0.62b1",
223
+ "opentelemetry-instrumentation-psycopg2 == 0.62b1",
224
+ "opentelemetry-instrumentation-pymongo == 0.62b1",
225
+ "opentelemetry-instrumentation-redis == 0.62b1",
226
+ "opentelemetry-instrumentation-requests == 0.62b1",
227
+ "opentelemetry-instrumentation-sqlalchemy == 0.62b1",
228
+ "opentelemetry-instrumentation-system-metrics == 0.62b1",
229
229
  "opentelemetry-propagator-aws-xray == 1.0.2",
230
- "opentelemetry-proto == 1.41.0",
231
- "opentelemetry-sdk == 1.41.0",
232
- "opentelemetry-semantic-conventions == 0.62b0",
233
- "opentelemetry-util-http == 0.62b0",
230
+ "opentelemetry-proto == 1.41.1",
231
+ "opentelemetry-sdk == 1.41.1",
232
+ "opentelemetry-semantic-conventions == 0.62b1",
233
+ "opentelemetry-util-http == 0.62b1",
234
234
  "outcome == 1.3.0.post0",
235
- "packaging == 26.1",
235
+ "packaging == 26.2",
236
236
  "pandas == 3.0.2",
237
237
  "parfive == 2.3.1",
238
- "pathspec == 1.0.4",
238
+ "pathspec == 1.1.1",
239
239
  "pendulum == 3.2.0",
240
240
  "pika == 1.3.2",
241
241
  "pillow == 10.4.0",
242
- "pip == 26.0.1",
242
+ "pip == 26.1",
243
243
  "platformdirs == 4.9.6",
244
244
  "pluggy == 1.6.0",
245
245
  "pooch == 1.9.0",
@@ -260,7 +260,7 @@ frozen = [
260
260
  "python-daemon == 3.1.2",
261
261
  "python-dateutil == 2.9.0.post0",
262
262
  "python-dotenv == 1.2.2",
263
- "python-multipart == 0.0.26",
263
+ "python-multipart == 0.0.27",
264
264
  "python-slugify == 8.0.4",
265
265
  "pytz == 2026.1.post1",
266
266
  "redis == 6.4.0",
@@ -270,7 +270,7 @@ frozen = [
270
270
  "rich-argparse == 1.7.2",
271
271
  "rich-toolkit == 0.19.7",
272
272
  "rpds-py == 0.30.0",
273
- "s3transfer == 0.16.0",
273
+ "s3transfer == 0.16.1",
274
274
  "scikit-image == 0.26.0",
275
275
  "scipy == 1.15.3",
276
276
  "semantic-version == 2.10.0",
@@ -294,17 +294,17 @@ frozen = [
294
294
  "tornado == 6.5.5",
295
295
  "tqdm == 4.67.3",
296
296
  "traitlets == 5.14.3",
297
- "typer == 0.24.1",
297
+ "typer == 0.25.0",
298
298
  "typing-inspection == 0.4.2",
299
299
  "typing_extensions == 4.15.0",
300
- "tzdata == 2026.1",
300
+ "tzdata == 2026.2",
301
301
  "tzlocal == 5.3.1",
302
302
  "uc-micro-py == 2.0.0",
303
303
  "uncertainties == 3.2.3",
304
304
  "universal_pathlib == 0.2.6",
305
305
  "urllib3 == 2.6.3",
306
306
  "uuid6 == 2025.0.1",
307
- "uvicorn == 0.45.0",
307
+ "uvicorn == 0.46.0",
308
308
  "uvloop == 0.22.1",
309
309
  "vine == 5.1.0",
310
310
  "voluptuous == 0.16.0",