chore(api): upgrade api version to 1.15.2 (#9453)

Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
This commit is contained in:
César Arroba
2025-12-04 11:18:23 +01:00
committed by GitHub
parent db22174f27
commit 9fa49038d6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ name = "prowler-api"
package-mode = false
# Needed for the SDK compatibility
requires-python = ">=3.11,<3.13"
version = "1.15.1"
version = "1.15.2"
[project.scripts]
celery = "src.backend.config.settings.celery"
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Prowler API
version: 1.15.1
version: 1.15.2
description: |-
Prowler API specification.
+1 -1
View File
@@ -350,7 +350,7 @@ class SchemaView(SpectacularAPIView):
def get(self, request, *args, **kwargs):
spectacular_settings.TITLE = "Prowler API"
spectacular_settings.VERSION = "1.15.1"
spectacular_settings.VERSION = "1.15.2"
spectacular_settings.DESCRIPTION = (
"Prowler API specification.\n\nThis file is auto-generated."
)