apache-airflow-providers-edge3 2.0.0rc1__py3-none-any.whl → 3.0.1rc1__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 (31) hide show
  1. airflow/providers/edge3/__init__.py +1 -1
  2. airflow/providers/edge3/cli/api_client.py +30 -28
  3. airflow/providers/edge3/cli/dataclasses.py +3 -10
  4. airflow/providers/edge3/cli/definition.py +261 -0
  5. airflow/providers/edge3/cli/edge_command.py +8 -206
  6. airflow/providers/edge3/cli/worker.py +226 -198
  7. airflow/providers/edge3/example_dags/win_notepad.py +1 -1
  8. airflow/providers/edge3/executors/edge_executor.py +24 -49
  9. airflow/providers/edge3/get_provider_info.py +1 -0
  10. airflow/providers/edge3/models/edge_job.py +1 -2
  11. airflow/providers/edge3/models/edge_worker.py +61 -16
  12. airflow/providers/edge3/plugins/edge_executor_plugin.py +1 -1
  13. airflow/providers/edge3/plugins/www/dist/main.umd.cjs +8 -8
  14. airflow/providers/edge3/plugins/www/package.json +32 -27
  15. airflow/providers/edge3/plugins/www/pnpm-lock.yaml +1625 -1716
  16. airflow/providers/edge3/plugins/www/src/global.d.ts +24 -0
  17. airflow/providers/edge3/plugins/www/src/layouts/NavTabs.tsx +25 -3
  18. airflow/providers/edge3/plugins/www/src/main.tsx +6 -1
  19. airflow/providers/edge3/plugins/www/src/theme.ts +1 -1
  20. airflow/providers/edge3/worker_api/datamodels.py +12 -1
  21. airflow/providers/edge3/worker_api/routes/jobs.py +21 -8
  22. airflow/providers/edge3/worker_api/routes/logs.py +1 -1
  23. airflow/providers/edge3/worker_api/routes/worker.py +16 -3
  24. {apache_airflow_providers_edge3-2.0.0rc1.dist-info → apache_airflow_providers_edge3-3.0.1rc1.dist-info}/METADATA +14 -10
  25. {apache_airflow_providers_edge3-2.0.0rc1.dist-info → apache_airflow_providers_edge3-3.0.1rc1.dist-info}/RECORD +29 -29
  26. {apache_airflow_providers_edge3-2.0.0rc1.dist-info → apache_airflow_providers_edge3-3.0.1rc1.dist-info}/licenses/NOTICE +1 -1
  27. airflow/providers/edge3/plugins/templates/edge_worker_hosts.html +0 -175
  28. airflow/providers/edge3/plugins/templates/edge_worker_jobs.html +0 -69
  29. {apache_airflow_providers_edge3-2.0.0rc1.dist-info → apache_airflow_providers_edge3-3.0.1rc1.dist-info}/WHEEL +0 -0
  30. {apache_airflow_providers_edge3-2.0.0rc1.dist-info → apache_airflow_providers_edge3-3.0.1rc1.dist-info}/entry_points.txt +0 -0
  31. {apache_airflow_providers_edge3-2.0.0rc1.dist-info → apache_airflow_providers_edge3-3.0.1rc1.dist-info}/licenses/LICENSE +0 -0
@@ -32,50 +32,55 @@
32
32
  "coverage": "vitest run --coverage"
33
33
  },
34
34
  "dependencies": {
35
- "@chakra-ui/react": "^3.30.0",
35
+ "@chakra-ui/react": "^3.31.0",
36
36
  "@emotion/react": "^11.14.0",
37
- "@tanstack/react-query": "^5.90.10",
37
+ "@tanstack/react-query": "^5.90.19",
38
+ "@types/semver": "^7.7.1",
38
39
  "axios": "^1.13.2",
39
40
  "next-themes": "^0.4.6",
40
- "react": "^19.2.0",
41
- "react-dom": "^19.2.0",
42
- "react-hotkeys-hook": "^5.2.1",
41
+ "react": "^19.2.3",
42
+ "react-dom": "^19.2.3",
43
+ "react-hotkeys-hook": "^5.2.3",
43
44
  "react-icons": "^5.5.0",
44
- "react-router-dom": "^7.9.6",
45
+ "react-router-dom": "^7.12.0",
45
46
  "react-timeago": "^8.3.0",
46
- "use-debounce": "^10.0.6"
47
+ "semver": "^7.7.3",
48
+ "use-debounce": "^10.1.0"
47
49
  },
48
50
  "devDependencies": {
49
- "@7nohe/openapi-react-query-codegen": "^1.6.2",
50
- "@eslint/compat": "^2.0.0",
51
- "@eslint/js": "^9.39.1",
52
- "@stylistic/eslint-plugin": "^5.6.1",
51
+ "@7nohe/openapi-react-query-codegen": "^2.0.0",
52
+ "@eslint/compat": "^2.0.1",
53
+ "@eslint/js": "^9.39.2",
54
+ "@stylistic/eslint-plugin": "^5.7.0",
53
55
  "@testing-library/jest-dom": "^6.9.1",
54
- "@testing-library/react": "^16.3.0",
55
- "@trivago/prettier-plugin-sort-imports": "^6.0.0",
56
- "@types/node": "^24.10.1",
57
- "@types/react": "^19.2.6",
56
+ "@testing-library/react": "^16.3.2",
57
+ "@trivago/prettier-plugin-sort-imports": "^6.0.2",
58
+ "@types/node": "^25.0.10",
59
+ "@types/react": "^19.2.9",
58
60
  "@types/react-dom": "^19.2.3",
61
+ "@typescript-eslint/eslint-plugin": "8.53.1",
62
+ "@typescript-eslint/parser": "8.53.1",
63
+ "@typescript-eslint/utils": "^8.53.1",
59
64
  "@vitejs/plugin-react-swc": "^4.2.2",
60
- "@vitest/coverage-v8": "^4.0.13",
61
- "eslint": "^9.39.1",
65
+ "@vitest/coverage-v8": "^4.0.18",
66
+ "eslint": "^9.39.2",
62
67
  "eslint-config-prettier": "^10.1.8",
63
68
  "eslint-plugin-jsx-a11y": "^6.10.2",
64
- "eslint-plugin-perfectionist": "^4.15.1",
65
- "eslint-plugin-prettier": "^5.5.4",
69
+ "eslint-plugin-perfectionist": "^5.4.0",
70
+ "eslint-plugin-prettier": "^5.5.5",
66
71
  "eslint-plugin-react": "^7.37.5",
67
72
  "eslint-plugin-react-hooks": "^7.0.1",
68
- "eslint-plugin-react-refresh": "^0.4.24",
73
+ "eslint-plugin-react-refresh": "^0.4.26",
69
74
  "eslint-plugin-unicorn": "^62.0.0",
70
- "globals": "^16.5.0",
71
- "happy-dom": "^20.0.10",
72
- "prettier": "^3.6.2",
73
- "typescript": "~5.8.3",
74
- "typescript-eslint": "^8.47.0",
75
- "vite": "^7.2.4",
75
+ "globals": "^17.0.0",
76
+ "happy-dom": "^20.3.4",
77
+ "prettier": "^3.8.1",
78
+ "typescript": "~5.9.3",
79
+ "typescript-eslint": "^8.53.1",
80
+ "vite": "^7.3.1",
76
81
  "vite-plugin-css-injected-by-js": "^3.5.2",
77
82
  "vite-plugin-dts": "^4.5.4",
78
- "vitest": "^4.0.13"
83
+ "vitest": "^4.0.18"
79
84
  },
80
85
  "pnpm": {
81
86
  "onlyBuiltDependencies": [