(Bug fix) - reading /parsing request body when on hypercorn (#8734)

* _safe_get_request_parsed_body

* use scope on hypercorn

* test http parsing utils

* ci/cd run again
This commit is contained in:
Ishaan Jaff 2025-02-25 15:18:04 -08:00 committed by GitHub
parent f6fa2399cc
commit c0aec0cc5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 111 additions and 4 deletions

View file

@ -8,7 +8,7 @@ import sys
sys.path.insert(
0, os.path.abspath("../..")
) # Adds the parent directory to the system path
) # Adds the parent directory to the system-path
from litellm.proxy.common_utils.http_parsing_utils import _read_request_body