python3Packages.pydantic: 2.12.4 -> 2.12.5

https://github.com/pydantic/pydantic/blob/v2.12.5/HISTORY.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:56 +01:00
parent f7875d70ae
commit edad6e6571
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "pydantic";
version = "2.12.4";
version = "2.12.5";
pyproject = true;
src = fetchFromGitHub {
owner = "pydantic";
repo = "pydantic";
tag = "v${version}";
hash = "sha256-CHJahAgs+vQQzhIZjP+6suvbmRrGZI0H5UxoXg4I90o=";
hash = "sha256-9TRLtVNBw2WHQnS0XFHg16Q7FdpTf3e2nb5qE5rlLUA=";
};
patches = lib.optionals (lib.versionAtLeast python.version "3.14.1") [