From 4de00e808a87828a309751239b661a801edd1b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 06:13:26 +0000 Subject: [PATCH] chore(deps-dev): update solana requirement Updates the requirements on [solana](https://github.com/michaelhly/solana-py) to permit the latest version. - [Release notes](https://github.com/michaelhly/solana-py/releases) - [Changelog](https://github.com/michaelhly/solana-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/michaelhly/solana-py/compare/v0.36.0...v0.40.3) --- updated-dependencies: - dependency-name: solana dependency-version: 0.40.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4b7ce4..61642fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ evm = [ svm = [ "x402[svm]>=2.21.0", # x402 2.21 ExactSvmScheme imports solana.rpc.api, removed in solana 0.40. - "solana>=0.36.0,<0.40", + "solana>=0.36.0,<0.41", ] tvm = [ "x402[tvm]>=2.21.0",