@@ -5,6 +5,7 @@ vector = "0.49.0"
55
66[versions ."4 .0 .2" .build-arguments ]
77cyclonedx-bom-version = " 6.0.0"
8+ # Find the flask-appbuilder version in the applicable constraints.txt file, then find the authlib version.
89# https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.4.1/requirements/extra.txt#L7
910authlib-version = " 1.2.1"
1011python-version = " 3.9"
@@ -18,6 +19,7 @@ vector = "0.49.0"
1819
1920[versions ."4 .1 .2" .build-arguments ]
2021cyclonedx-bom-version = " 6.0.0"
22+ # Find the flask-appbuilder version in the applicable constraints.txt file, then find the authlib version.
2123# https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.5.0/requirements/extra.txt#L7
2224authlib-version = " 1.2.1"
2325python-version = " 3.9"
@@ -31,8 +33,23 @@ vector = "0.49.0"
3133
3234[versions ."4 .1 .4" .build-arguments ]
3335cyclonedx-bom-version = " 6.0.0"
36+ # Find the flask-appbuilder version in the applicable constraints.txt file, then find the authlib version.
3437# https://github.com/dpgaspar/Flask-AppBuilder/blob/release/4.5.0/requirements/extra.txt#L7
3538authlib-version = " 1.2.1"
3639python-version = " 3.9"
3740uv-version = " 0.7.3"
3841nodejs-version = " 20"
42+
43+ [versions ."6 .0 .0-rc2" .local-images ]
44+ "shared/statsd-exporter" = " 0.28.0"
45+ stackable-devel = " 1.0.0"
46+ vector = " 0.49.0"
47+
48+ [versions ."6 .0 .0-rc2" .build-arguments ]
49+ cyclonedx-bom-version = " 6.0.0"
50+ # Find the flask-appbuilder version in the applicable constraints.txt file, then find the authlib version.
51+ # https://github.com/dpgaspar/Flask-AppBuilder/blob/release/5.0.0/requirements/extra.txt#L7
52+ authlib-version = " 1.2.1"
53+ python-version = " 3.11"
54+ uv-version = " 0.7.3"
55+ nodejs-version = " 20"
0 commit comments