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 bd42a1d7a55 [improve] Upgrade pulsar-client-python to 3.7.0 in Docker
image (#24302)
bd42a1d7a55 is described below
commit bd42a1d7a55821fe5cb1ccf7ffbebf71fb48e227
Author: Lari Hotari <[email protected]>
AuthorDate: Wed May 14 18:20:19 2025 +0300
[improve] Upgrade pulsar-client-python to 3.7.0 in Docker image (#24302)
(cherry picked from commit 0b07edccd5ada2906c4adaea4091ec8ce49e57e3)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a7c71b480b6..59fc7758935 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.5.0</pulsar.client.python.version>
+ <pulsar.client.python.version>3.7.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>