From c2193dce9ec975fee9ea79fa4a57ca1b64f15cea Mon Sep 17 00:00:00 2001 From: franktore Date: Fri, 5 Dec 2025 15:54:13 +0100 Subject: [PATCH] Minor version update to v1.4.0 to reflect potential breaking change in opentelemetry-instrumentation-requests dependency version requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4c07d7..1294da3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "omnia_timeseries" -version = "1.3.13" +version = "1.4.0" description = "Official Python SDK for the Omnia Timeseries API" readme = "README.md" authors = ["Equinor Omnia Industrial IoT Team "]