python3Packages.polyfactory: 2.22.4 -> 3.0.0 (#463786)

This commit is contained in:
Yohann Boniface
2025-11-23 17:14:21 +00:00
committed by GitHub
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "polyfactory";
version = "2.22.4";
version = "3.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "litestar-org";
repo = "polyfactory";
tag = "v${version}";
hash = "sha256-yX71aWRubQ4kjYmhNIKLHG+F+oLh6OHN71xfJcmRaT4=";
hash = "sha256-ljHJQY4GpkRpa0+VerS/KwSCXNAlPLj0urNd0F7xx+4=";
};
build-system = [ hatchling ];