python311Packages.pydantic_1: 1.10.13 -> 1.10.14

https://github.com/pydantic/pydantic/blob/v1.10.14/HISTORY.md
This commit is contained in:
Martin Weinelt 2024-02-17 23:23:24 +01:00
parent ca5c605a7a
commit 29e4bae0c1
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pydantic";
version = "1.10.13";
version = "1.10.14";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "pydantic";
repo = "pydantic";
rev = "refs/tags/v${version}";
hash = "sha256-ruDVcCLPVuwIkHOjYVuKOoP3hHHr7ItIY55Y6hUgR74=";
hash = "sha256-tcaHSPZggVwyzCgDmwOgcGqUmUrJOmkdSNudJTFQ3bc=";
};
nativeBuildInputs = [