@@ -32,7 +32,7 @@ dependencies = [
3232 "coincurve>=19.0.1",
3333 # TODO: uncomment below and remove direct git reference once puya 5.0 is released
3434 # "algorand-python>=3",
35- "algorand-python@git+https://github.com/algorandfoundation/puya.git@main #subdirectory=stubs",
35+ "algorand-python@git+https://github.com/algorandfoundation/puya.git@v5.0.0-rc.10 #subdirectory=stubs",
3636]
3737
3838[project.urls]
@@ -54,7 +54,7 @@ python = "3.12"
5454dependencies = [
5555 # TODO: uncomment below and remove direct git reference once puya 5.0 is released
5656 # "puyapy>=5",
57- "puyapy@git+https://github.com/algorandfoundation/puya.git@main ",
57+ "puyapy@git+https://github.com/algorandfoundation/puya.git@v5.0.0-rc.10 ",
5858 "pytest>=7.4",
5959 "pytest-mock>=3.10.0",
6060 "pytest-xdist[psutil]>=3.3",
@@ -138,7 +138,7 @@ dependencies = [
138138 "algokit-utils>=3.0.0",
139139 # TODO: uncomment below and remove direct git reference once puya 5.0 is released
140140 # "puyapy>=5",
141- "puyapy@git+https://github.com/algorandfoundation/puya.git@main ",
141+ "puyapy@git+https://github.com/algorandfoundation/puya.git@v5.0.0-rc.10 ",
142142]
143143
144144[tool.hatch.envs.test.scripts]
@@ -191,7 +191,7 @@ post-install-commands = [
191191dependencies = [
192192 # TODO: uncomment below and remove direct git reference once puya 5.0 is released
193193 # "algorand-python>=3",
194- "algorand-python@git+https://github.com/algorandfoundation/puya.git@main #subdirectory=stubs",
194+ "algorand-python@git+https://github.com/algorandfoundation/puya.git@v5.0.0-rc.10 #subdirectory=stubs",
195195 "pytest>=7.4",
196196 "pytest-mock>=3.10.0",
197197 "pytest-xdist[psutil]>=3.3",
0 commit comments