Martin Weinelt
2025-07-15 04:49:00 +02:00
parent 98f95681ba
commit c71caa435c

View File

@@ -14,7 +14,7 @@
let let
self = buildPythonPackage rec { self = buildPythonPackage rec {
pname = "pydantic-settings"; pname = "pydantic-settings";
version = "2.9.1"; version = "2.10.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@@ -22,8 +22,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "pydantic"; owner = "pydantic";
repo = "pydantic-settings"; repo = "pydantic-settings";
tag = "v${version}"; tag = version;
hash = "sha256-KcpDOdp8qDAgTI/+r6rb21UrjkeOFfCFnON1kMSKKSE="; hash = "sha256-Bi5MIXB9fVE5hoyk8QxxaGa9+puAlW+YGdi/WMNf/RQ=";
}; };
build-system = [ hatchling ]; build-system = [ hatchling ];