fix(users): only list roles and memberships with manage_account (#8281)

Co-authored-by: Adrián Jesús Peña Rodríguez <adrianjpr@gmail.com>
Co-authored-by: alejandrobailo <alejandrobailo94@gmail.com>
This commit is contained in:
Pepe Fagoaga
2025-09-22 11:25:24 +02:00
committed by GitHub
parent 1cfae546a0
commit b00602f109
14 changed files with 671 additions and 96 deletions

View File

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