prefect: 3.4.5 -> 3.4.22 (#450077)

This commit is contained in:
Yt
2025-10-09 02:03:34 +00:00
committed by GitHub
+3 -2
View File
@@ -8,7 +8,7 @@
python3Packages.buildPythonApplication rec {
pname = "prefect";
version = "3.4.5";
version = "3.4.22";
pyproject = true;
# Trying to install from source is challenging
@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
# Source will be missing sdist, uv.lock, ui artefacts ...
src = fetchPypi {
inherit pname version;
hash = "sha256-jS/r5LskvgWLIiMSVMM6jgxVbuolI+w+g5Xq/xPYXOU=";
hash = "sha256-S0ank+mQekyFObBLsv28YJyYEPaQ12c6O8jQya69/IQ=";
};
pythonRelaxDeps = [
@@ -80,6 +80,7 @@ python3Packages.buildPythonApplication rec {
rfc3339-validator
rich
ruamel-yaml
semver
sniffio
toml
typing-extensions