python3Packages.great-expectations: 1.5.7 -> 1.11.1

https://github.com/great-expectations/great_expectations/releases/tag/1.11.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:14 +01:00
parent a5d57f907f
commit 23bb6f6712
@@ -40,14 +40,14 @@
buildPythonPackage rec {
pname = "great-expectations";
version = "1.5.7";
version = "1.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = "great-expectations";
repo = "great_expectations";
tag = version;
hash = "sha256-pa44metr9KP2KF2ulq7kd84BVdBMvMhsWJeBsJ2AnG0=";
hash = "sha256-8yKuEVupqbwlBGeUDu25pvGltybljkmpbkcbC+G+/VI=";
};
postPatch = ''