diff --git a/pyproject.toml b/pyproject.toml index dbb7234e1..ff73e0951 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "26.6" description = "RPC services that provides utility functions for building a wallet system on ibet-Network." authors = [{ name = "BOOSTRY Co., Ltd.", email = "dev@boostry.co.jp" }] license = { text = "Apache License, Version 2.0" } -requires-python = "==3.14.6" +requires-python = "==3.14.*" dependencies = [ "boto3~=1.42.18", "eth-keyfile==0.8.1", diff --git a/uv.lock b/uv.lock index 5fab11a20..375c7c8c3 100644 --- a/uv.lock +++ b/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 3 -requires-python = "==3.14.6" +requires-python = "==3.14.*" [options] exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values.