python-http_request 0.1.7__tar.gz → 0.1.7.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_http_request-0.1.7 → python_http_request-0.1.7.1}/PKG-INFO +1 -1
- {python_http_request-0.1.7 → python_http_request-0.1.7.1}/http_request/__init__.py +1 -1
- {python_http_request-0.1.7 → python_http_request-0.1.7.1}/pyproject.toml +1 -1
- {python_http_request-0.1.7 → python_http_request-0.1.7.1}/LICENSE +0 -0
- {python_http_request-0.1.7 → python_http_request-0.1.7.1}/http_request/extension/__init__.py +0 -0
- {python_http_request-0.1.7 → python_http_request-0.1.7.1}/http_request/extension/request.py +0 -0
- {python_http_request-0.1.7 → python_http_request-0.1.7.1}/http_request/py.typed +0 -0
- {python_http_request-0.1.7 → python_http_request-0.1.7.1}/readme.md +0 -0
|
@@ -374,7 +374,7 @@ def encode_multipart_data_async(
|
|
|
374
374
|
pass
|
|
375
375
|
elif isinstance(value, (str, UserString)):
|
|
376
376
|
value = ensure_bytes_(value)
|
|
377
|
-
elif isinstance(value, Iterable):
|
|
377
|
+
elif isinstance(value, (Iterable, AsyncIterable)):
|
|
378
378
|
value = async_map(ensure_value, value)
|
|
379
379
|
else:
|
|
380
380
|
value = ensure_value(value)
|
|
File without changes
|
{python_http_request-0.1.7 → python_http_request-0.1.7.1}/http_request/extension/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|