@@ -30,9 +30,7 @@ dependencies = [
3030 " pynacl>=1.4.0,<2" ,
3131 " ecdsa>=0.17.0" ,
3232 " coincurve>=19.0.1" ,
33- # TODO: uncomment below and remove direct git reference once puya 5.0 is released
34- # "algorand-python>=3",
35- " algorand-python@git+https://github.com/algorandfoundation/puya.git@v5.0.0-rc.14#subdirectory=stubs" ,
33+ " algorand-python>=3" ,
3634]
3735
3836[project .urls ]
@@ -52,9 +50,7 @@ type = "virtual"
5250path = " .venv"
5351python = " 3.12"
5452dependencies = [
55- # TODO: uncomment below and remove direct git reference once puya 5.0 is released
56- # "puyapy>=5",
57- " puyapy@git+https://github.com/algorandfoundation/puya.git@v5.0.0-rc.14" ,
53+ " puyapy>=5" ,
5854 " pytest>=7.4" ,
5955 " pytest-mock>=3.10.0" ,
6056 " pytest-xdist[psutil]>=3.3" ,
@@ -136,9 +132,7 @@ dependencies = [
136132 " pytest-cov>=4.1.0" ,
137133 " py-algorand-sdk>=2.4.0" ,
138134 " algokit-utils>=3.0.0" ,
139- # TODO: uncomment below and remove direct git reference once puya 5.0 is released
140- # "puyapy>=5",
141- " puyapy@git+https://github.com/algorandfoundation/puya.git@v5.0.0-rc.14" ,
135+ " puyapy>=5" ,
142136]
143137
144138[tool .hatch .envs .test .scripts ]
@@ -189,9 +183,7 @@ post-install-commands = [
189183 " hatch run examples:reload_algopy_testing" ,
190184]
191185dependencies = [
192- # TODO: uncomment below and remove direct git reference once puya 5.0 is released
193- # "algorand-python>=3",
194- " algorand-python@git+https://github.com/algorandfoundation/puya.git@v5.0.0-rc.14#subdirectory=stubs" ,
186+ " algorand-python>=3" ,
195187 " pytest>=7.4" ,
196188 " pytest-mock>=3.10.0" ,
197189 " pytest-xdist[psutil]>=3.3" ,
0 commit comments