This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-4.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 377be966ffc2c33bd28bca8121400e387986421d Author: Lari Hotari <[email protected]> AuthorDate: Thu Jul 2 21:51:07 2026 +0300 [improve][fn] Upgrade pulsar-client-python to 3.13.0 (#26139) (cherry picked from commit 1b3e9ecb75aceda9053bc3153089284796fd0d74) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 93f4769c439..eded4ddbeae 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.12.0</pulsar.client.python.version> + <pulsar.client.python.version>3.13.0</pulsar.client.python.version> <IMAGE_JDK_MAJOR_VERSION>21</IMAGE_JDK_MAJOR_VERSION>
