fix(sdk): make okta SDK an optional extra to avoid downstream resolution conflicts

This commit is contained in:
Adrián Jesús Peña Rodríguez
2026-05-13 16:53:13 +02:00
parent 4dd5baadf6
commit 8bc2dd71b2
8 changed files with 41 additions and 10 deletions
+1
View File
@@ -76,6 +76,7 @@ jobs:
uses: ./.github/actions/setup-python-poetry
with:
python-version: ${{ matrix.python-version }}
extras: all
- name: Check Poetry lock file
if: steps.check-changes.outputs.any_changed == 'true'
+1
View File
@@ -92,6 +92,7 @@ jobs:
uses: ./.github/actions/setup-python-poetry
with:
python-version: '3.12'
extras: all
- name: Security scan with Bandit
if: steps.check-changes.outputs.any_changed == 'true'
+1
View File
@@ -97,6 +97,7 @@ jobs:
uses: ./.github/actions/setup-python-poetry
with:
python-version: ${{ matrix.python-version }}
extras: all
# AWS Provider
- name: Check if AWS files changed