Skip to content

Conversation

@robsdedude
Copy link
Member

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, ...).

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, ...)`.
Copy link
Contributor

@MaxAake MaxAake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LTGM 💯 💯

@robsdedude robsdedude merged commit 26980e1 into neo4j:5.0 Nov 12, 2024
20 checks passed
@robsdedude robsdedude deleted the typing/auth-shorhand branch November 12, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants