From c2bbb905e7ba25b65739cc91b25cdcff5218c935 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 07:03:22 +0000 Subject: [PATCH] chore: activate easy wins for @DataDog/asm-libraries Co-authored-by: github-actions[bot] --- manifests/python.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/manifests/python.yml b/manifests/python.yml index bd5533a9ae8..c9c51e64324 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 + uwsgi-poc: '>=4.13.1' + flask-poc: '>=4.13.1' + uds-flask: '>=4.13.1' 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) @@ -53,7 +58,7 @@ manifest: - weblog_declaration: "*": irrelevant (just one weblog is enough to test the SDK) "flask-poc": v4.14.0-dev - tests/ai_guard/test_ai_guard_sdk.py::Test_RedactionDisabled: + tests/ai_guard/test_ai_guard_sdk.py::Test_RedactionDisabled: # Easy win for flask-poc and version 4.13.1 - weblog_declaration: "*": irrelevant (just one weblog is enough to test the SDK) "flask-poc": v4.14.0-dev