This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new c4abcd62606 [improve] Upgrade Pulsar Python client in docker image to
3.5.0 (#23377)
c4abcd62606 is described below
commit c4abcd626067ccf299d76714b645930e5ad1c721
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Sep 30 17:10:15 2024 +0300
[improve] Upgrade Pulsar Python client in docker image to 3.5.0 (#23377)
(cherry picked from commit 9980967d777040706f15cc4a976af81d85c7faa6)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1f109f10e86..3857440807b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@ flexible messaging model and an intuitive client
API.</description>
<pulsar.broker.compiler.release>${maven.compiler.target}</pulsar.broker.compiler.release>
<pulsar.client.compiler.release>8</pulsar.client.compiler.release>
- <pulsar.client.python.version>3.4.0</pulsar.client.python.version>
+ <pulsar.client.python.version>3.5.0</pulsar.client.python.version>
<UBUNTU_MIRROR>http://archive.ubuntu.com/ubuntu/</UBUNTU_MIRROR>
<UBUNTU_SECURITY_MIRROR>http://security.ubuntu.com/ubuntu/</UBUNTU_SECURITY_MIRROR>