Skip to content

[v3-2-test] Upgrade important CI environment#65585

Merged
Lee-W merged 2 commits into
v3-2-testfrom
ci-upgrade-v3-2-test
Apr 24, 2026
Merged

[v3-2-test] Upgrade important CI environment#65585
Lee-W merged 2 commits into
v3-2-testfrom
ci-upgrade-v3-2-test

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR upgrades important dependencies of the CI environment.

Copy link
Copy Markdown
Member

@pierrejeambrun pierrejeambrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Just one comment regarding the pydantic upgrade.

Comment thread uv.lock Outdated
@potiuk potiuk force-pushed the ci-upgrade-v3-2-test branch from c6a9af9 to 9a59368 Compare April 23, 2026 17:55
@potiuk
Copy link
Copy Markdown
Member

potiuk commented Apr 23, 2026

rebased 🤞

@bugraoz93
Copy link
Copy Markdown
Contributor

bugraoz93 commented Apr 23, 2026

Static checks are failing. I saw this a while ago, and it was fixed in main before understanding the cause. It looks like we just need to align with v3-2-test

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;

@Lee-W Lee-W force-pushed the ci-upgrade-v3-2-test branch from 15cfd07 to 15e097b Compare April 24, 2026 07:02
@Lee-W Lee-W merged commit 2308de6 into v3-2-test Apr 24, 2026
216 of 217 checks passed
@Lee-W Lee-W deleted the ci-upgrade-v3-2-test branch April 24, 2026 10:12
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants