We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a163fbf commit f2ab23aCopy full SHA for f2ab23a
cloud/python/README.md
@@ -5,7 +5,7 @@ This document describes how to produce message to and consume message from a Pul
5
# Prerequisites
6
7
- Python 3 or higher
8
-- pulsar-client 2.6.2 or higher
+- pulsar-client 2.6.3, 2.7.0 or higher
9
10
# Install pulsar-client library
11
@@ -16,7 +16,7 @@ This section describes how to install the pulsar-client library through pip or t
16
To install the pulsar-client library as a pre-built package using the [pip](https://pip.pypa.io/en/stable/) package manager.
17
18
```bash
19
-pip install pulsar-client==2.6.2
+pip install pulsar-client==2.6.3
20
```
21
22
## Install pulsar-client library from source code
0 commit comments