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 aa97a5b commit d6f9c16Copy full SHA for d6f9c16
elasticsearch_serverless/client.py
@@ -65,8 +65,8 @@
65
66
# This file exists for backwards compatibility.
67
warnings.warn(
68
- "Importing from the 'elasticsearch.client' module is deprecated. "
69
- "Instead use 'elasticsearch' module for importing the client.",
+ "Importing from the 'elasticsearch_serverless.client' module is deprecated. "
+ "Instead use 'elasticsearch_serverless' module for importing the client.",
70
category=DeprecationWarning,
71
stacklevel=2,
72
)
0 commit comments