mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-03-21 18:58:04 +00:00
chore(api): Bump version to v1.23.0 (#10393)
Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com>
This commit is contained in:
@@ -49,7 +49,7 @@ name = "prowler-api"
|
|||||||
package-mode = false
|
package-mode = false
|
||||||
# Needed for the SDK compatibility
|
# Needed for the SDK compatibility
|
||||||
requires-python = ">=3.11,<3.13"
|
requires-python = ">=3.11,<3.13"
|
||||||
version = "1.22.0"
|
version = "1.23.0"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
celery = "src.backend.config.settings.celery"
|
celery = "src.backend.config.settings.celery"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
openapi: 3.0.3
|
openapi: 3.0.3
|
||||||
info:
|
info:
|
||||||
title: Prowler API
|
title: Prowler API
|
||||||
version: 1.22.0
|
version: 1.23.0
|
||||||
description: |-
|
description: |-
|
||||||
Prowler API specification.
|
Prowler API specification.
|
||||||
|
|
||||||
|
|||||||
@@ -408,7 +408,7 @@ class SchemaView(SpectacularAPIView):
|
|||||||
|
|
||||||
def get(self, request, *args, **kwargs):
|
def get(self, request, *args, **kwargs):
|
||||||
spectacular_settings.TITLE = "Prowler API"
|
spectacular_settings.TITLE = "Prowler API"
|
||||||
spectacular_settings.VERSION = "1.22.0"
|
spectacular_settings.VERSION = "1.23.0"
|
||||||
spectacular_settings.DESCRIPTION = (
|
spectacular_settings.DESCRIPTION = (
|
||||||
"Prowler API specification.\n\nThis file is auto-generated."
|
"Prowler API specification.\n\nThis file is auto-generated."
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user