From bc6648bbf27c4879c3539c8e8f82889cee09669d Mon Sep 17 00:00:00 2001 From: porter-support Date: Mon, 22 Jun 2026 20:10:07 +0000 Subject: [PATCH] release: Python SDK v0.1.26 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9a2aa6f..bb113e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "porter-sandbox" -version = "0.0.1" +version = "0.1.26" description = "Python SDK for the Porter Sandbox API" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 6ef842a..862d491 100644 --- a/uv.lock +++ b/uv.lock @@ -345,7 +345,7 @@ wheels = [ [[package]] name = "porter-sandbox" -version = "0.0.1" +version = "0.1.26" source = { editable = "." } dependencies = [ { name = "httpx" },