prefect: 3.4.5 -> 3.4.24

This commit is contained in:
Vladyslav Burzakovskyy
2025-10-20 21:22:08 +02:00
parent 55dc9cfe7e
commit 47482f3ed1
+6 -1
View File
@@ -69,6 +69,7 @@ python3Packages.buildPythonApplication rec {
packaging
pathspec
pendulum
pluggy
prometheus-client
pydantic
pydantic-core
@@ -90,6 +91,7 @@ python3Packages.buildPythonApplication rec {
websockets
whenever
uv
semver
]
++ sqlalchemy.optional-dependencies.asyncio
++ httpx.optional-dependencies.http2
@@ -197,7 +199,10 @@ python3Packages.buildPythonApplication rec {
description = "Workflow orchestration framework for building resilient data pipelines in Python";
homepage = "https://github.com/PrefectHQ/prefect";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ happysalada ];
maintainers = with lib.maintainers; [
happysalada
mrmebelman
];
mainProgram = "prefect";
};
}