From 37f9d35b28f27d67e0669cc858446332bda697ef Mon Sep 17 00:00:00 2001 From: Daniel McGregor Date: Fri, 26 Sep 2025 16:04:04 +0800 Subject: [PATCH] fix: bump puyapy dependencies Update to latest release candidates, so dependencies projects using both puyapy, language server and algorand python testing can resolve to a consistent version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c5bf06..68a2c21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "ecdsa>=0.17.0", "coincurve>=19.0.1", # TODO: uncomment below and remove direct git reference once puya 5.0 is released - # "algorand-python>=3", + # "algorand-python>=3", "algorand-python@git+https://github.com/algorandfoundation/puya.git@v5.0.0-rc.14#subdirectory=stubs", ]