python3Packages.pydantic: 1.8.1 -> 1.8.2

resolves CVE-2021-29510

(cherry picked from commit 7bc6972957203c0857a1e1618c78368e898a4f40)
This commit is contained in:
Robert Scott 2021-06-25 19:39:33 +01:00 committed by Jonathan Ringer
parent f77d176ec6
commit 0949abcecd
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pydantic"; pname = "pydantic";
version = "1.8.1"; version = "1.8.2";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "samuelcolvin"; owner = "samuelcolvin";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1zvcmx3927fgx37gdhi8g8igvrkri1v78rn3118p4wssqhgfwa6n"; sha256 = "06162dss6mvi7wiy2lzxwvzajwxgy8b2fyym7qipaj7zibcqalq2";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [