From 25d373466ce37dbc6a724521b14728f773958176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 19:17:58 +0000 Subject: [PATCH] build: update azure-eventhub requirement Updates the requirements on [azure-eventhub](https://github.com/Azure/azure-sdk-for-python) to permit the latest version. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-eventhub_5.13.0...azure-eventhub_5.15.0) --- updated-dependencies: - dependency-name: azure-eventhub dependency-version: 5.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- azurefunctions-extensions-bindings-eventhub/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurefunctions-extensions-bindings-eventhub/pyproject.toml b/azurefunctions-extensions-bindings-eventhub/pyproject.toml index 74e7d81..e18c8ec 100644 --- a/azurefunctions-extensions-bindings-eventhub/pyproject.toml +++ b/azurefunctions-extensions-bindings-eventhub/pyproject.toml @@ -26,7 +26,7 @@ classifiers= [ ] dependencies = [ 'azurefunctions-extensions-base', - 'azure-eventhub~=5.13.0', + 'azure-eventhub>=5.13,<5.16', 'uamqp~=1.0' ]