From cd488267e6850aaad53c65326edaed816d3d7a9b Mon Sep 17 00:00:00 2001 From: PatrykGala Date: Mon, 25 Nov 2024 13:33:53 +0100 Subject: [PATCH] chore: neptune-api==0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cf05c1d..ef8334c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ pattern = "default-unprefixed" [tool.poetry.dependencies] python = "^3.8" -neptune-api = "0.8.0b" +neptune-api = "^0.8.0" more-itertools = "^10.0.0" psutil = "^5.0.0" backoff = "^2.0.0"