fix: exec_sdk_inception now properly executes SDK file instead of path as code

This commit is contained in:
russell@unturf.com 2026-01-23 10:04:57 -05:00
parent b3c3957346
commit 3acc781016
13 changed files with 16 additions and 15 deletions

View file

@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="unsandbox",
version="4.2.16",
version="4.2.17",
author="Unsandbox",
description="Synchronous Python SDK for unsandbox.com code execution",
long_description=long_description,