Fix: Switches data to content to upload raw bytes/text content (#9293)

This commit is contained in:
Trenton H
2025-03-04 10:56:28 -08:00
committed by GitHub
parent d82555e644
commit 817aad7c8b
2 changed files with 2 additions and 2 deletions

View File

@@ -632,7 +632,7 @@ def send_webhook(
else:
httpx.post(
url,
data=data,
content=data,
files=files,
headers=headers,
).raise_for_status()