frigate: pin pydantic_1

This commit is contained in:
natsukium
2023-12-20 20:15:32 +01:00
committed by Martin Weinelt
parent c83e928920
commit f2aa67314e
@@ -25,6 +25,12 @@ let
python = python3.override {
packageOverrides = self: super: {
pydantic = super.pydantic_1;
versioningit = super.versioningit.overridePythonAttrs {
# checkPhase requires pydantic>=2
doCheck = false;
};
};
};