prowler: relax pydantic constraint

Pinned to 1.10.13, we want 1.10.14 now.
This commit is contained in:
Martin Weinelt 2024-02-23 18:46:01 +01:00
parent 98c9af1ac3
commit f72a84d98d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -21,6 +21,7 @@ python3.pkgs.buildPythonApplication rec {
"botocore" "botocore"
"google-api-python-client" "google-api-python-client"
"slack-sdk" "slack-sdk"
"pydantic"
]; ];
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [