Skip to content

Commit 6d737ab

Browse files
committed
opts_params_fix
1 parent a536090 commit 6d737ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dean_utils"
7-
version="0.0.18"
7+
version="0.0.19"
88
authors=[
99
{ name="Dean MacGregor", email="powertrading121@gmail.com"}
1010
]

src/dean_utils/utils/az_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async def stream_dl(
130130
url,
131131
path,
132132
recurs=True,
133-
httpx_extras=httpx_extras,
133+
**httpx_extras,
134134
)
135135
else:
136136
raise err

0 commit comments

Comments
 (0)