python312Packages.pydantic 2.5.2 -> 2.6.2 https://github.com/pydantic/pydantic/releases attrpath: python312Packages.pydantic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/myqkqc79ik5lcj7qy1080f0rqnpl16kz-packages.json.drv building '/nix/store/myqkqc79ik5lcj7qy1080f0rqnpl16kz-packages.json.drv'... Going to be running update for following packages: - python3.12-pydantic-2.5.2 Press Enter key to continue... Running update for: - python3.12-pydantic-2.5.2: UPDATING ... - python3.12-pydantic-2.5.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pydantic/default.nix b/pkgs/development/python-modules/pydantic/default.nix index d58ec6e53f5f..cc90ea8483cf 100644 --- a/pkgs/development/python-modules/pydantic/default.nix +++ b/pkgs/development/python-modules/pydantic/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "pydantic"; - version = "2.5.2"; + version = "2.6.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = "pydantic"; repo = "pydantic"; rev = "refs/tags/v${version}"; - hash = "sha256-D0gYcyrKVVDhBgV9sCVTkGq/kFmIoT9l0i5bRM1qxzM="; + hash = "sha256-/PRHuIT43/V7OKDlMtIDYVLIxW7ZjP+lhzU5McJg90M="; }; buildInputs = lib.optionals (pythonOlder "3.9") [ No auto update branch exists Python package with too many package rebuilds 4281 > 25