From 46b1f8f72dcefb7797ae1df3d78691d28560da1f Mon Sep 17 00:00:00 2001 From: redshift <213178690+1ftredsh@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:51:31 +0800 Subject: [PATCH] chore: remove secp256k1 git source pin --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc07d62c..7886e54e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,6 @@ disallow_untyped_decorators = true [tool.uv.sources] routstr = { workspace = true } -secp256k1 = { git = "https://github.com/saschanaz/secp256k1-py", branch = "upgrade060" } [tool.uv] exclude-newer = "2 weeks"