Skip to content

Commit

Permalink
v3x/glue - fix httpx_auth >= 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
commonism committed Oct 31, 2024
1 parent 2b4e7ba commit 93f9c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiopenapi3/v30/glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

try:
import httpx_auth
from httpx_auth.authentication import SupportMultiAuth
from httpx_auth import SupportMultiAuth
import inspect
except ImportError:
httpx_auth = None
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Repository = "https://github.com/commonism/aiopenapi3"

[project.optional-dependencies]
auth = [
"httpx-auth",
"httpx-auth>=0.21.0",
]
socks = [
"httpx-socks",
Expand Down

0 comments on commit 93f9c81

Please sign in to comment.