From dc0fae953b61c10e9a2a88519cc7d18eb93472ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 05:25:53 +0000 Subject: [PATCH] Update dependency cognite-sdk to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bda4ed8b..2dfbcde4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ] dependencies = [ - "cognite-sdk>=7.90.0,<8.0.0", + "cognite-sdk>=8.0.7,<8.1.0", "prometheus-client>=0.7.0,<=1.0.0", "arrow>=1.0.0", "pyyaml>=5.3.0,<7",