feat: Add Python DAG orchestration daemon (fixes #86-#115)#116
Closed
mvillmow wants to merge 2 commits into
Closed
feat: Add Python DAG orchestration daemon (fixes #86-#115)#116mvillmow wants to merge 2 commits into
mvillmow wants to merge 2 commits into
Annotations
2 warnings and 6 notices
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/component-detection-dependency-submission-action@374343effede691df3a5ffaf36b4e7acab919590. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
|
|
|
|
{
"manifests": {
"requirements.txt": {
"resolved": {
"pkg:pypi/multidict@6.7.1": {
"package_url": "pkg:pypi/multidict@6.7.1",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:pypi/nats-py@2.14.0": {
"package_url": "pkg:pypi/nats-py@2.14.0",
"relationship": "direct",
"scope": "runtime",
"dependencies": []
},
"pkg:pypi/attrs@25.4.0": {
"package_url": "pkg:pypi/attrs@25.4.0",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:pypi/anyio@4.12.1": {
"package_url": "pkg:pypi/anyio@4.12.1",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:pypi/typing-extensions@4.15.0": {
"package_url": "pkg:pypi/typing-extensions@4.15.0",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:pypi/aiohttp@3.13.3": {
"package_url": "pkg:pypi/aiohttp@3.13.3",
"relationship": "direct",
"scope": "runtime",
"dependencies": [
"pkg:pypi/multidict@6.7.1",
"pkg:pypi/attrs@25.4.0",
"pkg:pypi/typing-extensions@4.15.0",
"pkg:pypi/aiosignal@1.4.0",
"pkg:pypi/yarl@1.23.0",
"pkg:pypi/frozenlist@1.8.0",
"pkg:pypi/idna@3.11",
"pkg:pypi/propcache@0.4.1",
"pkg:pypi/aiohappyeyeballs@2.6.1"
]
},
"pkg:pypi/httpx@0.28.1": {
"package_url": "pkg:pypi/httpx@0.28.1",
"relationship": "direct",
"scope": "runtime",
"dependencies": [
"pkg:pypi/anyio@4.12.1",
"pkg:pypi/typing-extensions@4.15.0",
"pkg:pypi/certifi@2026.2.25",
"pkg:pypi/h11@0.16.0",
"pkg:pypi/idna@3.11",
"pkg:pypi/httpcore@1.0.9"
]
},
"pkg:pypi/certifi@2026.2.25": {
"package_url": "pkg:pypi/certifi@2026.2.25",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:pypi/structlog@25.5.0": {
"package_url": "pkg:pypi/structlog@25.5.0",
"relationship": "direct",
"scope": "runtime",
"dependencies": []
},
"pkg:pypi/aiosignal@1.4.0": {
"package_url": "pkg:pypi/aiosignal@1.4.0",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:pypi/yarl@1.23.0": {
"package_url": "pkg:pypi/yarl@1.23.0",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:pypi/frozenlist@1.8.0": {
"package_url": "pkg:pypi/frozenlist@1.8.0",
"relationship": "indirect",
"scope": "runtime",
"dependencies": []
},
"pkg:pypi/h11@0.16.0": {
"package_url": "pkg:pypi/h11@0.16.0",
"relationship": "indirect",
|
|
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading