From 27cd5caefff8fdacfd32c486036ae553e282463c Mon Sep 17 00:00:00 2001 From: Hugo Herter Date: Wed, 24 Apr 2024 12:10:36 +0200 Subject: [PATCH] Fix: Recent example_fastapi versions requires newer runtime The `example_fastapi` example in `aleph-vm` and the documentation require a newer version of the runtime. This uses a new runtime, published by the same address and with the latest version of the SDK. --- src/aleph_client/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aleph_client/conf.py b/src/aleph_client/conf.py index 7ceb984f..54ef3227 100644 --- a/src/aleph_client/conf.py +++ b/src/aleph_client/conf.py @@ -26,7 +26,7 @@ class Settings(BaseSettings): DEFAULT_CHANNEL: str = "TEST" DEFAULT_RUNTIME_ID: str = ( - "bd79839bf96e595a06da5ac0b6ba51dea6f7e2591bb913deccded04d831d29f4" + "63f07193e6ee9d207b7d1fcf8286f9aee34e6f12f101d2ec77c1229f92964696" ) DEBIAN_11_ROOTFS_ID: str = ( "887957042bb0e360da3485ed33175882ce72a70d79f1ba599400ff4802b7cee7"