Skip to content

Commit da20493

Browse files
committed
build: 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
1 parent 78cc8e0 commit da20493

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
@@ -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/[email protected].12#subdirectory=stubs",
35+
"algorand-python@git+https://github.com/algorandfoundation/[email protected].14#subdirectory=stubs",
3636
]
3737

3838
[project.urls]
@@ -54,7 +54,7 @@ python = "3.12"
5454
dependencies = [
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/[email protected].12",
57+
"puyapy@git+https://github.com/algorandfoundation/[email protected].14",
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/[email protected].12",
141+
"puyapy@git+https://github.com/algorandfoundation/[email protected].14",
142142
]
143143

144144
[tool.hatch.envs.test.scripts]
@@ -191,7 +191,7 @@ post-install-commands = [
191191
dependencies = [
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/[email protected].12#subdirectory=stubs",
194+
"algorand-python@git+https://github.com/algorandfoundation/[email protected].14#subdirectory=stubs",
195195
"pytest>=7.4",
196196
"pytest-mock>=3.10.0",
197197
"pytest-xdist[psutil]>=3.3",

0 commit comments

Comments
 (0)