frigate: use python 3.13

This commit is contained in:
Martin Weinelt
2025-11-09 15:01:11 +01:00
parent 21a328d166
commit 29cc731fac

View File

@@ -2,7 +2,7 @@
lib,
stdenv,
callPackage,
python312Packages,
python313Packages,
fetchFromGitHub,
fetchurl,
ffmpeg-headless,
@@ -27,7 +27,7 @@ let
inherit version src;
};
python = python312Packages.python.override {
python = python313Packages.python.override {
packageOverrides = self: super: {
joserfc = super.joserfc.overridePythonAttrs (oldAttrs: {
version = "1.1.0";
@@ -141,7 +141,6 @@ python3Packages.buildPythonApplication rec {
distlib
fastapi
filelock
future
importlib-metadata
importlib-resources
google-generativeai