Unverified Commit f72a84d9 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

prowler: relax pydantic constraint

Pinned to 1.10.13, we want 1.10.14 now.
parent 98c9af1a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ python3.pkgs.buildPythonApplication rec {
    "botocore"
    "google-api-python-client"
    "slack-sdk"
    "pydantic"
  ];

  nativeBuildInputs = with python3.pkgs; [