We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d77e8d commit 0801f7eCopy full SHA for 0801f7e
neo4j/api.py
@@ -219,6 +219,11 @@ def version_info(self):
219
220
:return: Server Version or None
221
:rtype: tuple
222
+
223
+ .. deprecated:: 4.3
224
+ `version_info` will be removed in version 5.0. Use
225
+ :meth:`~ServerInfo.agent`, :meth:`~ServerInfo.protocol_version`,
226
+ or call the `dbms.components` procedure instead.
227
"""
228
if not self.agent:
229
return None
0 commit comments