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
neo4j.exceptions.ConfigurationError: URI scheme 'bolt+unix' is not supported. Supported URI schemes are ['bolt', 'bolt+ssc', 'bolt+s', 'neo4j', 'neo4j+ssc', 'neo4j+s']. Examples: bolt://host[:port] or neo4j://host[:port][?routing_context]
Feature Request
Add proper bolt+unix scheme support to the Python library.
Pitch
Unix sockets were labeled as production ready in the 2025.09.0 release.
Parsing a Neo4J URL goes through a number of specifically coded schemes
While servers recently received the capability to bind to unix sockets, the python client doesn't recognize the
bolt+unixscheme.Attempting to connect throws an error:
Feature Request
Add proper
bolt+unixscheme support to the Python library.Pitch
Unix sockets were labeled as production ready in the 2025.09.0 release.