Skip to content

Commit f69e3bb

Browse files
boblatdaniel-makerx
authored andcommitted
chore: update dependencies to rc.5
1 parent a83c553 commit f69e3bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"pynacl>=1.4.0,<2",
3131
"ecdsa>=0.17.0",
3232
"coincurve>=19.0.1",
33-
"algorand-python @ file://{root}/../puya/stubs",
33+
"algorand-python; implementation_version=='v5.0.0-rc.5'",
3434
]
3535

3636
[project.urls]
@@ -50,7 +50,7 @@ type = "virtual"
5050
path = ".venv"
5151
python = "3.12"
5252
dependencies = [
53-
"puyapy @ {root:parent:uri}/puya",
53+
"puyapy; implementation_version=='v5.0.0-rc.5'",
5454
"pytest>=7.4",
5555
"pytest-mock>=3.10.0",
5656
"pytest-xdist[psutil]>=3.3",
@@ -132,7 +132,7 @@ dependencies = [
132132
"pytest-cov>=4.1.0",
133133
"py-algorand-sdk>=2.4.0",
134134
"algokit-utils>=3.0.0",
135-
"puyapy @ {root:parent:uri}/puya",
135+
"puyapy; implementation_version=='v5.0.0-rc.5'",
136136
]
137137

138138
[tool.hatch.envs.test.scripts]
@@ -183,7 +183,7 @@ post-install-commands = [
183183
"hatch run examples:reload_algopy_testing",
184184
]
185185
dependencies = [
186-
"algorand-python @ file://{root}/../puya/stubs",
186+
"algorand-python; implementation_version=='v5.0.0-rc.5'",
187187
"pytest>=7.4",
188188
"pytest-mock>=3.10.0",
189189
"pytest-xdist[psutil]>=3.3",

0 commit comments

Comments
 (0)