We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4e7ba commit 93f9c81Copy full SHA for 93f9c81
aiopenapi3/v30/glue.py
@@ -8,7 +8,7 @@
8
9
try:
10
import httpx_auth
11
- from httpx_auth.authentication import SupportMultiAuth
+ from httpx_auth import SupportMultiAuth
12
import inspect
13
except ImportError:
14
httpx_auth = None
pyproject.toml
@@ -49,7 +49,7 @@ Repository = "https://github.com/commonism/aiopenapi3"
49
50
[project.optional-dependencies]
51
auth = [
52
- "httpx-auth",
+ "httpx-auth>=0.21.0",
53
]
54
socks = [
55
"httpx-socks",
0 commit comments