remote-exec: pin pydantic_1

This commit is contained in:
natsukium
2023-12-20 20:15:31 +01:00
committed by Martin Weinelt
parent 884a6324e2
commit 2a2b137e32
+2 -2
View File
@@ -3,7 +3,7 @@
, fetchFromGitHub
, buildPythonApplication
, click
, pydantic
, pydantic_1
, toml
, watchdog
, pytestCheckHook
@@ -29,7 +29,7 @@ buildPythonApplication rec {
propagatedBuildInputs = [
click
pydantic
pydantic_1
toml
watchdog
];