We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a536090 commit 6d737abCopy full SHA for 6d737ab
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "dean_utils"
7
-version="0.0.18"
+version="0.0.19"
8
authors=[
9
{ name="Dean MacGregor", email="powertrading121@gmail.com"}
10
]
src/dean_utils/utils/az_utils.py
@@ -130,7 +130,7 @@ async def stream_dl(
130
url,
131
path,
132
recurs=True,
133
- httpx_extras=httpx_extras,
+ **httpx_extras,
134
)
135
else:
136
raise err
0 commit comments