From 6c41f9d5b78b4650fed6d2840c067749063cae74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:34:55 +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.12.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..7c97c66 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.12.0", ] [project.optional-dependencies]