From d0e89634343d52b8a9715f9975bbacbef25e7e56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Kiss?= Date: Thu, 10 Sep 2026 09:50:48 +0200 Subject: [PATCH] chore: Bump version to 2.8.0 --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9d62637..0df7bfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "onekey_client" -version = "2.7.0" +version = "2.8.0" description = "ONEKEY API client" authors = [{ name = "ONEKEY", email = "support@onekey.com" }] requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index fc6e3e0..036755b 100644 --- a/uv.lock +++ b/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 3 -requires-python = ">=3.9" +requires-python = ">=3.10" [[package]] name = "annotated-types" @@ -278,7 +278,7 @@ wheels = [ [[package]] name = "onekey-client" -version = "2.7.0" +version = "2.8.0" source = { editable = "." } dependencies = [ { name = "authlib" },