feat(integrations): Support JIRA integration in the API (#8622)

This commit is contained in:
Víctor Fernández Poyatos
2025-09-02 09:53:36 +02:00
committed by GitHub
parent 665c9d878a
commit d4eb4bdca7
10 changed files with 474 additions and 19 deletions

View File

@@ -39,7 +39,7 @@ name = "prowler-api"
package-mode = false
# Needed for the SDK compatibility
requires-python = ">=3.11,<3.13"
version = "1.12.0"
version = "1.13.0"
[project.scripts]
celery = "src.backend.config.settings.celery"