From 2e852b949836d23ba68c7f82e25d0b1665391ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:23:46 +0000 Subject: [PATCH] chore(deps-dev): update urllib3 requirement Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/0.3...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../openinference-instrumentation-dspy/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/instrumentation/openinference-instrumentation-dspy/pyproject.toml b/python/instrumentation/openinference-instrumentation-dspy/pyproject.toml index 0d7559be..e8d4604c 100644 --- a/python/instrumentation/openinference-instrumentation-dspy/pyproject.toml +++ b/python/instrumentation/openinference-instrumentation-dspy/pyproject.toml @@ -43,7 +43,7 @@ test = [ "opentelemetry-sdk", "pytest-recording", "litellm", - "urllib3<2.0", + "urllib3<3.0", ] [project.entry-points.opentelemetry_instrumentor]