You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The driver accepts a tuple `("user", "password")` for the auth argument.
This is shorthand for a `basic` auth token. It was typed to expect
`tuple[Any, Any]`, which is inconsistent with `neo4j.basic(str, str, ...)`.
0 commit comments