Skip to content

Commit 93f9c81

Browse files
committed
v3x/glue - fix httpx_auth >= 0.21.0
1 parent 2b4e7ba commit 93f9c81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiopenapi3/v30/glue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
try:
1010
import httpx_auth
11-
from httpx_auth.authentication import SupportMultiAuth
11+
from httpx_auth import SupportMultiAuth
1212
import inspect
1313
except ImportError:
1414
httpx_auth = None

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Repository = "https://github.com/commonism/aiopenapi3"
4949

5050
[project.optional-dependencies]
5151
auth = [
52-
"httpx-auth",
52+
"httpx-auth>=0.21.0",
5353
]
5454
socks = [
5555
"httpx-socks",

0 commit comments

Comments
 (0)