Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 9427ef9

Browse files
authored
Add deprecation message to README
1 parent e27e100 commit 9427ef9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Python Elasticsearch Async Client
22
=================================
33

4+
**NOTE: This repository is deprecated, do not use for Elasticsearch 7.x or later.**
5+
6+
`See this issue about the deprecation for more information <https://github.com/elastic/elasticsearch-py-async/issues/81>`_.
7+
8+
What is this library?
9+
---------------------
10+
411
This is an adapter for `elasticsearch-py`_ providing a transport layer based on
512
Python's `asyncio`_ module. All API calls now return a future wrapping the
613
response.

0 commit comments

Comments
 (0)