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