Skip to content

Commit f2ab23a

Browse files
authored
Update README.md
1 parent a163fbf commit f2ab23a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloud/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This document describes how to produce message to and consume message from a Pul
55
# Prerequisites
66

77
- Python 3 or higher
8-
- pulsar-client 2.6.2 or higher
8+
- pulsar-client 2.6.3, 2.7.0 or higher
99

1010
# Install pulsar-client library
1111

@@ -16,7 +16,7 @@ This section describes how to install the pulsar-client library through pip or t
1616
To install the pulsar-client library as a pre-built package using the [pip](https://pip.pypa.io/en/stable/) package manager.
1717

1818
```bash
19-
pip install pulsar-client==2.6.2
19+
pip install pulsar-client==2.6.3
2020
```
2121

2222
## Install pulsar-client library from source code

0 commit comments

Comments
 (0)