Skip to content

AAP-64830: fixes CVE-2026-1207, CVE-2026-1287, CVE-2026-1312. (#1834) #4751

AAP-64830: fixes CVE-2026-1207, CVE-2026-1287, CVE-2026-1312. (#1834)

AAP-64830: fixes CVE-2026-1207, CVE-2026-1287, CVE-2026-1312. (#1834) #4751

Workflow file for this run

name: wisdom-service - pyright
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
selftest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: install
run: |
pip install pyright django boto3 requests prometheus_client backoff django_prometheus langchain langchain-ollama django-health-check aiohttp ansible-lint ansible_anonymizer
pyright