@@ -15,15 +15,15 @@ typing-extensions = ">=4.6.0"
1515[tool .poetry .group .experimental .dependencies ]
1616algokit-transact = [
1717 # macOS
18- {url = " https://github.com/algorandfoundation/algokit-core/releases/download/python%2Falgokit_transact%401.0.0-alpha.8 /algokit_transact-1.0.0a8 -py3-none-macosx_10_12_x86_64.whl" , markers = " sys_platform == 'darwin' and platform_machine == 'x86_64'" },
19- {url = " https://github.com/algorandfoundation/algokit-core/releases/download/python%2Falgokit_transact%401.0.0-alpha.8 /algokit_transact-1.0.0a8 -py3-none-macosx_11_0_arm64.whl" , markers = " sys_platform == 'darwin' and platform_machine == 'arm64'" },
18+ {url = " https://github.com/algorandfoundation/algokit-core/releases/download/python%2Falgokit_transact%401.0.0-alpha.10 /algokit_transact-1.0.0a10 -py3-none-macosx_10_12_x86_64.whl" , markers = " sys_platform == 'darwin' and platform_machine == 'x86_64'" },
19+ {url = " https://github.com/algorandfoundation/algokit-core/releases/download/python%2Falgokit_transact%401.0.0-alpha.10 /algokit_transact-1.0.0a10 -py3-none-macosx_11_0_arm64.whl" , markers = " sys_platform == 'darwin' and platform_machine == 'arm64'" },
2020
2121 # Windows
22- {url = " https://github.com/algorandfoundation/algokit-core/releases/download/python%2Falgokit_transact%401.0.0-alpha.8 /algokit_transact-1.0.0a8 -py3-none-win_amd64.whl" , markers = " sys_platform == 'win32' and platform_machine == 'AMD64'" },
22+ {url = " https://github.com/algorandfoundation/algokit-core/releases/download/python%2Falgokit_transact%401.0.0-alpha.10 /algokit_transact-1.0.0a10 -py3-none-win_amd64.whl" , markers = " sys_platform == 'win32' and platform_machine == 'AMD64'" },
2323
2424 # Linux - manylinux (for most common glibc-based distributions like Ubuntu, Debian, Fedora)
25- {url = " https://github.com/algorandfoundation/algokit-core/releases/download/python%2Falgokit_transact%401.0.0-alpha.8 /algokit_transact-1.0.0a8 -py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , markers = " sys_platform == 'linux' and platform_machine == 'aarch64'" },
26- {url = " https://github.com/algorandfoundation/algokit-core/releases/download/python%2Falgokit_transact%401.0.0-alpha.8 /algokit_transact-1.0.0a8 -py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , markers = " sys_platform == 'linux' and platform_machine == 'x86_64'" },
25+ {url = " https://github.com/algorandfoundation/algokit-core/releases/download/python%2Falgokit_transact%401.0.0-alpha.10 /algokit_transact-1.0.0a10 -py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , markers = " sys_platform == 'linux' and platform_machine == 'aarch64'" },
26+ {url = " https://github.com/algorandfoundation/algokit-core/releases/download/python%2Falgokit_transact%401.0.0-alpha.10 /algokit_transact-1.0.0a10 -py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , markers = " sys_platform == 'linux' and platform_machine == 'x86_64'" },
2727]
2828algokit-algod-api = {url = " https://github.com/algorandfoundation/algokit-core/releases/download/python%2Falgod_api%401.0.0-alpha.11/algokit_algod_api-1.0.0a11-py3-none-any.whl" }
2929
0 commit comments