apache-airflow-providers-edge3 1.4.0__py3-none-any.whl → 1.4.1__py3-none-any.whl

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 (25) hide show
  1. airflow/providers/edge3/__init__.py +1 -1
  2. airflow/providers/edge3/cli/api_client.py +9 -3
  3. airflow/providers/edge3/cli/worker.py +15 -9
  4. airflow/providers/edge3/executors/edge_executor.py +6 -4
  5. airflow/providers/edge3/models/edge_job.py +1 -1
  6. airflow/providers/edge3/models/edge_worker.py +21 -7
  7. airflow/providers/edge3/plugins/edge_executor_plugin.py +3 -12
  8. airflow/providers/edge3/plugins/www/dist/main.umd.cjs +14 -50
  9. airflow/providers/edge3/plugins/www/package.json +22 -22
  10. airflow/providers/edge3/plugins/www/pnpm-lock.yaml +1502 -1509
  11. airflow/providers/edge3/plugins/www/src/layouts/EdgeLayout.tsx +9 -14
  12. airflow/providers/edge3/plugins/www/src/layouts/NavTabs.tsx +1 -8
  13. airflow/providers/edge3/plugins/www/src/main.tsx +0 -5
  14. airflow/providers/edge3/plugins/www/src/pages/JobsPage.tsx +7 -8
  15. airflow/providers/edge3/plugins/www/src/utils/index.ts +0 -1
  16. airflow/providers/edge3/plugins/www/vite.config.ts +2 -1
  17. airflow/providers/edge3/worker_api/routes/_v2_compat.py +1 -0
  18. airflow/providers/edge3/worker_api/routes/jobs.py +4 -5
  19. airflow/providers/edge3/worker_api/routes/ui.py +8 -3
  20. airflow/providers/edge3/worker_api/routes/worker.py +8 -4
  21. {apache_airflow_providers_edge3-1.4.0.dist-info → apache_airflow_providers_edge3-1.4.1.dist-info}/METADATA +11 -11
  22. {apache_airflow_providers_edge3-1.4.0.dist-info → apache_airflow_providers_edge3-1.4.1.dist-info}/RECORD +24 -25
  23. airflow/providers/edge3/plugins/www/src/utils/tokenHandler.ts +0 -51
  24. {apache_airflow_providers_edge3-1.4.0.dist-info → apache_airflow_providers_edge3-1.4.1.dist-info}/WHEEL +0 -0
  25. {apache_airflow_providers_edge3-1.4.0.dist-info → apache_airflow_providers_edge3-1.4.1.dist-info}/entry_points.txt +0 -0
@@ -32,48 +32,48 @@
32
32
  "coverage": "vitest run --coverage"
33
33
  },
34
34
  "dependencies": {
35
- "@chakra-ui/react": "^3.27.0",
35
+ "@chakra-ui/react": "^3.28.0",
36
36
  "@emotion/react": "^11.14.0",
37
- "@tanstack/react-query": "^5.90.2",
37
+ "@tanstack/react-query": "^5.90.5",
38
38
  "axios": "^1.12.2",
39
39
  "next-themes": "^0.4.6",
40
- "react": "^19.1.1",
41
- "react-dom": "^19.1.1",
40
+ "react": "^19.2.0",
41
+ "react-dom": "^19.2.0",
42
42
  "react-icons": "^5.5.0",
43
- "react-router-dom": "^7.9.1",
43
+ "react-router-dom": "^7.9.4",
44
44
  "react-timeago": "^8.3.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@7nohe/openapi-react-query-codegen": "^1.6.2",
48
48
  "@eslint/compat": "^1.4.0",
49
- "@eslint/js": "^9.36.0",
50
- "@stylistic/eslint-plugin": "^5.4.0",
51
- "@testing-library/jest-dom": "^6.8.0",
49
+ "@eslint/js": "^9.38.0",
50
+ "@stylistic/eslint-plugin": "^5.5.0",
51
+ "@testing-library/jest-dom": "^6.9.1",
52
52
  "@testing-library/react": "^16.3.0",
53
53
  "@trivago/prettier-plugin-sort-imports": "^5.2.2",
54
- "@types/node": "^24.5.2",
55
- "@types/react": "^19.1.13",
56
- "@types/react-dom": "^19.1.9",
57
- "@vitejs/plugin-react-swc": "^4.1.0",
58
- "@vitest/coverage-v8": "^3.2.4",
59
- "eslint": "^9.36.0",
54
+ "@types/node": "^24.9.1",
55
+ "@types/react": "^19.2.2",
56
+ "@types/react-dom": "^19.2.2",
57
+ "@vitejs/plugin-react-swc": "^4.2.0",
58
+ "@vitest/coverage-v8": "^4.0.3",
59
+ "eslint": "^9.38.0",
60
60
  "eslint-config-prettier": "^10.1.2",
61
61
  "eslint-plugin-jsx-a11y": "^6.10.2",
62
- "eslint-plugin-perfectionist": "^4.12.3",
62
+ "eslint-plugin-perfectionist": "^4.15.1",
63
63
  "eslint-plugin-prettier": "^5.2.6",
64
64
  "eslint-plugin-react": "^7.37.5",
65
- "eslint-plugin-react-hooks": "^5.2.0",
66
- "eslint-plugin-react-refresh": "^0.4.21",
67
- "eslint-plugin-unicorn": "^61.0.2",
65
+ "eslint-plugin-react-hooks": "^7.0.1",
66
+ "eslint-plugin-react-refresh": "^0.4.24",
67
+ "eslint-plugin-unicorn": "^62.0.0",
68
68
  "globals": "^16.4.0",
69
- "happy-dom": "^18.0.1",
69
+ "happy-dom": "^20.0.8",
70
70
  "prettier": "^3.5.3",
71
71
  "typescript": "~5.8.3",
72
- "typescript-eslint": "^8.44.1",
73
- "vite": "^7.1.7",
72
+ "typescript-eslint": "^8.46.2",
73
+ "vite": "^7.1.12",
74
74
  "vite-plugin-css-injected-by-js": "^3.5.2",
75
75
  "vite-plugin-dts": "^4.5.4",
76
- "vitest": "^3.2.4"
76
+ "vitest": "^4.0.3"
77
77
  },
78
78
  "pnpm": {
79
79
  "onlyBuiltDependencies": [