From 05bde51db8cbc3f3b8a97c987d3b23f3dbcec452 Mon Sep 17 00:00:00 2001 From: Sergey Mezentsev Date: Fri, 15 Mar 2024 16:58:58 +0300 Subject: [PATCH] [gpuhunt] Update to 0.0.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7dc5904c..682961dad 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def get_long_description(): "docker>=6.0.0", "dnspython", "grpcio>=1.50", # indirect - "gpuhunt==0.0.7", + "gpuhunt==0.0.8", "sentry-sdk[fastapi]", "httpx", ]