From 02eee43cdb9ef72a2479924b9d24f0076aeeb023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:57:13 +0000 Subject: [PATCH] chore(deps): update websockets requirement Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/13.1...16.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../openinference-instrumentation-pipecat/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/instrumentation/openinference-instrumentation-pipecat/pyproject.toml b/python/instrumentation/openinference-instrumentation-pipecat/pyproject.toml index 6de86c05..09997f12 100644 --- a/python/instrumentation/openinference-instrumentation-pipecat/pyproject.toml +++ b/python/instrumentation/openinference-instrumentation-pipecat/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "opentelemetry-api", "opentelemetry-instrumentation", "opentelemetry-semantic-conventions", - "websockets>=13.1,<16.0", + "websockets>=13.1,<17.0", ] [project.optional-dependencies]