From a243eccb91f04249f3436617200124bb92f62199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Vask=C3=B3?= <1771332+vlaci@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:46:38 +0100 Subject: [PATCH] Python: drop support for Python 3.8 --- poetry.lock | 9 +++------ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index bf4d197..d25a5c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "annotated-types" @@ -11,9 +11,6 @@ files = [ {file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"}, ] -[package.dependencies] -typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.9\""} - [[package]] name = "anyio" version = "3.7.1" @@ -613,5 +610,5 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" -python-versions = "^3.8.0" -content-hash = "579fd402ca34548651ee1587291d10414650a32692c38a820d7e3aa8e24c8379" +python-versions = "^3.9.0" +content-hash = "1d30ae0a3493174a1712acfcc1eed4c753f84c1665f9d02db6fc2d024050f002" diff --git a/pyproject.toml b/pyproject.toml index ccad9e7..e97fbd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Bug Tracker" = "https://github.com/onekey-sec/python-client/issues" [tool.poetry.dependencies] -python = "^3.8.0" +python = "^3.9.0" httpx = "0.28.1" pydantic = "2.10.6" Authlib = ">=0.15.3,<1.4.0"