prefect: 3.4.5 -> 3.4.24
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user