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 2b89b0b commit 1120b33Copy full SHA for 1120b33
graphdatascience/query_runner/neo4j_query_runner.py
@@ -361,7 +361,7 @@ def __configure_warnings_filter(self) -> None:
361
# neo4j 2025.04
362
warnings.filterwarnings("ignore", message=r".*The procedure has a deprecated field.*by 'gds.*")
363
# neo4j driver 4.4
364
- warnings.filterwarnings("ignore", message=r".*The query used a deprecated procedure.*by 'gds.*")
+ warnings.filterwarnings("ignore", message=r".*The query used a deprecated field from a procedure.*by 'gds.*")
365
366
class ConnectivityRetriesConfig(NamedTuple):
367
max_retries: int = 600
0 commit comments