Skip to content

Commit ecb113a

Browse files
hohMHHukiewitz
authored andcommitted
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.
1 parent d3037e6 commit ecb113a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aleph_client/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Settings(BaseSettings):
2727

2828
DEFAULT_CHANNEL: str = "TEST"
2929
DEFAULT_RUNTIME_ID: str = (
30-
"bd79839bf96e595a06da5ac0b6ba51dea6f7e2591bb913deccded04d831d29f4"
30+
"63f07193e6ee9d207b7d1fcf8286f9aee34e6f12f101d2ec77c1229f92964696"
3131
)
3232
DEBIAN_11_ROOTFS_ID: str = (
3333
"887957042bb0e360da3485ed33175882ce72a70d79f1ba599400ff4802b7cee7"

0 commit comments

Comments
 (0)