Starlette OAuth causes invalid auth argument on HTTPX 0.18.2 #1712
Unanswered
alessandroralc
asked this question in
General
Replies: 1 comment 2 replies
-
One helpful thing to do here would be to point us at the specific project/repository - I'm not sure I'd know offhand what "the starlette oauth module" is exactly, without a bit of digging around. It looks? like that package is using some private implementation detail that it shouldn't be doing, and so has broken on the newer Note that I'd expect that the package will want to be using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrading to HTTPX 0.18.2, the starlette oauth module started to crash.
When i call the oauth authorize_redirect method, i get the following error: Invalid "auth" argument: <httpx._config.UnsetType object at 0x7fb5ac920310>"}
In HTTPX 0.18.1, everything works like a charm.
Could you verify? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions