apache-airflow-providers-edge3 1.4.1rc1__py3-none-any.whl → 1.5.0__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 (24) 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 +20 -10
  4. airflow/providers/edge3/executors/edge_executor.py +6 -4
  5. airflow/providers/edge3/get_provider_info.py +7 -0
  6. airflow/providers/edge3/models/edge_job.py +1 -1
  7. airflow/providers/edge3/models/edge_worker.py +21 -7
  8. airflow/providers/edge3/plugins/edge_executor_plugin.py +1 -2
  9. airflow/providers/edge3/plugins/www/dist/main.umd.cjs +8 -117
  10. airflow/providers/edge3/plugins/www/package.json +18 -18
  11. airflow/providers/edge3/plugins/www/pnpm-lock.yaml +1291 -1185
  12. airflow/providers/edge3/plugins/www/src/main.tsx +0 -5
  13. airflow/providers/edge3/plugins/www/src/utils/index.ts +0 -1
  14. airflow/providers/edge3/worker_api/routes/_v2_compat.py +1 -0
  15. airflow/providers/edge3/worker_api/routes/jobs.py +4 -5
  16. airflow/providers/edge3/worker_api/routes/ui.py +8 -3
  17. airflow/providers/edge3/worker_api/routes/worker.py +8 -4
  18. {apache_airflow_providers_edge3-1.4.1rc1.dist-info → apache_airflow_providers_edge3-1.5.0.dist-info}/METADATA +10 -8
  19. {apache_airflow_providers_edge3-1.4.1rc1.dist-info → apache_airflow_providers_edge3-1.5.0.dist-info}/RECORD +23 -23
  20. apache_airflow_providers_edge3-1.5.0.dist-info/licenses/NOTICE +5 -0
  21. airflow/providers/edge3/plugins/www/src/utils/tokenHandler.ts +0 -51
  22. {apache_airflow_providers_edge3-1.4.1rc1.dist-info → apache_airflow_providers_edge3-1.5.0.dist-info}/WHEEL +0 -0
  23. {apache_airflow_providers_edge3-1.4.1rc1.dist-info → apache_airflow_providers_edge3-1.5.0.dist-info}/entry_points.txt +0 -0
  24. {airflow/providers/edge3 → apache_airflow_providers_edge3-1.5.0.dist-info/licenses}/LICENSE +0 -0
@@ -32,31 +32,31 @@
32
32
  "coverage": "vitest run --coverage"
33
33
  },
34
34
  "dependencies": {
35
- "@chakra-ui/react": "^3.28.0",
35
+ "@chakra-ui/react": "^3.29.0",
36
36
  "@emotion/react": "^11.14.0",
37
- "@tanstack/react-query": "^5.90.5",
38
- "axios": "^1.12.2",
37
+ "@tanstack/react-query": "^5.90.8",
38
+ "axios": "^1.13.2",
39
39
  "next-themes": "^0.4.6",
40
40
  "react": "^19.2.0",
41
41
  "react-dom": "^19.2.0",
42
42
  "react-icons": "^5.5.0",
43
- "react-router-dom": "^7.9.4",
43
+ "react-router-dom": "^7.9.5",
44
44
  "react-timeago": "^8.3.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@7nohe/openapi-react-query-codegen": "^1.6.2",
48
- "@eslint/compat": "^1.4.0",
49
- "@eslint/js": "^9.38.0",
48
+ "@eslint/compat": "^1.4.1",
49
+ "@eslint/js": "^9.39.1",
50
50
  "@stylistic/eslint-plugin": "^5.5.0",
51
51
  "@testing-library/jest-dom": "^6.9.1",
52
52
  "@testing-library/react": "^16.3.0",
53
- "@trivago/prettier-plugin-sort-imports": "^5.2.2",
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",
53
+ "@trivago/prettier-plugin-sort-imports": "^6.0.0",
54
+ "@types/node": "^24.10.1",
55
+ "@types/react": "^19.2.4",
56
+ "@types/react-dom": "^19.2.3",
57
+ "@vitejs/plugin-react-swc": "^4.2.2",
58
+ "@vitest/coverage-v8": "^4.0.8",
59
+ "eslint": "^9.39.1",
60
60
  "eslint-config-prettier": "^10.1.2",
61
61
  "eslint-plugin-jsx-a11y": "^6.10.2",
62
62
  "eslint-plugin-perfectionist": "^4.15.1",
@@ -65,15 +65,15 @@
65
65
  "eslint-plugin-react-hooks": "^7.0.1",
66
66
  "eslint-plugin-react-refresh": "^0.4.24",
67
67
  "eslint-plugin-unicorn": "^62.0.0",
68
- "globals": "^16.4.0",
69
- "happy-dom": "^20.0.8",
68
+ "globals": "^16.5.0",
69
+ "happy-dom": "^20.0.10",
70
70
  "prettier": "^3.5.3",
71
71
  "typescript": "~5.8.3",
72
- "typescript-eslint": "^8.46.2",
73
- "vite": "^7.1.12",
72
+ "typescript-eslint": "^8.46.4",
73
+ "vite": "^7.2.2",
74
74
  "vite-plugin-css-injected-by-js": "^3.5.2",
75
75
  "vite-plugin-dts": "^4.5.4",
76
- "vitest": "^4.0.3"
76
+ "vitest": "^4.0.8"
77
77
  },
78
78
  "pnpm": {
79
79
  "onlyBuiltDependencies": [