python3Packages.pydantic-monty: 0.0.13 -> 0.0.17 (#514488)

This commit is contained in:
Nick Cao
2026-04-29 20:28:47 +00:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage (finalAttrs: {
pname = "pydantic-monty";
version = "0.0.13";
version = "0.0.17";
pyproject = true;
__structuredAttrs = true;
@@ -24,12 +24,12 @@ buildPythonPackage (finalAttrs: {
owner = "pydantic";
repo = "monty";
tag = "v${finalAttrs.version}";
hash = "sha256-0g0/NuwTuUfHVHE8YcVjUeZpSa+ANPWIXllu+qRXjZE=";
hash = "sha256-f+WcznnOMSc0ahgfvgVec4U0nH9j022NLnWQLdISv3M=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname src version;
hash = "sha256-LkTEMhz0MG6RfqejOQMdB2BZU6oxT3ZAo/N0oVlswsQ=";
hash = "sha256-y+vi7kZPavBNnIeLpAoKO2YcBTq2d9yeDl+eoRJV1Tk=";
};
dependencies = [ typing-extensions ];