From 48a109e1504fdcdfcdc83da4e2a32060b5ecc8e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:34:18 +0000 Subject: [PATCH] build(deps): update pulsar-client requirement in /python Updates the requirements on [pulsar-client](https://github.com/apache/pulsar) to permit the latest version. - [Release notes](https://github.com/apache/pulsar/releases) - [Commits](https://github.com/apache/pulsar/commits) --- updated-dependencies: - dependency-name: pulsar-client dependency-version: 3.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index adc2066..ee271cb 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "pulsar-client>=3.0.0", + "pulsar-client>=3.13.0", ] [project.optional-dependencies]