frigate: pin pydantic_1

This commit is contained in:
natsukium 2023-11-29 15:07:49 +09:00 committed by Martin Weinelt
parent c83e928920
commit f2aa67314e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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;
};
};
};