This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 436ca727abf [improve][fn] Upgrade Pulsar Python client version to
3.10.0 (#25251)
436ca727abf is described below
commit 436ca727abfdb289f787ec61688a9819623fb8dd
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Feb 17 22:53:20 2026 +0200
[improve][fn] Upgrade Pulsar Python client version to 3.10.0 (#25251)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 40eeb0c94e8..ea67901f85a 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>17</pulsar.client.compiler.release>
- <pulsar.client.python.version>3.8.0</pulsar.client.python.version>
+ <pulsar.client.python.version>3.10.0</pulsar.client.python.version>
<IMAGE_JDK_MAJOR_VERSION>21</IMAGE_JDK_MAJOR_VERSION>