diff --git a/manifests/python.yml b/manifests/python.yml index 0a751aed6c4..00a94dc696d 100644 --- a/manifests/python.yml +++ b/manifests/python.yml @@ -17,7 +17,12 @@ manifest: - weblog_declaration: "*": irrelevant (just one weblog is enough to test the SDK) "flask-poc": v4.13.0-dev - tests/ai_guard/test_ai_guard_sdk.py::Test_AIGuardStandalone_APMDisabledMarker: missing_feature + tests/ai_guard/test_ai_guard_sdk.py::Test_AIGuardStandalone_APMDisabledMarker: # TODO: a lower version might be supported + - weblog_declaration: + '*': missing_feature + flask-poc: '>=4.14.0' + uwsgi-poc: '>=4.14.0' + uds-flask: '>=4.14.0' tests/ai_guard/test_ai_guard_sdk.py::Test_AIGuardTelemetryRedacted: bug (APPSEC-69627) tests/ai_guard/test_ai_guard_sdk.py::Test_AIGuardTelemetryRequests: bug (APPSEC-69627) tests/ai_guard/test_ai_guard_sdk.py::Test_AIGuardTelemetryTruncated: bug (APPSEC-69627) @@ -234,7 +239,17 @@ manifest: "*": v2.1.0 fastapi: v2.5.0 tests/appsec/api_security/test_schemas.py::Test_Schema_Response_on_Block: v3.10.0.dev - tests/appsec/api_security/test_schemas_auth.py: missing_feature + tests/appsec/api_security/test_schemas_auth.py: # TODO: a lower version might be supported + - weblog_declaration: + '*': missing_feature + django-poc: '>=4.14.0' + tornado: '>=4.14.0' + python3.12: '>=4.14.0' + uwsgi-poc: '>=4.14.0' + fastapi: '>=4.14.0' + uds-flask: '>=4.14.0' + flask-poc: '>=4.14.0' + django-py3.13: '>=4.14.0' tests/appsec/api_security_testing/test_headers_collection.py::Test_SecurityTestingHeaders: v4.11.0-rc1 tests/appsec/api_security_testing/test_normalized_route.py::Test_NormalizedRoute: - weblog_declaration: