Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"coincurve>=19.0.1",
# TODO: uncomment below and remove direct git reference once puya 5.0 is released
# "algorand-python>=3",
"algorand-python@git+https://github.com/algorandfoundation/[email protected].12#subdirectory=stubs",
"algorand-python@git+https://github.com/algorandfoundation/[email protected].14#subdirectory=stubs",
]

[project.urls]
Expand All @@ -54,7 +54,7 @@ python = "3.12"
dependencies = [
# TODO: uncomment below and remove direct git reference once puya 5.0 is released
# "puyapy>=5",
"puyapy@git+https://github.com/algorandfoundation/[email protected].12",
"puyapy@git+https://github.com/algorandfoundation/[email protected].14",
"pytest>=7.4",
"pytest-mock>=3.10.0",
"pytest-xdist[psutil]>=3.3",
Expand Down Expand Up @@ -138,7 +138,7 @@ dependencies = [
"algokit-utils>=3.0.0",
# TODO: uncomment below and remove direct git reference once puya 5.0 is released
# "puyapy>=5",
"puyapy@git+https://github.com/algorandfoundation/[email protected].12",
"puyapy@git+https://github.com/algorandfoundation/[email protected].14",
]

[tool.hatch.envs.test.scripts]
Expand Down Expand Up @@ -191,7 +191,7 @@ post-install-commands = [
dependencies = [
# TODO: uncomment below and remove direct git reference once puya 5.0 is released
# "algorand-python>=3",
"algorand-python@git+https://github.com/algorandfoundation/[email protected].12#subdirectory=stubs",
"algorand-python@git+https://github.com/algorandfoundation/[email protected].14#subdirectory=stubs",
"pytest>=7.4",
"pytest-mock>=3.10.0",
"pytest-xdist[psutil]>=3.3",
Expand Down