Skip to content

Commit 15d6224

Browse files
pinning to older ddtrace
1 parent 3cc5c54 commit 15d6224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datadog_lambda/asm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def get_asm_blocked_response(
223223
content = ""
224224
else:
225225
content_type = blocked.get("content-type", "application/json")
226-
content = http_utils._get_blocked_template(content_type, blocked.block_id)
226+
content = http_utils._get_blocked_template(content_type)
227227

228228
response = {
229229
"statusCode": blocked.get("status_code", 403),

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
python = ">=3.8.0,<4"
3030
datadog = ">=0.51.0,<1.0.0"
3131
wrapt = "^1.11.2"
32-
ddtrace = ">=3.16.2,<4"
32+
ddtrace = "!=3.19.0, <4"
3333
ujson = ">=5.9.0"
3434
botocore = { version = "^1.34.0", optional = true }
3535
requests = { version ="^2.22.0", optional = true }

0 commit comments

Comments
 (0)