[v3-2-test] Upgrade important CI environment#65585
Merged
Merged
Conversation
Lee-W
approved these changes
Apr 21, 2026
5d14a22 to
74ebb77
Compare
6d138a2 to
9692c68
Compare
075c4fc to
3fe9a9a
Compare
9692c68 to
72f015b
Compare
72f015b to
a65de58
Compare
pierrejeambrun
approved these changes
Apr 23, 2026
c6a9af9 to
9a59368
Compare
Member
|
rebased 🤞 |
jscheffl
approved these changes
Apr 23, 2026
bugraoz93
approved these changes
Apr 23, 2026
Contributor
|
Static checks are failing. I saw this a while ago, and it was fixed in Check for problematic context manager class decorators....................................................Passed
hint: Some hooks made changes to the files.
If you are seeing this message in CI, reproduce locally with: `prek run --all-files`
To run prek as part of Git workflow, use `prek install` to set up Git shims.
All changes made by hooks:
diff --git a/airflow-core/src/airflow/ui/openapi-gen/requests/schemas.gen.ts b/airflow-core/src/airflow/ui/openapi-gen/requests/schemas.gen.ts
index 8f42194..1041852 100644
--- a/airflow-core/src/airflow/ui/openapi-gen/requests/schemas.gen.ts
+++ b/airflow-core/src/airflow/ui/openapi-gen/requests/schemas.gen.ts
@@ -8125,7 +8125,8 @@ export const $ExtraMenuItem = {
},
type: 'object',
required: ['text', 'href'],
- title: 'ExtraMenuItem'
+ title: 'ExtraMenuItem',
+ description: 'Define a menu item that can be added to the menu by auth managers or plugins.'
} as const;
export const $GanttResponse = {
diff --git a/airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts b/airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts
index c582d57..8150f58 100644
--- a/airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts
+++ b/airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts
@@ -1985,6 +1985,9 @@ export type EdgeResponse = {
is_source_asset?: boolean | null;
};
+/**
+ * Define a menu item that can be added to the menu by auth managers or plugins.
+ */
export type ExtraMenuItem = {
text: string;
href: string; |
15cfd07 to
15e097b
Compare
vatsrahul1001
pushed a commit
that referenced
this pull request
Apr 27, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Wei Lee <weilee.rx@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR upgrades important dependencies of the CI environment.